On Wed, Mar 26, 2003 at 02:47:48PM -0700, Jason R. Mastaler wrote: > I thought of using regular expressions, but I think simple strings > will suffice and be less confusing at the same time.
I thought that at first too, but then I remember how the '.' character in domains always ends up causing trouble for newbies using regular expressions. A former employer of mine once added a domain to a qregex badmailfrom file and ended up blocking several employee addresses. Plain strings are probably the best way to go. Cory -- Cory Wright Stand Blue Technology http://www.standblue.net/ _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
