[smtpd/qpsmtpd] 4d061d: Replace all occurances of CR in X-Spam-Status
[email protected] (GitHub) Tue, 16 Feb 2016 14:25:59 -0800
| Newsgroups | perl.qpsmtpd.dev |
|---|---|
| Message-ID | <56c3a1f7a9528_cbc3f866b82f2b81031c5@hookshot-fe2-cp1-prd.iad.github.net.mail> |
----==_mimepart_56c3a1f7a911d_cbc3f866b82f2b81030e9
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 4d061dfa892aba187b5e237f52b7ab37e2a9acaf
https://github.com/smtpd/qpsmtpd/commit/4d061dfa892aba187b5e237f52b7ab37e2a9acaf
Author: Christian Eisendle <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M plugins/spamassassin
Log Message:
-----------
Replace all occurances of CR in X-Spam-Status
The hack for outlook (replacing CR in X-Spam-Status header) assumes
that there is only a single occurance of CR. However, if spamassassin
adds some more spam status information X-Spam-Status might be several lines
long leading to multiple occurance of CR.
This fix changes the substitute to a global subsititute, replacing all
CRs in the X-SPam-Status header.
Commit: 79deb8b061e8e2e755300c584ab44289e44156dc
https://github.com/smtpd/qpsmtpd/commit/79deb8b061e8e2e755300c584ab44289e44156dc
Author: Matt Simerson <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M plugins/spamassassin
Log Message:
-----------
Merge pull request #247 from christianeisendle/x-spam_status_outlook_hack_fix
Replace all occurances of CR in X-Spam-Status
Compare: https://github.com/smtpd/qpsmtpd/compare/66e76f579651...79deb8b061e8
----==_mimepart_56c3a1f7a911d_cbc3f866b82f2b81030e9--