Print Page | Close Window

Selective whitelsiting using Regex?

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4576
Printed Date: 15 January 2025 at 2:53pm


Topic: Selective whitelsiting using Regex?
Posted By: Guests
Subject: Selective whitelsiting using Regex?
Date Posted: 16 November 2004 at 10:23am

As an ISP I'm running into problems with customers whitelisting entries that other customers (different domains) don't want. Most notably religious related sites. 

Is Regex smart enough so that I can automate setting up a rule like this:

Whitelist if:
TO: = mailto:*@mydomain" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - *@mydomain and FROM: = mailto:okuser@xyz.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - okuser@xyz.com

Of course I would have to add these to the top of the whitelist and the list might get long, but maybe I can do some selective whitelisting based on domain.

IS this possible? Anyone done it? Never used Regex but from what I've seen it looks doable. Want to make sure it is before I start working with it.

Best Regards,
Andy




Replies:
Posted By: Desperado
Date Posted: 16 November 2004 at 4:12pm
The "AND" clause does not exist for this implementation of RegEx so what you are asking, if I understand it, con not be done.  You can, however, run a separate "instance" of spamfilter with it's own filters.  Several of us are doing this.  I, too run an ISP and I understand the issue and this is the solution I am using for our domain customers that want either more or less filtering than our "standard" rule sets.
 
Regards,
Dan S.



Print Page | Close Window