[pmmail-list] Spam filter

Kris Sorem Sr pmmail-list@blueprintsoftwareworks.com
Thu, 08 Feb 2001 05:26:09 -0800 (PST)


On Wed, 07 Feb 2001 12:04:17 -0800, William B. Kendall wrote:

>If a subject contains only X or XX it does not treat the mail as
>spam, but if it contains XXX it does, just as intended. However, if
>the subject contains even one $ it treats the mail as spam. There
>must be something about $s in filter strings which I don't know. Can
>anyone tell me how this works?

The dollar sign is used as a delimiter for ICSL variables and must be
enclosed in quotes. Thus either of these filters should produce your
intended results.

header.subject="$$$$$" | 
header.subject="!!" | 
header.subject="XXX" | 
header.subject="##"

or

header.subject="$$$$$" | 
header.subject="$!!$" | 
header.subject="$XXX$" | 
header.subject="$##$"
--
JMO, 
/s/~Kris
-------------------------------+---------------------------------------------



- pmmail-list - The PMMail Dicussion List ---------------------------
To POST to the list, send your message to
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com with the first 
line of the message body being...

UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------