with Postfix' smtp. details: http://marc.theaimsgroup.com/?l=postfix-users&m=108684058831938&w=2 http://marc.theaimsgroup.com/?t=108680602700006&r=1&w=2 http://marc.theaimsgroup.com/?t=108683377500002&r=1&w=2
15 lines
572 B
Plaintext
15 lines
572 B
Plaintext
$OpenBSD: patch-src_global_trace_c,v 1.1 2004/06/11 07:47:30 brad Exp $
|
|
--- src/global/trace.c.orig 2003-09-21 20:32:41.000000000 -0400
|
|
+++ src/global/trace.c 2004-06-10 00:13:49.000000000 -0400
|
|
@@ -172,8 +172,8 @@ int vtrace_append(int flags, const c
|
|
req_stat = -1;
|
|
} else {
|
|
if (flags & DEL_REQ_FLAG_EXPAND)
|
|
- vlog_adhoc(queue_id, orig_rcpt, recipient, relay,
|
|
- entry, dsn_action, fmt, ap);
|
|
+ log_adhoc(queue_id, orig_rcpt, recipient, relay,
|
|
+ entry, dsn_action, "%s", vstring_str(why));
|
|
req_stat = 0;
|
|
}
|
|
vstring_free(why);
|