From b8dafc3005f6ceb4e509933068d6a53a40366260 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 2 Nov 2010 16:34:46 +0000 Subject: Add status to logs for rejection and skipping --- common/smtppass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/smtppass.c') diff --git a/common/smtppass.c b/common/smtppass.c index 0a85f4e..f9c4328 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -906,6 +906,7 @@ static int data_passthru(spctx_t* ctx) } + sp_add_log(ctx, "status=", "SKIPPED"); sp_messagex(ctx, LOG_DEBUG, "skipped %d data bytes", count); return count; } -- cgit v1.2.3