Hello, we want to check the URLs in the body of the inbounds mails, so we changed the /etc/mail/spamassassin/init.pre file to put the next config:
loadplugin Mail::SpamAssassin:
lugin::URIDNSBL
uridnsbl_skip_domain domain1.example.com domain2.example.com
uridnsbl URIBL_SBLXBL zen.spamhaus.org. TXT
body URIBL_SBLXBL eval:check_uridnsbl('URIBL_SBLXBL')
describe URIBL_SBLXBL Contains a URL listed in the SBL/XBL blocklist
tflags URIBL_SBLXBL net ns
score URIBL_SBLXBL 0.01
Is it a valid configuration?
How can we test it?
Can we see if this rule is being applied following the log files?
The score is added to the mail or we need to config something else?
Thanks.
loadplugin Mail::SpamAssassin:

uridnsbl_skip_domain domain1.example.com domain2.example.com
uridnsbl URIBL_SBLXBL zen.spamhaus.org. TXT
body URIBL_SBLXBL eval:check_uridnsbl('URIBL_SBLXBL')
describe URIBL_SBLXBL Contains a URL listed in the SBL/XBL blocklist
tflags URIBL_SBLXBL net ns
score URIBL_SBLXBL 0.01
Is it a valid configuration?
How can we test it?
Can we see if this rule is being applied following the log files?
The score is added to the mail or we need to config something else?
Thanks.