summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-08-12 20:42:40 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-08-12 20:42:40 +0000
commitea42a6f756273c6b69bd928dda64d22f0893c1f4 (patch)
treeb33a56379d6f2ca5ffb6a3df7859a6a7a367f403 /mail-mta/qmail/files
parentAdded ~amd64 Keywords. (diff)
downloadhistorical-ea42a6f756273c6b69bd928dda64d22f0893c1f4.tar.gz
historical-ea42a6f756273c6b69bd928dda64d22f0893c1f4.tar.bz2
historical-ea42a6f756273c6b69bd928dda64d22f0893c1f4.zip
Fixed patch from yesterday.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'mail-mta/qmail/files')
-rw-r--r--mail-mta/qmail/files/1.03-r16/qmail-remote-auth-log-fix.patch22
1 files changed, 11 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
index d5d112b035f4..5d54021d6abd 100644
--- 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
@@ -1,11 +1,11 @@
---- qmail-remote.c.orig 2005-08-11 21:35:35.000000000 +0200
-+++ qmail-remote.c 2005-08-11 21:35:44.000000000 +0200
-@@ -672,7 +672,7 @@
- * James Raftery <james@now.ie>
- * Log _real_ envelope recipient, post canonicalisation.
- */
-- out("r"); out(auth_status.s);
-+ out("r"); out("Delivered to ");
- out("<"); outsafe(&reciplist.sa[i]); out("> "); zero();
- flagbother = 1;
- }
+--- 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();