Thanks!
Is it planned to support the (last) Received: header as well (see messages from Sebastian J. Bronner and Harald Reindl in this list)?
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
Am 12.12.2012 08:55, schrieb GitHub:
Branch: refs/heads/master Home: https://github.com/roundcube/roundcubemail Commit: bb5d7282855dd83ccdd211cb77d0776dce71468e
https://github.com/roundcube/roundcubemail/commit/bb5d7282855dd83ccdd211cb77... Author: Aleksander Machniak alec@alec.pl Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths: M CHANGELOG M program/lib/Roundcube/rcube_storage.php M program/steps/mail/compose.inc
Log Message:
Use also Envelope-To for identity selection (#1488553)
Roundcube SVN commits mailing list svn@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/svn
On 12/12/2012 08:46 PM, Michael Heydekamp wrote:
Thanks!
Is it planned to support the (last) Received: header as well (see messages from Sebastian J. Bronner and Harald Reindl in this list)?
Nope, at least not now.
Am 12.12.2012 20:50, schrieb A.L.E.C:
On 12/12/2012 08:46 PM, Michael Heydekamp wrote:
Thanks!
Is it planned to support the (last) Received: header as well (see messages from Sebastian J. Bronner and Harald Reindl in this list)?
Nope, at least not now.
Ok. Too complicated to parse, or what's the reason? The idea is at least a good one, IMO.
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
On 12/12/2012 09:05 PM, Michael Heydekamp wrote:
Ok. Too complicated to parse, or what's the reason? The idea is at least a good one, IMO.
A little bit complicated and a lot more data to fetch from the server.
12.12.2012 23:05, Michael Heydekamp wrote:
Am 12.12.2012 20:50, schrieb A.L.E.C:
On 12/12/2012 08:46 PM, Michael Heydekamp wrote:
Thanks!
Is it planned to support the (last) Received: header as well (see messages from Sebastian J. Bronner and Harald Reindl in this list)?
Nope, at least not now.
You probably should not rely on Received: header at all, because
override what is put into that header. 2) Recipient is not put there when message is delivered to more than one recipient in one shot. 3) If final delivery is done by LMTP, then last Received: header will be added by an lmtpd, and (at least in cyrus) it does not contain recipient address (as lmtpd operates on mailboxes rather than on e-mail addresses)
Best, Vladislav