Re: [Mailman-Users] Block domain

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Jones wrote: > On Wed, 2003-12-17 at 18:13, Todd wrote: [...] >> That regex only matches if the address begins with domain.com. You >> might want something more like @domain.com$ or possibly [EMAIL PROTECTED] >> (I don't know if the former works i

Re: [Mailman-Users] Block domain

2003-12-17 Thread Dan Jones
On Wed, 2003-12-17 at 18:13, Todd wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dan Jones wrote: > > 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 d

RE: [Mailman-Users] Block domain

2003-12-17 Thread Christopher Jackson
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 [EMAIL PROTECTED] or [EMAIL PROTECTED] I could be wrong though... -- Christopher Jackson IT Manager Avaki Corporation Office

Re: [Mailman-Users] Block domain

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Jones wrote: > 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