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
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
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
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
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
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