On 09/29/2015 11:09 AM, Matthew Saltzman wrote:
> On Mon, 2015-09-28 at 19:41 -0700, Mark Sapiro wrote:

>> You want either the regexp I'm
>> using or one of the 'safer' ones in my reply at
>> <https://mail.python.org/pipermail/mailman-users/2015-September/07987
>> 4.html>.
> 
> The regexp in the linked message has left parens instead of left
> braces, but otherwise seems to be working so far. I added it with
> @gmail.com and @usc.edu to be even safer (as those are the only ones
> I've seen to this point), but will watch for other domains for a while.

My bad. A typo. They should be braces as in

^.*\+\d{3,}@

or

^.*\+\d{5,}@

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to