OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Get rid of messages in Cyrillic?

From: Alexey Lobanov (A.Lobanovcro-rct.ru)
Date: Mon Mar 17 2008 - 15:10:55 CDT


Hello.

17.03.2008 23:29, Leo Ofenstein пишет:

> What would be a good and efficient way to catch the non-english subjects
> before they even get to SA? Or if there isn't one, is there a way to set
> the spam score high enough that a Cyrillic subject would "spamify" it?

Check headers:

/^subject: =\?koi8/ REJECT We don't understand it, sorry
/^subject: =\?windows-1251/ REJECT We don't understand it, sorry
/^from: =\?koi8/ REJECT We don't understand it, sorry
/^from: =\?windows-1251/ REJECT We don't understand it, sorry
/^to: =\?koi8/ REJECT We don't understand it, sorry
/^to: =\?windows-1251/ REJECT We don't understand it, sorry
/^Content-Type: .*charset="windows-1251"/ REJECT We don't understand it,
sorry
/^Content-Type: .*charset=\"koi8/ REJECT We don't understand it, sorry

And, of course,

strict_7bit_headers = yes
strict_8bitmime_body = yes

Alexey

>