SA Bugzilla – Bug 2642
Messages not learned because spammers are reusing message IDs
Last modified: 2004-02-18 10:20:59 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.
Created attachment 1520 [details] 1st message <g0u40B10g6jj0A0ut@professura.com>
Created attachment 1521 [details] 2nd message <g0u40B10g6jj0A0ut@professura.com>
Created attachment 1523 [details] 3rd message <g0u40B10g6jj0A0ut@professura.com>
Created attachment 1524 [details] Message <g0u40B10g6jj0A0ut@powerprotection1.com>
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....
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.
*** This bug has been marked as a duplicate of 3055 ***