Package: nullmailer / 1:1.13-1

Metadata

Package Version Patches format
nullmailer 1:1.13-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_manual.diff | (download)

doc/nullmailer-inject.1 | 12 6 + 6 - 0 !
doc/nullmailer-queue.8 | 12 6 + 6 - 0 !
doc/nullmailer-send.8 | 12 6 + 6 - 0 !
doc/sendmail.1 | 11 7 + 4 - 0 !
4 files changed, 25 insertions(+), 22 deletions(-)

---
02_ipv6.diff | (download)

configure.in | 19 19 + 0 - 0 !
lib/tcpconnect.cc | 40 40 + 0 - 0 !
2 files changed, 59 insertions(+)

---
03_syslog.diff | (download)

doc/nullmailer-send.8 | 10 10 + 0 - 0 !
protocols/protocol.cc | 20 18 + 2 - 0 !
src/Makefile.in | 6 3 + 3 - 0 !
src/send.cc | 101 87 + 14 - 0 !
4 files changed, 118 insertions(+), 19 deletions(-)

---
04_autoconf.diff | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
05_errors_on_stderr.diff | (download)

src/inject.cc | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 output errors on stderr, not stdout
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329970
06_nullenvsender.diff | (download)

lib/address.cc | 14 13 + 1 - 0 !
src/inject.cc | 12 9 + 3 - 0 !
src/queue.cc | 4 2 + 2 - 0 !
3 files changed, 24 insertions(+), 6 deletions(-)

 nullmailer didn't handle null return paths "<>" at all.
08_manpages.diff | (download)

doc/nullmailer.7 | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 trivial patch to mention new config files under "man nullmailer"
12_allow_no_dots.diff | (download)

lib/hostname.cc | 10 7 + 3 - 0 !
src/queue.cc | 4 2 + 2 - 0 !
2 files changed, 9 insertions(+), 5 deletions(-)

 when "defaultdomain" is null, don't add an fqdn to hostnames.
13_fix_automake.diff | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
14_more_manpages.diff | (download)

doc/nullmailer-send.8 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---