At 11:47 AM 8/29/2006, Anders Norrbring wrote: >I don't know if I'm just stupid.. But I can't get things >to work as I >want it to. > >First, according to >http://www.ijs.si/software/amavisd/#faq-spam SA >shouldn't be "allowed" to alter mail bodies etc. >But it does.. I inserts a "warning text" from the tamplates in >10_misc.cf, like: > >"Spam detection software, running on the system >"iris2.the-server.net", >has identified this incoming email as possible spam. The >original >message has been attached to this so you can view it (if >it isn't spam) >or label similar future email. If you have any questions, see >postmaster for details." > >And then "Content preview" and a "Content analysis >details" follows. >After that, the original message is inserted defanged.
... because you turned on the optional $defang_spam feature (or maybe your packager did that for you). The spam mail body itself is not modified, but it is wrapped as a mime attachment with the warning text before being passed to the user. If you don't want that, set $defang_spam = 0; in amavisd.conf. -- Noel Jones ------------------------------------------------------------------------- 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=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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/
