Hello Leonardo,

Sunday, November 9, 2003, 12:38:40 PM, you wrote:

LHM> is there a way to block subjects with Umlauted Letters like:
LHM> ö ü ä (sorry if it's messesd after mailing)

LHM> How would a rule to get Umlauts in subject look like?
LHM> /ISO?????/

Does this work?
header   RM_sl_ForeignChar  Subject =~ /\w[äëöü]\w/
describe RM_sl_ForeignChar  Subject contains foreign character apparently embedded 
within a word
score    RM_sl_ForeignChar  2.15   # 47s/0h of 36402 corpus; 115s/0h of 39283 corpus

or this?
header   RM_sx_USAscii      Subject:raw =~ /us-ascii/i
describe RM_sx_USAscii      Subject specifies display in US-ascii, unnecessary unless 
spam hides subject
score    RM_sx_USAscii      0.90   # 27s/2h of 39283 corpus, ham = MS Passport.com
header   RM_sx_KS5601       Subject:raw =~ /\=\?ks_c_5601\-1987\?/i
describe RM_sx_KS5601       Subject specifies display in Korean?, unnecessary unless 
spam hides subject
score    RM_sx_KS5601       0.40   # 4s/0h of 39283 corpus
header   RM_sx_iso8859      Subject:raw =~ /iso-8859-1/i
describe RM_sx_iso8859      Subject specifies display in ISO-8859
score    RM_sx_iso8859      1.298  # 1013s/33h of 39283 corpus

Bob Menschel




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to