Hello,
I have integrate some spamassassin rule (copied from /usr/share/spamassassin) in order to use some blacklists in the world.
As example i copied this rule:
header RCVD_IN_SBL eval:check_rbl_sub('sblxbl', '127.0.0.2')
describe RCVD_IN_SBL Received via a relay in Spamhaus SBL
tflags RCVD_IN_SBL net
Is there a way, automatically, to assign a score (as example 20.0 so it is automatically detected as Spam) if the conditions is true? (Perhaps the tflags has to be "net"?)
Thank you in advance for your kind interest, cheers!
Francesco