Bug 375 - Typo in regex for EXCUSE_15
Summary: Typo in regex for EXCUSE_15
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 15:09 UTC by Bart Schaefer
Modified: 2002-06-01 15:25 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Bart Schaefer 2002-05-31 15:09:28 UTC
Misplaced close paren after "message"

diff -r1.97 20_body_tests.cf
218c218
< body EXCUSE_15                        /this (?:|e?-?mail|message )(?:is|was)
(?:not|never) (?:spam|(?:sent |)unsolicited)/i
---
> body EXCUSE_15                        /this (?:|e?-?mail|message) (?:is|was)
(?:not|never) (?:spam|(?:sent |)unsolicited)/i
Comment 1 Craig Hughes 2002-06-01 23:25:39 UTC
Good catch.. Thanks.