diff options
author | 2005-08-12 20:42:40 +0000 | |
---|---|---|
committer | 2005-08-12 20:42:40 +0000 | |
commit | 845649575585bf069fdf5e309436d29c6d666768 (patch) | |
tree | 36eeb8e7630e1d9a236416e11719bc0dd399dc80 /mail-mta/qmail/files/1.03-r16/qmail-remote-auth-log-fix.patch | |
parent | Stable on x86, bug #102175 (diff) | |
download | gentoo-2-845649575585bf069fdf5e309436d29c6d666768.tar.gz gentoo-2-845649575585bf069fdf5e309436d29c6d666768.tar.bz2 gentoo-2-845649575585bf069fdf5e309436d29c6d666768.zip |
Fixed patch from yesterday.
(Portage version: 2.0.51.22-r2)
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.patch | 22 |
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(); |