diff options
author | Stef Walter <stef@thewalter.net> | 2010-11-02 16:34:46 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2011-01-23 15:47:45 -0600 |
commit | b8dafc3005f6ceb4e509933068d6a53a40366260 (patch) | |
tree | 31cd3ce2aff3a38c80dd516a0361f807c078903b /common/smtppass.c | |
parent | 3ce51cb78093af80e7617135384e5834a181ca64 (diff) |
Add status to logs for rejection and skipping
Diffstat (limited to 'common/smtppass.c')
-rw-r--r-- | common/smtppass.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |