aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sink.c b/sink.c
index edf1ae08..d6e4f430 100644
--- a/sink.c
+++ b/sink.c
@@ -580,6 +580,8 @@ static int handle_smtp_report_without_bounce(struct query *ctl, struct msgblk *m
{
int smtperr = atoi(smtp_response);
+ (void)msg;
+
if (str_find(&ctl->antispam, smtperr))
{
if (run.spambounce)