diff options
Diffstat (limited to 'common')
-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; } |