----- Original Message ----- From: "Kurt Buff" <[EMAIL PROTECTED]> To: <users@spamassassin.apache.org> Sent: Wednesday, December 01, 2004 12:44 PM Subject: autolearn header not showing - amavis or spamassassin?
> Another problem for me to solve.... > > SpamAssassin 3.0.1, amavisd-new 2.2.0 > > Amongst others, the autolearn header is not showing up in any email I've > seen so far, although the bayes_* files are current and obviously being > utilised. > > The following is all that shows [snip] > The following are the settings in local.cf that seem to apply: [snip] > Any reason why the autolearn= tag isn't showing? And the Checker-Version > flag, too, for that matter? When calling SA via amavisd-new, header editing is handled strictly by amavisd-new, not SA (see http://www.ijs.si/software/amavisd/#faq-spam). You can get amavisd-new to add the SA report to the headers, which should include the autolearn header, by adding (or uncommenting) the following in your amavisd.conf: $sa_spam_report_header = 1; # insert X-Spam-Report header field? default false Beware, this will add lots of additional header lines to your messages. Bill