Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Spam Filters - Version: 2.0.2-Upgrade

Quote Reply
Spam Filters - Version: 2.0.2-Upgrade
hi,

can you tell me if the spam filters list on this version (and the latest version too) is case sensitive? Or if there were any problems found with the spam filters feature in this version?

I have entered a number of domains into this list but it seems the messages are still getting through.


thanks,

regan.

Last edited by:

ryel01: May 10, 2002, 11:00 PM
Quote Reply
Re: [ryel01] Spam Filters - Version: 2.0.2-Upgrade In reply to
Looks like it's always been case sensitive. I'll get that fixed up for the next release. It's an easy change though. Just edit admin/GMail/Options/Spam.pm around line 72 to:
Code:
$email =~ /$text/i and return 1;

Adrian
Quote Reply
Re: [brewt] Spam Filters - Version: 2.0.2-Upgrade In reply to
In Reply To:
Looks like it's always been case sensitive. I'll get that fixed up for the next release. It's an easy change though. Just edit admin/GMail/Options/Spam.pm around line 72 to:
Code:
$email =~ /$text/i and return 1;


great - thanks adrian.

regan.