Bug 362 - INVALID_MSGID false hit
Summary: INVALID_MSGID false hit
Status: RESOLVED DUPLICATE of bug 305
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.20
Hardware: All other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 12:06 UTC by dman
Modified: 2002-05-29 04:19 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 dman 2002-05-29 12:06:10 UTC
the INVALID_MSGID rule falsely tags a Message-Id: header that is folded onto a
second line.  (this is probably an issue with many header tests right now)

To demonstrate this :

]$ echo -e "Message-id:\n <20020529174149.GB26619@dman.ddts.net>\n\n" | spamc |
grep tests
X-Spam-Status: Yes, hits=6.3 required=5.0
tests=INVALID_MSGID,FROM_MISSING,DATE_MISSING,MISSING_HEADERS,SUBJ_MISSING
version=2.20

$ echo -e "Message-id: <20020529174149.GB26619@dman.ddts.net>\n\n" | spamc |
grep tests
X-Spam-Status: No, hits=4.8 required=5.0
tests=FROM_MISSING,DATE_MISSING,MISSING_HEADERS,SUBJ_MISSING version=2.20


(using bash's built-in echo)  Note which version triggered the INVALID_MSGID.
Comment 1 Theo Van Dinter 2002-05-29 12:19:37 UTC
This is a duplicate of bug 305, already fixed.

*** This bug has been marked as a duplicate of 305 ***