Package: sa-exim / 4.2.1-17
Metadata
Package | Version | Patches format |
---|---|---|
sa-exim | 4.2.1-17 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
api limitations.patch | (download) |
sa-exim.c |
32 13 19 - 0 ! |
changes needed because exim now exports only the symbols that are part of the official API. |
spamc args.patch | (download) |
sa-exim.c |
46 39 7 - 0 ! |
changes related to the arguments sent to spamc, namely thst we don't pass -d (SAspamcHost), -p (SAspamcPort), or -U (SAspamcSockPath) if those options aren't set, as well as the new parameter -u (SAspamcUser). |
grey clean sender.patch | (download) |
Greylisting.pm |
2 2 0 - 0 ! |
simplify the sender address so that senders using verp, SRS, etc. hopefully won't be greylisted each and every time |
save path.patch | (download) |
sa-exim.conf |
16 8 8 - 0 ! |
put saved mail in /var/spool/sa-exim instead of /var/spool/exim. |
improved default conf.patch | (download) |
sa-exim.conf |
24 18 6 - 0 ! |
improvements (in my opinion) of the default sa-exim.conf |
spamd not nobody.patch | (download) |
README |
9 6 3 - 0 ! |
don't recommend that spamd runs as nobody |
readme.patch | (download) |
README |
3 3 0 - 0 ! |
other additions to readme file(s) |
reproducible build.patch | (download) |
Makefile |
6 5 1 - 0 ! |
--- |
greylisting ipv6.patch | (download) |
Greylisting.pm |
45 26 19 - 0 ! |
add ipv6 support to the greylisting spamassassin plugin. The greylistfourthbyte option, for IPv6 addresses, means that all addresses in the same /64 get whitelisted as a group. Bug: https://bugs.debian.org/508161 |
greylist lint.patch | (download) |
Greylisting.pm |
4 4 0 - 0 ! |
prevent warnings during spamassassin --lint Bug: https://bugs.debian.org/760860 |
delete ext html references.patch | (download) |
sa.html.template |
17 3 14 - 0 ! |
delete references to images not distributed, and add base url to make links work. In particular get rid of the external SourceForce logo, which caused a privacy breach. |
remove header crs.patch | (download) |
sa-exim.c |
10 10 0 - 0 ! |
delete carriage returns from header lines. When spamd gets a message with CRLF line endings, which it will when the spool file is in wire format, it will return a message with CRLF line endings, including the header. We will need to strip out the CRs. |