When IMail Server incorrectly identifies a mail message (false positive), you can use antispamseeder.exe to add statistical information about the email into the antispam-table.txt file to rebalance the spam and non-spam word counts. This will increase the likelihood that similar email messages will be correctly identified in the future.
To change the word tables to recognize messages that are incorrectly identified as spam (or vice versa):
If you have a significant number of messages that are incorrectly identified as spam, you can place the messages in a mailbox and add the entire contents of the mailbox to the antispam-table.txt file at once. The following procedure explains what to do when legitimate messages have been identified as spam:
antispamseeder.exe
–good –h<hostname> –m<mailbox>
Parameter |
Function |
- 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