Chris> I'm trying to put a regex in the non-member submission list.  I'm
    Chris> my case I put in

    Chris>      [EMAIL PROTECTED]

    Chris> which, if I understand this correctly, should allow the list to
    Chris> accept all addresses in my domain and post them.  It ain't
    Chris> working.  

The star isn't repeating anything.  Try

    [EMAIL PROTECTED]

instead.  (Dunno if the ^ is required or not.  It may perform match()
instead of search() calls.)

-- 
Skip Montanaro
Got gigs? http://www.musi-cal.com/submit.html
Got spam? http://spambayes.sf.net/
[EMAIL PROTECTED]

------------------------------------------------------
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