Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67810
Collapse All | Expand All

(-)qmail-1.03.orig/qmail-send.9 (+4 lines)
Lines 115-120 Link Here
115
(If that bounces,
115
(If that bounces,
116
.B qmail-send
116
.B qmail-send
117
gives up.)
117
gives up.)
118
As a special case, if the first line of
119
.IR doublebounceto
120
is blank (contains a single linefeed), qmail-send will not queue
121
the double-bounce at all.
118
.TP 5
122
.TP 5
119
.I envnoathost
123
.I envnoathost
120
Presumed domain name for addresses without @ signs.
124
Presumed domain name for addresses without @ signs.
(-)qmail-1.03.orig/qmail-send.c (-1 / +2 lines)
Lines 683-688 Link Here
683
  }
683
  }
684
 if (str_equal(sender.s,"#@[]"))
684
 if (str_equal(sender.s,"#@[]"))
685
   log3("triple bounce: discarding ",fn2.s,"\n");
685
   log3("triple bounce: discarding ",fn2.s,"\n");
686
 else if (!*sender.s && *doublebounceto.s == '@')
687
   log3("double bounce: discarding ",fn2.s,"\n");
686
 else
688
 else
687
  {
689
  {
688
   if (qmail_open(&qqt) == -1)
690
   if (qmail_open(&qqt) == -1)
689
-9jxsPFA5p3P2qPhR--

Return to bug 67810