Christoph,

> is it possible with amavisd-new to attach a verbose spam report to the 
> message, like mimedefang does in SpamAssassinReport.txt?

As inserted in a header:

  $sa_spam_report_header = 1;  # insert X-Spam-Report header field?

or as a modification of a mail body, by pushing original mail
to an attachment and inserting a spam report as the first MIME part:

  $defang_spam = 1;  # old style, applies the first available mangler
                     # to all spam-loving local recipients

More on that in RELEASE_NOTES, search for:
- provided interface code to allow mangling/defanging/sanitation


Mark

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to