LuKreme wrote:
>
>Whilst I have your attention is:
>
>[EMAIL PROTECTED]
>[EMAIL PROTECTED]
>
>legal for the regex match in the discard_these_nonmembers
>

yes, but maybe e.g. [EMAIL PROTECTED] is better

>how about
>
>[EMAIL PROTECTED]|k].com
>

here you probably mean either [EMAIL PROTECTED] or
^.*citi-?ban(c|k)\.com. ban[c|k] matchs "ban" followed by one of "c"
or "|" or "k".

>(That is to say, when it say regex does it really mean regex and what 
>flavour of regex?)
>

Python regular expressions. See
http://docs.python.org/lib/re-syntax.html

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to