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:  [EMAIL PROTECTED] ???
        (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): '[EMAIL PROTECTED]@[^\.]+\.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


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to