Henning Brauer ([EMAIL PROTECTED]) wrote:
> someone might want to test this. I haven't yet.
>
> --- qmail-send.c.orig2 Fri May 3 14:23:35 2002
> +++ qmail-send.c Fri May 3 14:26:09 2002
> @@ -715,17 +715,18 @@
> qmail_puts(&qqt,*sender.s ? ".\n\
> I'm afraid I wasn't able to deliver your message to the following addresses.\n\
> This is a permanent error; I've given up. Sorry it didn't work out.\n\
> -\n\
> " : ".\n\
> I tried to deliver a bounce message to this address, but the bounce bounced!\n\
> -\n\
> ");
>
> if (custombouncetext.len)
> {
> + qmail_puts(&qqt,"-\n";
> qmail_put(&qqt,custombouncetext.s,custombouncetext.len-1);
> - qmail_puts(&qqt,"\n\n");
> + qmail_puts(&qqt,"-\n");
> }
> +
> + qmail_puts(&qqt, "\n");
>
> fd = open_read(fn2.s);
> if (fd == -1)
>
It doesn't seem like it also fixes the three blank lines that occur
when you are not using control/custombouncetext. Or did I miss
something? :) Thanks!
--
Mike