Package: nullmailer / 1:1.11-2

Metadata

Package Version Patches format
nullmailer 1:1.11-2 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 | 14 10 + 4 - 0 !
4 files changed, 28 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.
07_sendquit.diff | (download)

protocols/smtp.cc | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 nullmailer didn't send quit after a successful transfer.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375380
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.