https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6372

--- Comment #13 from Dave Jones <[email protected]> ---
I am seeing very good results doing analysis the past few days.  Is the next
step to get it committed to the default SA ruleset with a very low score?  Here
is what I have been using for over a month with much higher scores on my
production mail filtering platform:

ifplugin Mail::SpamAssassin::Plugin::DNSEval

header          __RCVD_IN_LASHBACK      eval:check_rbl('lashback',
'ubl.unsubscore.com.')
describe        __RCVD_IN_LASHBACK      Received is listed in Lashback
ubl.unsubscore.com
tflags          __RCVD_IN_LASHBACK      net

header          RCVD_IN_LASHBACK        eval:check_rbl_sub('lashback',
'127.0.0.2')
describe        RCVD_IN_LASHBACK        Received is listed in Lashback
ubl.unsubscore.com
score           RCVD_IN_LASHBACK        0.1
tflags          RCVD_IN_LASHBACK        net

header          RCVD_IN_LASHBACK_LASTEXT       
eval:check_rbl('lashback-lastexternal', 'ubl.unsubscore.com.')
describe        RCVD_IN_LASHBACK_LASTEXT        Last external is listed in
Lashback ubl.unsubscore.com
score           RCVD_IN_LASHBACK_LASTEXT        0.2
tflags          RCVD_IN_LASHBACK_LASTEXT        net

endif

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to