Re: [Mailman-Users] RegEX for banning

2008-04-16 Thread Mark Sapiro
Mel Sojka wrote: >I have a client that want to ban all subscriptions from .pl and .ru what >would be the regex under 2.1.9. ^.*\.pl$ ^.*\.ru$ You could combine it in one ^.*\.(pl|ru)$ but it's probably clearer to leave it as two. See . -- Mark Sap

[Mailman-Users] RegEX for banning

2008-04-16 Thread Mel Sojka
I have a client that want to ban all subscriptions from .pl and .ru what would be the regex under 2.1.9. Mel -- System Janitor/Network Plumber http://www.nwla.com Linux User #25446Linux 2.6.20 -- Mailman-Users mailing list Mailman-Users@py