aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index a6c79b05..425ffd5f 100644
--- a/driver.c
+++ b/driver.c
@@ -1193,7 +1193,7 @@ int num; /* index of message */
{
int smtperr = atoi(smtp_response);
- if (smtperr == ctl->antispam)
+ if (str_find(&ctl->antispam, smtperr))
{
/*
* SMTP listener explicitly refuses to deliver mail