http://www.hughes-family.org/bugzilla/show_bug.cgi?id=135
Summary: GAPPY_TEXT needs whitespace Product: Spamassassin Version: 1.5 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Rules AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently what makes up a gap in gappy text doesn't included whitespace. If this is done, then you need to put a \b before the regexp grouping, so that the character at the end of word doesn't get included at the start of the regexp. So the changed GAPPY_TEXT rule would be: body GAPPY_TEXT /\b(?:[a-z][-_\.\,\:\;\'\~\s]{1,3}){5,}/i This change also needs to be made to GAPPY_SUBJECT. It might also be good to change the number of terms GAPPY_SUBJECT requires from 5 to 4, so that it will catch things like "PLEASE ACCEPT OUR F R E E OFFER". ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk