summaryrefslogtreecommitdiff
path: root/qmail-send.c
diff options
context:
space:
mode:
Diffstat (limited to 'qmail-send.c')
-rw-r--r--qmail-send.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmail-send.c b/qmail-send.c
index c31b522..0ea44a1 100644
--- a/qmail-send.c
+++ b/qmail-send.c
@@ -683,6 +683,8 @@ unsigned long id;
}
if (str_equal(sender.s,"#@[]"))
log3("triple bounce: discarding ",fn2.s,"\n");
+ else if (!*sender.s && *doublebounceto.s == '@')
+ log3("double bounce: discarding ",fn2.s,"\n");
else
{
if (qmail_open(&qqt) == -1)