Print Page | Close Window

Keyword Filter Question

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=5225
Printed Date: 14 June 2025 at 8:17pm


Topic: Keyword Filter Question
Posted By: Guests
Subject: Keyword Filter Question
Date Posted: 15 June 2005 at 4:28pm

Does anyone know if the keyword filter is case sensative?  I would say yes because nigeria gets blocked, but Nigeria doesn't.

Do we put both cases in there?




Replies:
Posted By: Desperado
Date Posted: 16 June 2005 at 11:54am

RedSpyder,

I have ZERO non-RegEx Keywords so this discussion is for RegEx:

(nigeria)  will only catch an exact match (Strict RegEx) but
((?i)nigeria) will ignore the case of any character.

I believe that SpamFilters version of RegEx will assume non case checking if the pattern is all lower case but if you put just one cap in the pattern, it becomes case sensitive (perhaps for only that character ... ).  I use the "Strict" (?i) to force co case checking so that I know exactly what the RegEx will do ... I do not like guessing.

Regards, 



-------------
The Desperado
Dan Seligmann.
Work: http://www.mags.net
Personal: http://www.desperado.com




Print Page | Close Window