Matt, > I think I have done it correctly this time.
Ok, this looks better now. Here are some noteworthy differences: [64986] dbg: bayes: not available for scanning, only 0 spam(s) in bayes DB < 200 [64986] dbg: config: score set 1 chosen. versus: [40259] dbg: config: score set 3 chosen. Since Bayes db on one host is empty, SpamAssassin selects score set 1 instead of 3, which can explain different score values for tests which got hit. (see man Mail::SpamAssassin::Conf and search for explanation of a 'score' setting to learn about score sets). Don't know about HTML_30_40, probably different rules. It doesn't exist in current versions of SpamAssassin. The RCVD_IN_NJABL_DUL is probably due to an additional Received header field inserted in the message by MTA when message was submitted to amavisd, and to the interaction of the IP address from that header field with your settings of internal_networks and trusted_networks. You'd received a matching result if you submitted to a command line spamassassin the message as it came through the MTA+amavisd+amavis chain, with hand-removed top two Received header fields that (inserted by amavisd and by MTA on port 10025). The __ENV_AND_HDR_FROM_MATCH is probably because you didn't pay attention to envelope sender address - amavisd makes it available to SpamAssassin as a 'Return-Path' header field, which you probably didn't have in your test message as submitted to a command line spamassassin. You should have the following in local.cf: always_trust_envelope_sender 1 envelope_sender_header Return-Path and make sure to get the trusted_networks, internal_networks and the new msa_networks set up correctly in local.cf, matching your IP address space and topology of mailers. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/