Nicolas Seichepine wrote:
>
>The problem is that no matter how many times I repeat to administrators and 
>users to use only these addresses, subscriptions are regularly made with other 
>addresses, which are rejected and generate a lot of bounces.
>
>I would like to know if there is a mean to verify automatically during the 
>subscription process if the address is something like x...@domain.ext...


You should be able to use the ban_list for this (Privacy options... ->
Subscription rules -> ban_list). The operation of the ban_list has
been improved somewhat since 2.1.5, e.g. In 2.1.5 you couldn't
subscribe a banned address, but you could change your address to a
banned address, but it should work for your purpose.

A regexp like:

^.+@(?!domain\.ext$)

will ban every address that is not @domain.ext.

-- 
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
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to