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 a10867cc..9f7f403e 100644
--- a/driver.c
+++ b/driver.c
@@ -402,7 +402,7 @@ struct hostrec *queryctl; /* query control record */
* Since we're really only fetching mail for one user
* per host query, we can be simpler
*/
- if (SMTP_rcpt(mboxfd, queryctl->localname) == SM_UNRECOVERABLE)
+ if (SMTP_rcpt(mboxfd, queryctl->localname) != SM_OK)
return(PS_SMTP);
#endif /* SMTP_RESEND */
SMTP_data(mboxfd);