Bug 698 - INVALID_MSGID false positive
Summary: INVALID_MSGID false positive
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.30
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-14 06:28 UTC by Greg Ward
Modified: 2002-08-13 22:40 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 Greg Ward 2002-08-14 06:28:43 UTC
I have observed one or two perfectly valid messages whose Message-Id
headers look like this:
  "<ZYdW9kKkXQ+B092yn@gnosis.cx>                "
ie. there's trailing whitespace in the header line.

This triggers INVALID_MSGID.  Dunno what the RFCs say, but I'd loosen up the 
regex a bit.  Adding \s* between the > and $ should do the trick.
Comment 1 Justin Mason 2002-08-14 06:40:30 UTC
ok