On 10/05/2018 11:23 AM, Dennis Putnam wrote: > I am not much on regexp but I want to prevent any AOL user from > subscribing. The examples in the FAQ are all overly complex for what I > want to do. Can someone show me the syntax to ban all AOL addresses? TIA.
There are lots of regexps that will work, but ^.*[@.]aol\.com$ will ban any address that ends with '@aol.com' or '.aol.com', i.e. any address in the aol.com domain or a sub-domain thereof. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------ 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