[Mailman-Users] easy question on python regular expressions

Mark Sapiro msapiro at value.net
Fri May 26 18:22:45 CEST 2006


Steve Lindemann wrote:

>Mark Sapiro wrote:
>> 
>> ^.*@any\.com$
>> 
>Thank you Mark!  Given the examples I could find and all the variations I 
>tried I completely missed the trailing $ sign... *sigh*


Well, that shouldn't matter too much. ^.*@any\.com will match all the
same addresses. It will just match jdoe at any.com.us and similar
addresses too.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list