[Mailman-Users] privacy options...

Richard Barrett R.Barrett at ftel.co.uk
Thu Feb 27 18:09:49 CET 2003


At 15:03 27/02/2003, Margrit Lottmann wrote:
>I have a question in connection with sender filters for
>a closed list.
>We are using mailman 2.1.1 (german).
>
>I have to generate a list, which is closed.
>I have to allow that all members can send emails to the
>list and a number of other addresses:
>
>special known addresses which I can exactly specify  .... is easy to
>                                                           configure
>
>a group of addresses ...for instance:  all addresses from all domains from
>                                        our university
>         Can I write:  *@*.uni-magdeburg.de ???
>         (I haven't any knowledges about regular expressions in python)

Not a lot different to Perl re's these days.

Try the following string (without the outer quotes): 
'^[^@]+@[^\.]+\.uni-magdeburg\.de$'

This should match any mail alias of any machine in the uni-magdeburg.de domain.

>--
>Mit freundlichen Gruessen
>M.Lottmann
>
>  Otto - von - Guericke  Universitaet      __  __   ____ _____         _   __
>                Magdeburg                 / / / /  / __ \__  /        / | / /
>  ------------------------------------   / / / /  / /_/ / / / ______ /  |/ /
>            Margrit Lottmann            / /_/ /  / _, _/ / /_______// /|  /
>        Universitaetsrechenzentrum      \____/  /_/ |_| /____/     /_/ |_/
>          Netze & Kommunikation




More information about the Mailman-Users mailing list