Al Bogner a écrit : > Am Sonntag, 29. Januar 2006 21:41 schrieb Gary V: > > >>>>/etc/mail/spamassassin/local.cf >>>>add_header all Report _REPORT_ >>>>ok_languages de en es fr it pt >>>>add_header all Checker‐Version SpamAssassin _VERSION_ (_SUBVERSION_) on >>>>_HOSTNAME_ >>>>$sa_spam_report_header = 1; >>>>rewrite_subject 0 >>>>use_terse_report 0 > > >>su vscan -c 'spamassassin --lint -D' >> >>Doing so would have told you have problems with your local.cf. > > > After removing $sa_spam_report_header = 1 I got no error. > > So, as I understand it, there is no way to get a detailed report with > amavisd-new for a "non-spam" mail. > > Al > >
why would you need such thing? you're not going to convert all your mail into reports, would you? If you need it for a given email, then just run spamassassin -t on that mail (and if using Bayes, run this as the amavis user. see Gary's su vscan -c ... example).