[Mailman-Users] Block domain

Christopher Jackson cjackson at avaki.com
Thu Dec 18 00:16:41 CET 2003


If I'm not mistaken, ^ in regex means 'start's with' so what you are
saying is anything that starts with domain.com should be dropped.  I
think you want something more like .*@domain.com or *@domain.com.

I could be wrong though...

--
Christopher Jackson
IT Manager
Avaki Corporation
Office: 781.272.3331x2104
Fax: 781.272.8444

> -----Original Message-----
> From: Dan Jones [mailto:ddjones at riddlemaster.org] 
> Sent: Wednesday, December 17, 2003 5:55 PM
> To: Mailman Mailing List
> Subject: [Mailman-Users] Block domain
> 
> 
> I want to block all mail from a specific domain.  Under 
> Privacy options/sender filters, in the box marked "List of 
> non-member addresses whose postings will be automatically 
> discarded" I put ^domain.com.  This should be a simple 
> regular expression that will always match the domain name, 
> but I still get emails that a posts from whatever at domain.com 
> needs authorization, and I have to go in and delete it.  Why 
> doesn't this work, and what does work?
> 
> 
> 
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org 
> http://mail.python.org/mailman/listinfo/mailma> n-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: cjackson at avaki.com
> 
> Unsubscribe or change your options at 
> http://mail.python.org/mailman/options/mailman-users/cjackson%
40avaki.com





More information about the Mailman-Users mailing list