|
|
With the percentage of spam being sent ever increasing, many people wish to incorporate the facilities of SpamAssassin into Xamime to assist in the culling operation.
Requirements
Concept Before Xamime commences any disassembly or testing of a mailpack it may first optionally run a prefilter. The prefilter allows adminstrators to invoke an external program with full access to the mailpack file, sender and receiver information. Using this facility, we can invoke SpamAssassin and use it to insert a spam-score header into the mailpack. ![]() Once the prefilter has completed, Xamime will continue to process the mailpack as per normal. In order to filter out spammed emails, it is a simple matter of checking for a particular SpamAssassin header. Most commonly, the X-Spam-Level:header is used. eg: X-Spam-Level: ******** This header indicates that the mailpack was ranked '8' on the spam scale. In order to block this and any other emails with a greater spam level, we utilise an ACLitem as follows:
DENY Text-test ^X-spam-level.*\*{8,} "Block all spams over level 8"
or illustrated in a browser:![]()
Proceedure
For further queries, please email xamime-support@pldaniels.com |
For corrections and suggestions - WWW administrator |