Antispamseeder.exe Wildcard Example 2

If you want the antispam engine to identify the word "2Sexy" as spam, add it to the antispam-table.txt file by entering the following command, replacing domain.com with your domain name:

antispamseeder.exe -spam -w-sexy -c100 - hdomain.com

This command adds the word "-sexy" to the antispam-table.txt file as if it had occurred 100 times in spam e-mail. The word will now be treated as a spam indicator by the content filters.

If you want the antispam engine to identify the word"g00d" (with zeros) as spam, you must enter the word into the antispam-table.txt file by running the following command, substituting dashes for the non-alphabetic characters. In this example, " host1" is the hostname and "g- -d" is the word you want to be recognized as spam.

Once you run the above command, the antispam engine will recognize any variable of the word "g- -d" as spam, such as g00d, g**d etc. This command does not change the word count for the word "good" because it does not contain any non-alphabetic characters.