diff options
Diffstat (limited to 'qmail-send.c')
| -rw-r--r-- | qmail-send.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qmail-send.c b/qmail-send.c index 685b08c..0baed66 100644 --- a/qmail-send.c +++ b/qmail-send.c | |||
| @@ -690,6 +690,8 @@ unsigned long id; | |||
| 690 | } | 690 | } |
| 691 | if (str_equal(sender.s,"#@[]")) | 691 | if (str_equal(sender.s,"#@[]")) |
| 692 | log3("triple bounce: discarding ",fn2.s,"\n"); | 692 | log3("triple bounce: discarding ",fn2.s,"\n"); |
| 693 | else if (!*sender.s && *doublebounceto.s == '@') | ||
| 694 | log3("double bounce: discarding ",fn2.s,"\n"); | ||
| 693 | else | 695 | else |
| 694 | { | 696 | { |
| 695 | if (qmail_open(&qqt) == -1) | 697 | if (qmail_open(&qqt) == -1) |
