https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7864
Bug ID: 7864
Summary: Suggest rule to score messages with obfuscated from
Product: Spamassassin
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Rules
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
describe __FROM_2_ADDRESSES From: Two addresses in from header
header __FROM_2_ADDRESSES From =~ /"[^@]+\@[^@]+"\s+[^@]+\@[^@]+/i
describe __FROM_SAME From: Same address in brackets
header __FROM_SAME From =~ /"([^@]+\@[^@]+)"\s+<\1>/i
describe FROM_HIDDEN From: obfuscated
meta FROM_HIDDEN __FROM_2_ADDRESSES && ! __FROM_SAME
score FROM_HIDDEN 2.5
--
You are receiving this mail because:
You are the assignee for the bug.