![]() |
SA Bugzilla – Full Text Bug Listing |
Summary: | Catch repeated obfuscating comments | ||
---|---|---|---|
Product: | Spamassassin | Reporter: | chris <chris> |
Component: | Rules | Assignee: | SpamAssassin Developer Mailing List <dev> |
Status: | NEW --- | ||
Severity: | enhancement | ||
Priority: | P5 | ||
Version: | 2.54 | ||
Target Milestone: | Future | ||
Hardware: | Other | ||
OS: | other | ||
Whiteboard: | needs code |
Description
chris
2003-05-20 12:42:44 UTC
Subject: Re: [SAdev] New: Catch repeated obfuscating comments
> Notes: 6 is an aribitrary number. Less may work better Also, if false
> positives, we might want to pair this with OBFUSCATING_COMMENT in a
> meta test, but I don't think it's needed
Very interesting idea! We should also try putting some perl code to
catch repeated comments in HTML.pm. Try both repeated in sequence and
repeated throughout the entire message. It will probably be cheaper and
perhaps more accurate than using a backtracking rawbody test.
Daniel
I suppose we should remove the !s from my test, to fit with the new style spams I have seen that format comments <like this>. Also, I like the idea of coding this test in the Perl code. Other ideas are to count one-long-word comments, or comments with random non- letter characters in them. move bug to Future milestone (previously set to Future -- I hope) |