http://bugzilla.spamassassin.org/show_bug.cgi?id=2911
Summary: proposed eval test: MIME_ALTERNATIVE_DISJUNCT
Product: Spamassassin
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Building & Packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I'd like to have a specific test for a kind of spam I've been
receiving lately with annoying frequency (sample is attached). Its
distinguishing feature is that it declares its content as
multipart/alternative, but actually has different text as text/plain
(random garbage) and text/html (payload + random garbage). I've
implemented
body MIME_ALTERNATIVE_DISJUNCT =20
eval:check_mime_multipart_alternative_overlap('2')
describe MIME_ALTERNATIVE_DISJUNCT claims to have the same text formatted
as plaintext and HTML but the two have nothing in common
score MIME_ALTERNATIVE_DISJUNCT 3 3 3 3
(patch of EvalTests.pm, against SA 2.61, implementing
check_mime_multipart_alternative_overlap is also attached) to match
it.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.