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