I am trying to block variants of ceertain gmail addresses but I'm having
trouble concocting the right rexexp to accomplish the task.

Gmail addresses can contain embedded periods and can be followed by a
'+' and an arbitrary suffix. So all the following are the same address:
      * joeb...@gmail.com
      * joe.b...@gmail.com
      * j.o.e.b...@gmail.com
      * joe.blow+a...@gmail.com

And so on. I've tried various regexps, but none have worked so far.

     1. Could someone show me the right syntax to catch all embedded
        dots in the part before the '+'?
     2. Is there a way to script removing all my experimentation from
        the ban lists on multiple mailing lists?  Things are looking
        pretty cluttered by now on the privacy admin pages.

Thanks very much in advance.
-- 
Matthew Saltzman
Clemson University Math Sciences
mjs AT clemson DOT edu

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