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:

--------------------
> [email protected]
> [email protected]
> [email protected]
> [email protected]
> [email protected]
--------------------

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 - "[email protected]". Although none of the headers
does contain this identity at all. There are four headers containing the
string "[email protected]", of course, but this is anything but identical to
"[email protected]". 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).

Cheers,
-- 
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/b825f86108a91957f6467176e418cfc257874658
>   Author: Aleksander Machniak <[email protected]>
>   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
> [email protected]
> http://lists.roundcube.net/mailman/listinfo/svn
--- Begin Message ---
Test - pls ignore.

--- End Message ---
_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to