diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/src/smtp_in.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c index aa3936288..b451c48f5 100644 --- a/src/src/smtp_in.c +++ b/src/src/smtp_in.c @@ -1645,6 +1645,7 @@ while (done <= 0) it is the canonical extracted address which is all that is kept. */ case MAIL_CMD: + smtp_mailcmd_count++; /* Count for no-mail log */ if (sender_address != NULL) /* The function moan_smtp_batch() does not return. */ moan_smtp_batch(smtp_cmd_buffer, "503 Sender already given"); |