On Mon, Nov 04, 2002 at 10:40:16AM -0800, Brossard, David wrote:
> > header          MY_BLACKLISTED_RCVD     Received=~/*coolfunpages.com/

I think the problem is that the RE should be .* not * (it's regular
expression, not file globbing ... :) )

$ perl -e 'print yes if /*foo/'
Quantifier follows nothing before HERE mark in regex m/* << HERE foo/ at -e line 1.

-- 
Randomly Generated Tagline:
"I can explain why UNIX does what it does.  However, I can't explain why NT
 does what it does."                     - Rik Farrow

Attachment: msg09246/pgp00000.pgp
Description: PGP signature

Reply via email to