https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6448
Summary: Two rules matching "No prescription needed"
Product: Spamassassin
Version: 3.3.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Rules
AssignedTo: [email protected]
ReportedBy: [email protected]
72_active.cf:
body FB_NO_SCRIP_NEEDED /No.{1,10}P(?:er|re)scr[i1]pt[i1][o0]n
(?:needed|requ[1i]re)/i
20_drugs.cf:
body NO_PRESCRIPTION
/no.{1,10}P(?:er|re)scription.{1,10}(?:needed|require|necessary)/i
These two rules are matching almost exactly the same thing. Should they be
merged into a single rule?
Maybe something like this:
/no.{1,10}P(?:er|re)scr[i1]pt[i1][o0]n.{1,10}(?:needed|requ[i1]re|necessary)/i
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.