First off, I logged on from a desktop that had never been used to access Zimbra previously, and it gave me the same results - two email addresses prompted for the users in question. So, obviously no client side cacheing involved in this issue.
What may also be interesting is that I am trying out Thunderbird as an IMAP client with the Zindus Add-On for Contact sync. I have it sync the GAL and all my personal Address Books. When I begin composing an email from within Thunderbird I only get one email address (the correct one) returned for these accounts.
......
Here you go ... the Firebug output (with email addresses sanitized :-) )
I also inserted new lines and spaces to make response more readable.
If you PM me an email address - or explain to me if there is a way to attach an image to a PM through the forum - I can email you a screenshot of exactly what is on screen. It makes it clearer. However, I do not want to post an image with real email addresses up to the forum as I am sure you can understand.
Bottom line, it is returning it as a GAL address.
Interesting though - and I can't get the Object info to copy and paste - is that in the Match section when it lists the two matches they show on screen as
[
Object email="User Name" <usern@mycompany.ie">
type=gal,
Object email="usern@zimbra.mycompnany.ie"> 0=Object 1=Object ]
Note only the first address has a type=gal attribute in the match string. But when I expand the section, and expand the two objects below this, both of them list a type attribute of "gal" which you can see below.
Also of particular interest to me is the tag - "canBeCached":true, - as this points to where I started this thread from to begin with - the possibility that the old email address is cached somewhere.
Code:
{
"Header":
{
"context":
{
"session":
{
"id":"155","_content":"155"
},
"change":
{
"token":20001
},
"_jsns":"urn:zimbra"
}
},
"Body":
{
"AutoCompleteResponse":
{
"canBeCached":true,
"match":[
{"email":"\"User Name\" \x3Cusern@mycompany.ie\x3E","type":"gal","ranking":"8"},
{"email":"\"User Name\" \x3Cusern@zimbra.mycompany.ie\x3E","type":"gal","ranking":"5"}
],
"_jsns":"urn:zimbraMail"
}
},
"_jsns":"urn:zimbraSoap"
}