"David Slater" <[EMAIL PROTECTED]> wrote:

>Hello -
>
>I want to deny list subscriptions to any user whose email
>address does not include my domain.
>
>I realize that I can do that by having the list admin approve
>subscription requests, but I'd prefer to automate the process.
>
>I would hope that a rejection notice would be sent to any person
>who subscribes and does not have the correct email domain.
>
>Does anyone know how to do this - or is this something
>that I should submit as a feature / enhancement request?

Use ban_list

     ^!*.example.com

to prevent all subscriptions that are not from example.com .  This
regex will allow subscriptions from

     @aaa.example.com

----------------------------------------------------------------------
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory          Phone:    +1 (630) 252-7277
9700 South Cass Avenue               Facsimile:+1 (630) 252-4601
Building 222, Room D209              Internet: [EMAIL PROTECTED]
Argonne, IL   60439-4828             IBMMAIL:  I1004994

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to