https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6008
Summary: VBounce flags Bugzilla mail as BOUNCE_MESSAGE
Product: Spamassassin
Version: 3.2.5
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: Plugins
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
The logic for BOUNCE_MESSAGE being true is like this:
__HAVE_BOUNCE_RELAYS && !__MY_SERVERS_FOUND && __BOUNCE_FROM_DAEMON
Where __HAVE_BOUNCE_RELAYS translates to whitelist_bounce_relays have been set.
Sure enough, check_whitelist_bounce_relays() returns 0, because this is not a
bounce and there are no Received lines in either the plain-text body nor any
message/* attachment.
The sub rule __BOUNCE_FROM_DAEMON is the only "real" rule here, and is happy to
report spotting a daemon sending the mail -- bugzilla. This From header is what
identifies bugzilla mail as bounce:
From: bugzilla-daemon@
Now, should __BOUNCE_FROM_DAEMON be more strict, or should be simply exonerate
some well known, non-bouncing daemons?
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.