SA Bugzilla – Bug 6991
spamassassin does not add_header anymore with perl 5.16
Last modified: 2014-01-13 23:14:15 UTC
atleast not with spampd 2.30, i am a bit unsure if its just spampd that breaks it, if it is i can make a bug on this instaed, so i need to know if others see no problem with spampd, and perl 5.16 i had used this as stable in perl 5.12 running now with sa 3.3.2 where the same problem is in, so its not just something that came in sa 3.4.x
Tried spampd 2.30 with both SpamAssassin 3.3.2 and 3.4.0-rc5, using perl 5.18.2. Headers were added in both cases. Check your spampd debugging. Note that spampd only invokes mail rewriting if mail is spam or when option --tagall is used. If that is not the case, the 'add_header' has no effect (nor 'add_header all' or 'add_header ham'). I tested it with the following, added to local.cf: add_header all Timing _TIMING_ add_header all RulesVersion _RULESVERSION_ add_header all LastExt _LASTEXTERNALIP_ add_header spam Report _REPORT_ add_header spam TestsScores _TESTSSCORES_
my bad, i found my own error today, missed options in spampd to add headers, no bug, clossing