
bugzilla-daemon at bugzilla
Mar 31, 2012, 6:14 AM
Post #1 of 1
(89 views)
Permalink
|
|
[Bug 6780] New: Existing but empty From: and To:
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6780 Bug #: 6780 Summary: Existing but empty From: and To: Product: Spamassassin Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Rules AssignedTo: dev [at] spamassassin ReportedBy: lemat [at] lemat Classification: Unclassified in recent wave of spam I have seen existing but empty From: and To: headers. I mean MISSING_HEADERS does not match since these headers exist. The closest rule to match such spam is FH_FROMEML_NOTLD, but it is only for From: header. Therefore I propose something like that: header EMPTY_FROM From =~ /^\s*$/ describe EMPTY_FROM empty From: header EMPTY_TO To =~ /^\s*$/ describe EMPTY_TO empty To: or meta EMPTY_TO & EMPTY_FROM -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|