https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6008


Adam Katz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #5 from Adam Katz <[email protected]>  2009-05-04 12:30:39 PST ---
My workaround:

########
header __BUGZILLA_DAEMON From =~ /bugzilla-daemon\@/i
header __VACATION Subject =~
/\b(?:vacatio|away|out.of.offic|auto.?re|confirm)/i

# keep the standard vbounce scores (0.1) and use this instead:

meta LOCAL_BACKSCATTER !ALL_TRUSTED && !DKIM_VERIFIED && !__VACATION &&
!__BUGZILLA_DAEMON && (BOUNCE_MESSAGE||VBOUNCE_MESSAGE)
describe LOCAL_BACKSCATTER Misdirected bounce with a forged sender address
score LOCAL_BACKSCATTER 7
########

YMMV.  I (sadly) need vacation and challenge/response messages, so this is what
it turned into.  My reasoning is simple:  anybody savvy enough to use DKIM is
probably configured not to send backscatter.

Having to put in the Bugzilla check was an annoyance, but I fully expect it to
do the trick ... for the specific issue caused by bugzilla.  The
__BOUNCE_FROM_DAEMON regex needs to be revised ... just sticking a carrot in
front of the whole thing and adding the common extras (mailer-daemon) is likely
enough.


-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to