howdy...

i'm running internal lists for my company on mailman 2.0.4 with python 2.0
under solaris 7.  say that our domain name is example.com.

i'm trying to set things up so that *@example.com can post to the lists but
all other addresses are held for approval as explained here:

        http://mail.python.org/pipermail/mailman-users/2001-February/009828.html

teo de hesselle responded, suggesting using a regex:

        http://mail.python.org/pipermail/mailman-users/2001-February/009835.html

neither post says exactly which configuration option that regex should go in,
but it seems to me that 'posters' is the correct place.  if i use the
following

        moderated = 0
        member_posting_only = 1
        posters = ['.*@example\\.com']

and post from [EMAIL PROTECTED], an address which is not subscribed to the
list, the post is held for approval.

if i change 'posters' to

        posters = ['.*@example\\.com', '[EMAIL PROTECTED]']

then posts from [EMAIL PROTECTED] go through, so it seems that 'posters' 
doesn't accept regular expressions.

am i tweaking the wrong settings?

tia,

PeeWee

-- 
email: [EMAIL PROTECTED] - useless: http://www.scc.mi.org/peewee/ - efnet:  Pwe
i aspire to be the village idiot. however, i do live in the global village. -me

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to