Pablo wrote: >> Your situation is unclear. >> Is example.org your domain, or a domain your are sending to? Are you >> talking about mail you are receiving that is addressed to your domain >> or mail that your are sending to an outside domain?
> 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 have 2 servers. Lets say Server A is working with postfix and amavisnew as > a mail store. And server B is a relay server, which filter all mails with > amavisnew also including example.org and then relays it to server A. > When I say everything works as expected I mean that the incoming message to > the domain example.org in the relay Server B gets its subject ***SPAM*** > inserted as configured in the mysql database. But there is no X-Spam-Status > spam-score inserted in the headers >> What is your $sa_tag_level_deflt set to on both machines? > in amavisd.conf $sa_tag_level_deflt = 2.0; and in the mysql is set to -999 > I readed the faq section, but everything seems to be ok. I use the exact > same file amavisd.conf in both servers. > Thanks for your time > Pablo Begin by setting $sa_tag_level_deflt = -999; on both machines. Is the relay server rewriting the address before ending it to the mail store, maybe something like host.example.org? If so, make sure that domain (host) name is also in @local_domains_maps on server A. Are you bypassing spam checks if the mail arrives from host B? Check your log for one of the messages from server B, see if it says: Hits: - The server A will keep whatever was in the Subject before. If they are set up exactly the same, for spam the new subject line should say: ***SPAM*** ***SPAM*** Subject goes here because each server would have changed the subject line. Are you using header_checks to remove previous X-Spam lines? You can temporarily increase log_level to 5 on host A and trace one spam from beginning to end. Gary V ------------------------------------------------------- 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/
