FAQ
Hello there,

I'm new to mailman, trying to set up a few lists and would like to
restrict subscribers to those with email addresses from a particular
domain, for example, only addresses of the form <user>@foodomain.com.
I've seen that a moderator can accept subscribers, but can the filter
described above be automated?

I'd highly appreciate any responses on this; I've looked around but
couldn't find anything.

Thanks in advance.

Regards.

Adri?n.

Search Discussions

  • Mark Sapiro at Jul 22, 2008 at 3:39 pm

    Adri?n M?rques wrote:
    I'm new to mailman, trying to set up a few lists and would like to
    restrict subscribers to those with email addresses from a particular
    domain, for example, only addresses of the form <user>@foodomain.com.
    I've seen that a moderator can accept subscribers, but can the filter
    described above be automated?

    You could put a regular expression
    <http://docs.python.org/lib/re-syntax.html> in Privacy
    options...->Subscription rules->ban_list to ban any address not in the
    foodomain.com domain. Something like

    ^[^@]*@(?!foodomain\.com$)

    or, if you want to also allow user at xxx.foodomain.com

    ^[^@]*@(?!(.*\.)?foodomain\.com$)

    --
    Mark Sapiro <mark at msapiro.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupmailman-users @
categoriespython
postedJul 22, '08 at 3:05p
activeJul 22, '08 at 3:39p
posts2
users2
websitelist.org

2 users in discussion

Mark Sapiro: 1 post Adrián Márques: 1 post

People

Translate

site design / logo © 2023 Grokbase