RE: [Declude.JunkMail] Re: PDF spam detection

2007-06-29 Thread David Barker
) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darin Cox Sent: Thursday, June 28, 2007 12:49 PM To: declude.junkmail@declude.com Subject: Re: [Declude.JunkMail] Re: PDF spam detection I was thinking Regex wasn't available since I'm still using 2.0.6, but forgot I

Re: [Declude.JunkMail] Re: PDF spam detection

2007-06-28 Thread Darin Cox
PM Subject: Re: [Declude.JunkMail] Re: PDF spam detection Here's a piece of RegEx code that should work for blank bodies with a PDF and this particular spammer so long as he is forging Thunderbird: -+[0-9]+\r\n(?:[a-zA-Z\-]+: [^\r]+\r\n)+(?:\r\n){1,}-+[0-9]+\r\n(?:[a-zA-Z\-]+: [^\r]+\r\

Re: [Declude.JunkMail] Re: PDF spam detection

2007-06-28 Thread Matt
Here's a piece of RegEx code that should work for blank bodies with a PDF and this particular spammer so long as he is forging Thunderbird: -+[0-9]+\r\n(?:[a-zA-Z\-]+: [^\r]+\r\n)+(?:\r\n){1,}-+[0-9]+\r\n(?:[a-zA-Z\-]+: [^\r]+\r\n)*Content-Type: application/pdf; Note that I have not tested t