https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7748
Bug ID: 7748
Summary: TVD_APPROVED too loose
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Rules
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
I had an important travel confirmation email filtered as spam under the
TVD_APPROVED rule for including these lines:
>> you will receive a separate email receipt after you are charged.
>>
>> TripIt Approved
The `/you.{1,2}re .{0,20}approved/i` test in
https://svn.apache.org/repos/asf/spamassassin/trunk/rulesrc/sandbox/felicity/70_other.cf
could probably be tightened to avoid false positives like this: maybe use
`[^\n]{0,20}` instead, so the test won't span unrelated lines?
--
You are receiving this mail because:
You are the assignee for the bug.