diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-04 17:12:48 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-04 17:12:48 +0000 |
commit | 366867c5b8f4c42e57a5209628a79ad2e290a2bf (patch) | |
tree | ac6f92a2e736b60179d52efe65df4d619d46b9fa /common | |
parent | 15ddec0e8a95b25048948b8f55e7b1e3384f5a71 (diff) |
Added to logline on unexpected response
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 7d1b18e..aef9e23 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -1227,6 +1227,7 @@ static int clam_scan_file(clamsmtp_context_t* ctx, const char* tempname, char* l return -1; } + add_to_logline(logline, "status=", "CLAMAV-ERROR"); messagex(ctx, LOG_ERR, "unexepected response from clamd: %s", ctx->line); return -1; } |