[Mailman-Users] Non-membr submissions & regex's

Skip Montanaro skip at pobox.com
Tue Jan 6 17:28:28 CET 2004


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

    Chris>      ^*@nmr.mgh.harvard.edu

    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

    ^.*@nmr\.mgh\.harvard\.edu

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/
skip at pobox.com




More information about the Mailman-Users mailing list