Rev 90 | Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 90 | Rev 91 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | * remove-header-crs.patch (new): Strip out carriage returns from header |
3 | * remove-header-crs.patch (new): Strip out carriage returns from header |
4 | lines returned by spamd when the spool file is in wire format |
4 | lines returned by spamd when the spool file is in wire format |
5 | (Probably closes: #879687; it's a bit unclear what the bug is about). |
5 | (Probably closes: #879687; it's a bit unclear what the bug is about). |
6 | * api-limitation.patch: Do expansion of $primary_hostname on every call; |
6 | * api-limitation.patch: Do expansion of $primary_hostname on every call; |
7 | for some reason, it were getting overwritten between calls despite |
7 | for some reason, it were getting overwritten between calls despite |
8 | using the permanent memory pool in accordance with Exim documentation |
8 | using the permanent memory pool in accordance with Exim documentation. |
9 | (Closes: #926952). Also start using body_linecount again since it's |
9 | Also start using body_linecount again since it's now part of the API, |
- | 10 | but don't update it when it's zero, indicating that the spool file is |
|
10 | now part of the API. |
11 | in wire format. |
11 | 12 | ||
12 | -- Magnus Holmgren <holmgren@debian.org> Sun, 05 May 2019 23:52:33 +0200 |
13 | -- Magnus Holmgren <holmgren@debian.org> Sun, 05 May 2019 23:52:33 +0200 |
13 | 14 | ||
14 | sa-exim (4.2.1-16) unstable; urgency=low |
15 | sa-exim (4.2.1-16) unstable; urgency=low |
15 | 16 |