diff options
Diffstat (limited to 'mail-mta/qmail/files/1.03-r16/gentoo-qmail-1.03-r16-logrelay.patch')
-rw-r--r-- | mail-mta/qmail/files/1.03-r16/gentoo-qmail-1.03-r16-logrelay.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail-mta/qmail/files/1.03-r16/gentoo-qmail-1.03-r16-logrelay.patch b/mail-mta/qmail/files/1.03-r16/gentoo-qmail-1.03-r16-logrelay.patch deleted file mode 100644 index 281b3df92727..000000000000 --- a/mail-mta/qmail/files/1.03-r16/gentoo-qmail-1.03-r16-logrelay.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- qmail-1.03.orig/qmail-smtpd.c 2004-11-14 00:55:37.069913288 +0100 -+++ qmail-1.03/qmail-smtpd.c 2004-11-14 00:55:37.072912832 +0100 -@@ -728,7 +728,11 @@ - } - else - #ifndef TLS -- if (!addrallowed()) { err_nogateway(); return; } -+ if (!addrallowed()) { -+ strerr_warn6("qmail-smtpd: Attempted relay from ",mailfrom.s," at ",remoteip," to ",addr.s,0); -+ err_nogateway(); -+ return; -+ } - #else - if (!addrallowed()) - { |