summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/qmail/files/1.03-r16/qmail-remote-auth-log-fix.patch')
-rw-r--r--mail-mta/qmail/files/1.03-r16/qmail-remote-auth-log-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail-mta/qmail/files/1.03-r16/qmail-remote-auth-log-fix.patch b/mail-mta/qmail/files/1.03-r16/qmail-remote-auth-log-fix.patch
deleted file mode 100644
index 5d54021d6abd..000000000000
--- a/mail-mta/qmail/files/1.03-r16/qmail-remote-auth-log-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qmail-remote.c.orig 2005-08-12 22:04:43.000000000 +0200
-+++ qmail-remote.c 2005-08-12 22:09:01.000000000 +0200
-@@ -638,6 +638,8 @@
- substdio_put(&smtpto,sender.s,sender.len);
- substdio_puts(&smtpto,">\r\n");
- substdio_flush(&smtpto);
-+ if(!stralloc_copys(&auth_status, "Delivered with authenticated connection to \n")) temp_nomem();
-+ if(!stralloc_0(&auth_status)) temp_nomem();
- } else {
- no_supported_auth();
- mail_without_auth();