Raul wrote: > The server is a mail gateway that processes all incoming/outgoing mail > and then forwards them to the destination server. Amavis calls spamd > after mail has been processed. > Spamd is running
Amavis uses Mail::SpamAssassin Perl module directly and does not pass mail to spamd and does not require spamd to be running. How have you configured your system to pass mail to spamd? If you are sending mail to spamd after amavisd-new has processed it then that might explain why the headers were apparently once there (as evidenced by mail in your quarantine) but now are missing. Spamd needs to be taken out of the loop, and then stopped. Then make sure mail still flows (with no errors in your log). I would try setting $SYSLOG_LEVEL = 'mail.info'; along with $log_level = 5; to see if you get the text we were looking for earlier. Send a (non spam) message through and see if you get the text. Don't forget to reload amavisd. And to set things back the way they were after the testing is complete. >> Not sure if you have any samples of this or not, but for mail that scores >> at 5.0 or higher, and is delivered to a mailbox, is the Subject line >> getting prefixed with ***SPAM*** ? >> > I have configured amavis to discard messages scoring 4.9 or higher. OK, I was hoping to see if mail between 5.0 and 8.0 got the Subject: line rewritten. It might prove everything was in place to write the headers, and if so, would reinforce my idea that the headers *are* written, but later removed. Gary V _______________________________________________ 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/
