On Wed, 2002-04-17 at 03:41, Joern Nettingsmeier wrote:
> a number of questions about regexes in mailman:
> i'm desperately looking for a python-specific regex documentation.
> i'm using a php manual (whose regexes are said to be
> perl-compatible), but i seem to run into subtle problems. any
> p
hello mailman users !
a number of questions about regexes in mailman:
in bounce_matching_headers, the "Header:" field is parsed separately
and is not part of the regex, right ?
(i.e. a line
.*SPAM
would _not_ have the effect of catching all mails that contain
"SPAM" in any of their headers ?)
hello !
i sent the messsage below earlier today, not realizing that
mailman-users is a closed list.
now i have subscribed, and i'm resending the message below.
sorry if any duplicates get through.
Joern Nettingsmeier wrote:
>
> hello mailman users !
>
> a number of questions about regexes in m
[i posted this a while ago, but obviously my subscription had not
yet been processed when it reached the list.
sorry for any dupes that might occur. i'm in a bit of a hurry, so
i'm resending.]
hello mailman users !
a number of questions about regexes in mailman:
in bounce_matching_headers, t