Hi! I'm running an anti-virus/anti-spam Mailserver with the following software:
postfix 2.2.10 amavisd-new 2.3.3-r2 spamassassin 3.1.0 dovecot (IMAP-Server) 1.0_beta8 clamav 0.88.2 on gentoo-Linux with kernel 2.6.16. Everything seems to work fine. Due to my anti-spam settings in amavisd.conf... ~~~~~~~ $sa_tag_level_deflt = 1.0; $sa_tag2_level_deflt = 4.0; $sa_kill_level_deflt = 7.0; ~~~~~~~ ...every message with a spam-level above 7.0 is forwarded to my "quarantine"-Account. This messages also have the desired X-Spam-Header inserted, which offers information on the Status, Score and Level of the mail in question. Now I do want to have this header inserted into all of my incoming mails, thus giving the user (especially me) some more information on the process of spam-scanning. Exactly this does not work. Neither the X-Spam-Info-Header is inserted, although... ~~~~~~~~~~~~~~~~~~ $sa_spam_report_header = 1 ~~~~~~~~~~~~~~~~~~ ...is set, nor does the subject-change take place, although I set ~~~~~~~~~~~~~~~~~~~~~ $sa_spam_subject_tag = '***SPAM*** '; $sa_spam_modifies_subj = 1; ~~~~~~~~~~~~~~~~~~~~~ Meanwhile, the header information "X-Virus-Scanned: amavisd-new at dawin.de" is found in every single mail. Any ideas what's wrong with my setup? Thanks in advance, Andreas 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/
