Being on vacation, I finally find the time to play with the new identity_select plugin.
Works pretty well so far, but I may have found a small glitch:
For testing purposes, I have created the following identities:
identity01@test.de identity02@test.de identity03@test.de bla@test.de blubb@test.de
The config entry in config.inc.php is:
$config['identity_select_headers'] = array('x-envelope-to', 'envelope-to', 'delivered-to');
Then I create a reply to the message attached. The identity being chosen by RC is - much to my surprise - "bla@test.de". Although none of the headers does contain this identity at all. There are four headers containing the string "not_bla@test.de", of course, but this is anything but identical to "bla@test.de". Something is going wrong in terms of string comparison here.
Any other tests did produce correct results so far (I'm not finished yet with testing, though).
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
Am 04.08.2013 10:41, schrieb GitHub:
Branch: refs/heads/master Home: https://github.com/roundcube/roundcubemail Commit: b825f86108a91957f6467176e418cfc257874658
https://github.com/roundcube/roundcubemail/commit/b825f86108a91957f6467176e4... Author: Aleksander Machniak alec@alec.pl Date: 2013-08-04 (Sun, 04 Aug 2013)
Changed paths: M CHANGELOG A plugins/identity_select/identity_select.php A plugins/identity_select/package.xml A plugins/identity_select/tests/IdentitySelect.php M program/lib/Roundcube/rcube_storage.php M program/steps/mail/func.inc
Log Message:
Move identity selection based on non-standard headers into (new) identity_select plugin (#1488553)
Roundcube SVN commits mailing list svn@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/svn