>>>>> "MSK" == Mike S Krischker <msk@msk.ch> writes:
MSK> How can I bounce messages with a certain subject?
/subject:.*string you want to bounce/i
MSK> /subject=/Quick Survey Please
I'm not sure how you arrived at that syntax, but it makes no sense as a
Perl pattern match expression.
You'd want
/subject:.*quick survey please/i
A short tutorial on regular expressions is in the list-owner-info document,
or you can look in the Perl documentation which you can find at
www.perl.com or www.perl.org. Or do a web search for 'perl regular
expression'; I'm sure there's more than one short tutorial out there on the
web.
- J<
References:
|
|