https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5380
--- Comment #5 from Karsten Bräckelmann <[email protected]> 2009-08-18 17:10:49 PST --- The problem is, that the rule as-is will hit on any sub-string "meds". No word boundaries, no exclusion of the NON-obfuscated meds. 25_replace.cf: header SUBJECT_FUZZY_MEDS Subject =~ /<M><E><D><S>/i Given comment 3, the proposed limiting in comment 0 seems entire sensible. No plain non-obfuscated "meds". No half-assed obfuscated one within a longer word. Maybe using (\b|_) rather than \b, to catch that pathetic this-is-a-word-char non-real-word char that underscore is. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
