[Mailman-Developers] Non-member filters

Mark Sapiro msapiro at value.net
Fri Dec 3 04:08:34 CET 2004


Jim Tittsler wrote:
>On Thu, Dec 02, 2004 at 11:23:20AM -0500, Terri Oda wrote:
>> On Dec 2, 2004, at 7:22 AM, Simmo Siil wrote:
>> >How can i but there @domeen.com? without a name?
>> >like '@domeen.com' -- how to get it work?
>> >now i can use only single aadresses like name at domeen.com
>> 
>> Have you tried .*@domeen.com ?
>> 
>> If I recall correctly, that field allows regular expressions.
>
>It does, but remember to prefix the string with a '^' to have
>it recognized as a regular expression:
>^.*@domeen.com

And while Jim's RE will certainly work, some may suggest that it could
allow more than wanted and would suggest

^[^@]+ at domeen\.com$

See http://docs.python.org/lib/re-syntax.html for info about Python REs.

--
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-Developers mailing list