To create new word counts specific to the host (email domain), instead of using the antispam-table.txt
file for the primary host, you must create the antispam-table.txt
file using known spam and non-spam email.
To create new word counts specific to the host (email domain):
antispam-table.txt
file. You need at least two mailboxes, one that contains only spam messages and one that contains only non-spam messages. Make sure that each mailbox contains relatively the same number of emails.Note: If one mailbox contains substantially more email messages than the other, the word counts will be skewed and content filtering may not function correctly.
antispamseeder.exe -spam –h<hostname> –m<mailbox>
Example
Note: The mailboxes should be placed in the same directory as antispamseeder.exe. If the mailboxes are in a separate directory, you must enter the full mailbox path.
hostname and mailbox
with your host name and the name of the mailbox that contains non- spam messages:antispamseeder.exe -good –h<hostname> –m<mailbox>
Parameter |
Command |
- h<hostname> |
Represents the name of the host. |
-spam |
Identifies the word as spam. |
-good |
Identifies the word as non-spam. |
- m<mailbox> |
The name of the mailbox or mailbox path. |
Related Topics