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 numer

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