On Dec 13, 2008, at 9:42 AM, Mark Sapiro wrote:

Cyndi Norwitz wrote:

I can add this line of code: ^...@]+@(.*\.)?tom\.com$

But I am concerned that this will discard all .com domain names that
end with tom, which may be some legit ones.

It won't

Great.

So the whole regexp matches

at least one non-@ followed by @ optionally followed by anything that
ends with a period followed by tom.com at the end.

Thanks, I've gone ahead and added the code.

Much appreciated.

Cyndi


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to