Spam Queue File


This file lets you define additional directories for spam database indexing. You can easily add IMAP account directories or any other that you find suitable. The number of folders is not limited.

Formal Syntax:

filerecords = *(filerecord CRLF)  
filerecord = folderpath ";" options  
folderpath = path ["|" account] Contains either the full path or a relative path to the directory for indexing or folder of account
options = type [";" keepmessage]  
type = ("0" / "1" / "2" / "3" / "4" / "5") Index type
0 - Genuine
1 - Spam
2 - Spam-Genuine (Deindex spam and index as genuine)
3 - Genuine-Spam (Deindex genuine and index as spam)
4 - Whitelist (Add sender to the whitelist database)
5 - Blacklist (Add sender to the blacklist database)
keepmessage = ("0" / "1") Boolean variable for specifying if the message should be deleted after indexing.
1 - Keep message
0 - Delete message
 

Example:

Spam|spam@icewarp.com;1
Genuien|spam@icewarp.com;0
/temp/whitelist;4
/temp/blacklist;5