Hello Declan,

Friday, September 10, 2004, 9:16:33 PM, you wrote:

DM> [NOOB warning here!]

Noob to yoo too.   :-)

DM> header ISP    To:addr =~ /([EMAIL PROTECTED],5}\b)/

I don't think that \S+? construct is valid -- there's nothing before the
? to say "zero or one" of.

Looks to me like what you really want is a much simpler
> header ISP To:addr =~ /[EMAIL PROTECTED]/i
which will catch all emails to any email address at ntlworld dot any 2+
tld.

Does that help?  Or am I way off base with this suggestion?

Bob Menschel



Reply via email to