> > Your situation is unclear. > sorry my bad spelling. example.org is a local domain, and I am sending mail > from hotmail to example.org. > > When you say > > everything works as expected, what particular behavior happens > > that is working? Are you referring to the X-Spam headers getting > > written?
I found what was happening. Since I was running amavis-new on both machines at the same ip-netblock, the first machine was reciving the email, and tagging it as spam, and then relaying the message to the second machine. For some reason, when the mail gets relayed to the second machine, amavis-new at the second machine don't consider the email as spam, and then removes its x-spam tags from header, since $remove_existing_spam_headers defaults to enabled and there was no explicit option in the amavis-new. So, I just added $remove_existing_spam_headers = 0 to the second machine so it doesn't remove any x-spam tag and the "problem" disappears, tags are where should be! Since amavis-new is a very good tool for deploying a content filtering gateway, shoulnd't the option $remove_existing_* defaults to disabled? anyway, I just find it out when reading the amavisd.conf-sample file. Thank you, Pablo ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ 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/
