Documentation Home
Help! Errors
Help! False Positives
Help! Spam Leakage
Installation Guides
Features
Procedures
SNF Community
Software
Technology
Tools
Direct Support
Glossary
Q&A
Installation Guide
Surgemail
From SurgeMail's page Integrating external Spam filters:
You can in addition to the normal surgemail spam features run an external spam filter which is a command line program that examines the message then returns non zero numbers if it thinks the message is spam. This can then contribute to the SurgeMail score for that message.
These settings require SurgeMail 3.8-20 or later, email support@netwinsite.com if you need this build to try this new feature.
Surgemail.ini setting:
Once you have Message Sniffer installed using the Windows Installer and make the following additions / adjustments to your surgemail.ini file:
G_SPAM_CMD "c:\snf\snfclient.exe $FILE$"
Add some rules to your local.rul file to process the resulting header:
if (isin("X-SpamCmd","Is Spam")) then
call spamdetect(5,"ArmResearch")
end if
if (isin("X-SpamCmd","Not Spam")) then
call spamdetect(-3,"ArmResearch")
end if
Please email support@armresearch.com with any questions.
