On 12/18/2017 04:42 PM, John Fitzsimons wrote: > > I want to automatically discard all non-subscribers who attempt to > subscribe from the .ua domain (Ukraine ?) > > In other words, what do I put in "List of non-member addresses whose > postings will be automatically discarded" ?
Do you want to prevent subscription or just discard attempted posts? The regexp you want is ^.*\.ua$ which will match any address ending in '.ua'. If you put that in discard_these_monmembers (List of non-member addresses whose postings will be automatically discarded.), that will automatically discard any list post from a nonmember address that ends with .ua, but it will do nothing about attempted subscriptions. To prevent such addresses from subscribing, put the same regexp in Privacy options... -> Subscription rules -> ban_list (List of addresses which are banned from membership in this mailing list.) -- 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