Re: [SAtalk] Another English-centric rule

2002-03-05 Thread dman
On Tue, Mar 05, 2002 at 12:48:53PM -0800, Daniel Quinlan wrote: | Matthew Cline <[EMAIL PROTECTED]> writes: | | > For those of you who find that English-centricity helps to filter spam, | > here's a rule that looks for non-ASCII encoding in the subject line: | > | > header NON_ASCII_ENC_SUBJ

Re: [SAtalk] Another English-centric rule

2002-03-05 Thread Matthew Cline
On Tuesday 05 March 2002 07:23 am, Rob McMillin wrote: > Already exists -- see CHARSET_FARAWAY_HEADERS. Ooops, didn't realize it did that. Guess I should read all of EvalTest.pm before submitting new rules... -- Visit http://dmoz.org, the world's | Give a man a match, and he'll be warm lar

Re: [SAtalk] Another English-centric rule

2002-03-05 Thread Daniel Quinlan
Matthew Cline <[EMAIL PROTECTED]> writes: > For those of you who find that English-centricity helps to filter spam, > here's a rule that looks for non-ASCII encoding in the subject line: > > header NON_ASCII_ENC_SUBJ Subject =~ /=\?(?:euc-kr|big5|iso-8859-1)\?/ > describe NON_ASCII_ENC_SUBJ

Re: [SAtalk] Another English-centric rule

2002-03-05 Thread Rob McMillin
Matthew Cline wrote: >On Tuesday 05 March 2002 02:08 am, I wrote: > >>header NON_ASCII_ENC_SUBJ Subject =~ >>/=\?(?:euc-kr|big5|iso-8859-1)\?/ >> > >Actually: > >header NON_ASCII_ENC_SUBJ Subject =~ /=\?(?:euc-kr|big5|iso-8859-1)\?/i > >as it needs to be case insensitive. > Already ex

Re: [SAtalk] Another English-centric rule

2002-03-05 Thread dman
On Tue, Mar 05, 2002 at 02:08:39AM -0800, Matthew Cline wrote: | For those of you who find that English-centricity helps to filter spam, | here's a rule that looks for non-ASCII encoding in the subject line: | | header NON_ASCII_ENC_SUBJ Subject =~ /=\?(?:euc-kr|big5|iso-8859-1)\?/ | descr

Re: [SAtalk] Another English-centric rule

2002-03-05 Thread Matthew Cline
On Tuesday 05 March 2002 02:08 am, I wrote: > header NON_ASCII_ENC_SUBJ Subject =~ > /=\?(?:euc-kr|big5|iso-8859-1)\?/ Actually: header NON_ASCII_ENC_SUBJ Subject =~ /=\?(?:euc-kr|big5|iso-8859-1)\?/i as it needs to be case insensitive. -- Visit http://dmoz.org, the world's | G