From: Mads Martin Joergensen <mmj@mmj.dk>
To: mlmmj@mlmmj.org
Subject: Re: RECIPDELIM patch, italian lists texts, qmail how-to and some issues
Date: Sun, 09 Oct 2005 14:31:58 +0000 [thread overview]
Message-ID: <20051009143158.GS78143@mmj.dk> (raw)
In-Reply-To: <6.2.3.4.2.20051004222158.03132540@postino.programmazione.it>
* Joel Aelwyn <joel@lightbearer.com> [Oct 05. 2005 02:17]:
> >- if(whichto && whichto->emaillist && whichto->emaillist[0])
> >- recipdelim = strchr(whichto->emaillist[0], RECIPDELIM);
> >- else
> >- recipdelim = NULL;
> >+ if(toemails.emaillist && toemails.emaillist[0])
> >+ recipdelim = strstr(toemails.emaillist[0], RECIPDELIM);
> >+ else
> >+ recipdelim = NULL;
A normal qmail sets Delivered-To: and mlmmj in case it wont find a
Delivered-To: will fall back to To:, hence the whichto variable.
Is vpopmail mangling Delivered-To:?
Normal qmail does set Delivered-To: correctly AFAICT.
--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?"
-- A. P. J.
prev parent reply other threads:[~2005-10-09 14:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-04 20:52 RECIPDELIM patch, italian lists texts, qmail how-to and some Filippo Fadda
2005-10-05 0:15 ` Joel Aelwyn
2005-10-09 14:31 ` Mads Martin Joergensen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051009143158.GS78143@mmj.dk \
--to=mmj@mmj.dk \
--cc=mlmmj@mlmmj.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.