Currently Roundcube uses "Envelope-To:" and "Delivered-To:" for identity selection (besides "To:" and probably other standard headers).
After we recently moved from a dedicated server to a managed server at df.eu (domainfactory), all messages do not have a header "Envelope-To:" anymore, but a header "X-Envelope-To:" instead. This often leads to a wrong identity selection (e.g. always when replying to the Roundcube lists).
May I kindly request to support the header "X-Envelope-To:" as well?
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
Am 23.06.2013 17:58, schrieb Michael Heydekamp:
[...]
May I kindly request to support the header "X-Envelope-To:" as well?
As there was no response/comment to this yet: Shall I provide a patch...?
In the meantime I realized that t-online.de (where I'm having an account as well, which I'm importing via fetchmail/POP3 into Roundcube) does also produce those still unsupported "X-Envelope-To:" headers.
As a workaround, I'm adding a "Delivered-To:" header to all those messages currently, but I'd really like to get rid of this workaround.
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
On 07/01/2013 09:56 PM, Michael Heydekamp wrote:
In the meantime I realized that t-online.de (where I'm having an account as well, which I'm importing via fetchmail/POP3 into Roundcube) does also produce those still unsupported "X-Envelope-To:" headers.
Open a ticket.
Am 02.07.2013 09:03, schrieb A.L.E.C:
On 07/01/2013 09:56 PM, Michael Heydekamp wrote:
In the meantime I realized that t-online.de (where I'm having an account as well, which I'm importing via fetchmail/POP3 into Roundcube) does also produce those still unsupported "X-Envelope-To:" headers.
Open a ticket.
Or re-open #1488553?
This is one of the cases where I'd like to be able to simply commit a patch...
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
You can provide an patch:
https://github.com/roundcube/roundcubemail/pulls
Cheers.
Michael Heydekamp schreef op 2013-07-02 20:50:
Am 02.07.2013 09:03, schrieb A.L.E.C:
On 07/01/2013 09:56 PM, Michael Heydekamp wrote:
In the meantime I realized that t-online.de (where I'm having an account as well, which I'm importing via fetchmail/POP3 into Roundcube) does also produce those still unsupported "X-Envelope-To:" headers.
Open a ticket.
Or re-open #1488553?
This is one of the cases where I'd like to be able to simply commit a patch...
Cheers,
Am 02.07.2013 21:02, schrieb Justin van Beusekom:
You can provide an patch:
Thanks. But if I'm getting right, this is more a patch request rather than a real and direct commit to the source, right?
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
You can use it for both, see this example:
https://github.com/roundcube/roundcubemail/pull/80
https://github.com/roundcube/roundcubemail/pull/80/commits
And yes it does not get commited directly, it needs to be approved.
Cheers
Michael Heydekamp schreef op 2013-07-02 21:23:
Am 02.07.2013 21:02, schrieb Justin van Beusekom:
You can provide an patch:
Thanks. But if I'm getting right, this is more a patch request rather than a real and direct commit to the source, right?
Cheers,