On Mon, May 21, 2001 at 12:15:28AM +0300,
  Mikko Hänninen <[EMAIL PROTECTED]> wrote:
> Bruno Wolff III <[EMAIL PROTECTED]> wrote on Fri, 18 May 2001:
> > My solution (which you might want to mention in your qmail help) is:
> > 
> > set sendmail="/var/qmail/bin/qmail-inject -h"
> > set write_bcc=yes
> 
> But won't this break the b(ounce) functionality?  Although the
> qmail-inject man page says it knows about the Resent-To etc. headers,
> but how do it determine when a message is forwarded and when it isn't?
> 
> I'm simply using
> 
>   sendmail="/var/qmail/bin/qmail-inject"
> 
> ... and this works just fine.  I do use "write_bcc=yes" but that's
> because I want to see the Bcc header in my saved copies of outgoing
> email, not because it's needed when sending.

It works with bounces. If you read the qmail-inject man page you will see
that it looks at resent-* headers.

If you use the -h option to get addresses from the headers you need to
include bcc headers.

I actually tested bounces and bcc's before posting this recommendation.
I also tested a pathological case to confirm that my suggestion uses
the correct recipient address, where as the default setting puts double
quotes into the email address.

Reply via email to