This is a discussion on Re: [AMaViS-user] Adding SA score to headers within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; > A user with Outlook asks me if it's possible to either put > the spamassassin spam score in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> A user with Outlook asks me if it's possible to either put
> the spamassassin spam score in the header of the message (in > all instances) or better in a "new header field" that Outlook > might somehow magically display in the message list. The > user could then sort by the score column and provide further > feedback into the spamassassin settings in amavisd to improve > performance. > > I should think the first idea - modifying the header - would > work with Outlook or any client without modification, but I > am not certain how to go about this between amavisd and the postfix. Outlook does not provide a native means to extract internet header information. You can create a rule which will examine an internet header, and take some action, such as Flag for Follow-Up, move to a folder, or even Assign a Category. You could create a series of rules, for example, which match a header such as X-Spam-Level: **, X-Spam-Level: *, etc. and assign Categories SpamScore8. Then a view can be defined that sorts on Category. The general problem using the rules wizard is that it is inconsistent, and rules do not fire consistently, nor reliably. Other than that, you'd need to write a CDO. MrC ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |