https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6780
Lemat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Lemat <[email protected]> 2012-04-03 23:57:11 UTC --- Kevin, your rules do match the spamrun I see. Meanwhile I was also testing something different: header __HAS_FROM exists:From header __EMPTY_FROM From =~ /^\s*$/ meta EMPTY_FROM __HAS_FROM && __EMPTY_FROM describe EMPTY_FROM empty from score EMPTY_FROM 1 header __HAS_TO exists:To header __EMPTY_TO To =~ /^\s*$/ meta EMPTY_TO __HAS_TO && __EMPTY_TO describe EMPTY_TO empty to score EMPTY_TO 1 and it also did the job. But (I believe) your rule is faster. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
