[Mailman-Users] easy question on python regular expressions

Mark Sapiro msapiro at value.net
Fri May 26 07:24:36 CEST 2006


Steve Lindemann wrote:

>I would like to use a regular 
>expression to accept all email from a particular domain.
>
>   ex: *@any.com
>
>Can someone 
>out there *show* me what I need to use to accomplish the task.


^.*@any\.com$

-- 
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