Re: Problem with a message that got through.

2005-01-18 Thread Loren Wilton
> I have this in my local.cf
>
> header MY_MNUMERIC_TO   To =~ /[EMAIL PROTECTED]/i

> To: <[EMAIL PROTECTED]>

You have "start of line followed by M".  The To has "start of line followed by 
< followed by M".
Try

header MY_MNUMERIC_TO   To =~ /^

Re: Problem with a message that got through.

2005-01-18 Thread jdow
Never mind - as soon as I sent it my brain registered my mistrake.
{+_+} Duh!
- Original Message - 
From: "jdow" <[EMAIL PROTECTED]>

> What part of the rule does the "m" in "m2355" match?
> {^_^}




Re: Problem with a message that got through.

2005-01-18 Thread jdow
What part of the rule does the "m" in "m2355" match?
{^_^}
- Original Message - 
From: "Steven W. Orr" <[EMAIL PROTECTED]>


> I have this in my local.cf
>
> header MY_MNUMERIC_TO   To =~ /[EMAIL PROTECTED]/i
> score   MY_MNUMERIC_TO  5.0
> describeMY_MNUMERIC_TO   All numeric address after M in To:
>
> Despite that, the following message got through. The M in the regex is
> inside an i operator so that shouldn't be the problem.
>
> Anyone?
>
> -- 
> Time flies like the wind. Fruit flies like a banana. Stranger things have
.0.
> happened but none stranger than this. Does your driver's license say Organ
..0
> Donor?Black holes are where God divided by zero. Listen to me! We are all-
000
> individuals! What if this weren't a hypothetical question?
> steveo at syslang.net
>
> -- Forwarded message --
> Return-Path: <[EMAIL PROTECTED]>
> Received: from yankeeclipperinn.com (mail.myglassshop.com [38.119.170.63]
(may
>  be forged))
>  by syslang.net (8.12.10/8.12.10) with ESMTP id j0HNI1Wv023471
>  for <[EMAIL PROTECTED]>; Mon, 17 Jan 2005 18:18:07 -0500
> Date: Mon, 17 Jan 2005 18:17:07 -0500
> Message-Id: <[EMAIL PROTECTED]>
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> From: "Postmaster" <[EMAIL PROTECTED]>
> Sender: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject:  Undeliverable Mail
> X-Mailer: 
> X-Spam-Status: No, hits=0.1 required=5.0 tests=FORGED_RCVD_HELO
>  autolearn=failed version=3.0.2
> X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on saturn
>
> No message body: [EMAIL PROTECTED]
>
>
> Original message follows.




Re: Problem with a message that got through.

2005-01-17 Thread Theo Van Dinter
On Mon, Jan 17, 2005 at 06:37:06PM -0500, Steven W. Orr wrote:
> header MY_MNUMERIC_TO   To =~ /[EMAIL PROTECTED]/i
> Anyone?

So you want a To header that starts with m and some numbers,

> To: <[EMAIL PROTECTED]>

but the To header starts with a <, not an m ...

Perhaps you meant To:addr?

-- 
Randomly Generated Tagline:
Youth of today!  Join me in a mass rally for traditional mental
 attitudes!


pgpOmrYJniuOy.pgp
Description: PGP signature


Problem with a message that got through.

2005-01-17 Thread Steven W. Orr
I have this in my local.cf
header MY_MNUMERIC_TO   To =~ /[EMAIL PROTECTED]/i
score   MY_MNUMERIC_TO  5.0
describeMY_MNUMERIC_TO   All numeric address after M in To:
Despite that, the following message got through. The M in the regex is 
inside an i operator so that shouldn't be the problem.

Anyone?
--
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net
-- Forwarded message --
Return-Path: <[EMAIL PROTECTED]>
Received: from yankeeclipperinn.com (mail.myglassshop.com [38.119.170.63] (may
be forged))
by syslang.net (8.12.10/8.12.10) with ESMTP id j0HNI1Wv023471
for <[EMAIL PROTECTED]>; Mon, 17 Jan 2005 18:18:07 -0500
Date: Mon, 17 Jan 2005 18:17:07 -0500
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
From: "Postmaster" <[EMAIL PROTECTED]>
Sender: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject:  Undeliverable Mail
X-Mailer: 
X-Spam-Status: No, hits=0.1 required=5.0 tests=FORGED_RCVD_HELO
autolearn=failed version=3.0.2
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on saturn
No message body: [EMAIL PROTECTED]
Original message follows.