> Try this add_header command instead. Note carefully the addition of > quotation marks. > > add_header all Status "_YESNO_, score=_SCORE_ required=_REQD_ > tests=_TESTSSCORES(,)_ autolearn=_AUTOLEARN_ version=_VERSION_"
Added the quotes, no difference. I should note that my add_header is all on one line. > I assume your intent was to replace TESTS with TESTSSCORES. Yes, I changed it to TESTSSCORES shortly after sending my original email. > Alternatively, just comment out the add_header command for now, and work > with the defaults until you've got your problems sorted. Tried both commented and uncommented, neither spam nor ham messages show more than the YESNO SCORE and REQD are shown. > Also, run spamassassin --lint and fix the errors. I ran this and made sure it returned clear before completing all of my initial tests and emailing the list. > Right off the bat I can spot that use_terse_report has been deprecated > since 2.60, and is now an error in 3.x Oops, forgot about that one, removed it, no change.