Shane Metler wrote:
> I know this is more of a RegEx question, but I have been very
> unsuccessful at finding out how to match Cyrillic characters in Spam
> Assassin rules.  

\p{Cyrillic} comes to mind.  Not sure what version of Perl is required.

Untested:
body    CONTAINS_CYRILLIC_CHARACTERS    /\p{Cyrillic}/
score   CONTAINS_CYRILLIC_CHARACTERS    0.1

[EMAIL PROTECTED]                      805.964.4554 x902
Hispanic Business Inc./HireDiversity.com         Software Engineer
perl -e"map{y/a-z/l-za-k/;print}shift" "Jjhi pcdiwtg Ptga wprztg,"

Reply via email to