4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] deleting cyrillic alp...
FromSent OnAttachments
PollywogFeb 1, 2006 9:56 am 
PollywogFeb 1, 2006 10:46 am 
Jay LeeFeb 1, 2006 10:55 am 
moussFeb 1, 2006 4:43 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] deleting cyrillic alphabet spamActions...
From:mouss (mou@netoyen.net)
Date:Feb 1, 2006 4:43:40 pm
List:net.sourceforge.lists.courier-maildrop

Pollywog a écrit :

I don't read Russian, so I don't normally receive mail in Cyrillic. I am getting lots of spam with Cyrillic characters. Is there a way to have Maildrop delete such messages? I do not see any headers that indicate Cyrillic characters.

Is this header something that indicates probable spam? Content-Type: text/plain;charset="windows-1251"

http://en.wikipedia.org/wiki/Windows-1251

I once had

if (/charset="windows-1251"/:b) { to "$DEFAULT/.Junk.charset/" }

to cope with a backscatter attack, but removed it just after the storm.

you may theoritically see this in legit mail sent to some mailing lists, so be careful... If you really need it, put it after all other processings.