On 10/14/2013 11:50 AM, Michael Heydekamp wrote:
Aha...! Is this also the logic how an "own message" is being detected?
yes.
As I'm thinking of it...: What happens if I have two identities with the same address, both match the address in the To: header (but none of them matches the full mailbox spec, if that should be checked at all as a last resort)? Which identity is selected then?
For To/Cc the matching is different. We check addresses, but give bigger prio to identity where address+name matches. So, here we're safe. I suppose we could do the same for From with some more coding. Feel free to create a ticket.