Bug 2642 - Messages not learned because spammers are reusing message IDs
Summary: Messages not learned because spammers are reusing message IDs
Status: RESOLVED DUPLICATE of bug 3055
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Learner (show other bugs)
Version: 2.60
Hardware: All All
: P5 normal
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-28 16:45 UTC by Keith Ivey
Modified: 2004-02-18 10:20 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
1st message <g0u40B10g6jj0A0ut@professura.com> text/plain None Keith Ivey [NoCLA]
2nd message <g0u40B10g6jj0A0ut@professura.com> text/plain None Keith Ivey [NoCLA]
3rd message <g0u40B10g6jj0A0ut@professura.com> text/plain None Keith Ivey [NoCLA]
Message <g0u40B10g6jj0A0ut@powerprotection1.com> text/plain None Keith Ivey [NoCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Ivey 2003-10-28 16:45:51 UTC
I'm attaching four messages received yesterday and today.  Three have identical
Message-Id headers.  The fourth isn't a problem because the message ID is
different, but I'm attaching it anyway because the part of the message ID before
the '@' matches the others.

I don't think this is the only time this has occurred.  I've suspected it for a
while when I try unsuccessfully to learn messages that shouldn't have been
autolearned.
Comment 1 Keith Ivey 2003-10-28 16:47:18 UTC
Created attachment 1520 [details]
1st message <g0u40B10g6jj0A0ut@professura.com>
Comment 2 Keith Ivey 2003-10-28 16:47:35 UTC
Created attachment 1521 [details]
2nd message <g0u40B10g6jj0A0ut@professura.com>
Comment 3 Keith Ivey 2003-10-28 16:47:58 UTC
Created attachment 1523 [details]
3rd message <g0u40B10g6jj0A0ut@professura.com>
Comment 4 Keith Ivey 2003-10-28 16:49:10 UTC
Created attachment 1524 [details]
Message <g0u40B10g6jj0A0ut@powerprotection1.com>
Comment 5 Duncan Findlay 2003-10-28 19:38:59 UTC
Hmm... I suppose it might make sense to have a test to see if a message ID
already exists in the ham/spam learn DBs. Then spammers wont do it....
Comment 6 Theo Van Dinter 2003-10-29 15:01:35 UTC
Subject: Re: [SAdev]  Messages not learned because spammers are reusing message IDs

On Tue, Oct 28, 2003 at 07:49:35PM -0800, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> Hmm... I suppose it might make sense to have a test to see if a message ID
> already exists in the ham/spam learn DBs. Then spammers wont do it....

it'd be interesting to see, but I doubt it would work very well.
I receive multiple copies of the same message whenever someone responds
to a mailing list post I made.

this issue came up before, and we decided it wasn't a big enough issue
to deal with.  perhaps we should use the same logic as "no message-id",
which does a sha1 hash of certain message characteristics.

Comment 7 Theo Van Dinter 2004-02-18 19:20:59 UTC

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