Loren Wilton wrote: > > We upgraded from 2.64 to 3.0.2 and now all of a sudden we are getting > > mails with blank lines in the headers, eg > Certainly doesn't happen normally. > The last time someone reported this happening it turned out to be a > broken version of the integration tool they were using, as best I > recall. I think upgrading the tool fixed it. However I don't recall > what that tool was. > How are you integrating SA?
We build the rpm from spamassassin source, both 2.64 and 3.0.2 exactly the same, using the included .spec file in the spamassassin source archive. No integration tool, just procmail calling spamc to talk to spamd. The only thing which changes from 2.64 to 3.0.2 is spamassassin. All procmail scripts and everything else remain exactly the same. Only spamassassin version changed. Again, 2.64 works perfect and 3.0.2 gives us the spurious blank lines in the headers. Our 2.64 config: rewrite_subject 1 subject_tag ****SPAM**** report_header 1 report_safe 0 use_razor2 0 skip_rbl_checks 1 bayes_auto_learn 1 It is exactly the same for 3.0.2 (except for subject_tag of course). We are using perl 5.8.0 and procmail 3.22. Again, spamassassin 2.64 works perfectly and 3.0.2 inserts blank lines. -Dan