ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.36 -> 1.37
--- lmtp2nntp_main.c 2002/02/05 10:42:39 1.36
+++ lmtp2nntp_main.c 2002/02/05 14:56:47 1.37
@@ -1531,6 +1531,7 @@
*/
rcpt = NULL;
while ((rcpt = argz_next(ctx->msg->azRcpt, ctx->msg->asRcpt, rcpt)) != NULL) {
+ log1(ctx, DEBUG, "ctx->option_operationmode=%d", ctx->option_operationmode);
if (ctx->option_operationmode == OPERATIONMODE_FAKE) {
res.statuscode = ctx->option_operationmodefakestatus;
res.dsncode = ctx->option_operationmodefakedsn;
|
|