On Tue, 6 Nov 2007 16:22:23 -0500, "Russ Valentine [MVP-Outlook]"
<(E-Mail Removed)> wrote:
> Did you try editing the Email Display As field for the Contact in question?
> That's what Outlook uses.
Yes, and that's exactly what the problem is. It shouldn't be using that
for incoming mails, but when it finds the sender's address in the address
book, it discards the mail header and shows the address book entry instead.
That's a poor design choice for more than one reason (the main one being
that it would be a lot easier to discern real mail from spam if they didn't
try to hide mail header contents like this).
In my case there are mails coming from several different locations, each
with a different 'readable' address in the From field, but always the same
e-mail address. Editing the friendly name would just change it for them
all.
The best solution would be one that stops Outlook from looking up the
sender addresses of incoming mails in the address book and displaying the
friendly names it finds there instead of what the mail says.
The most logical solution would seem to be to use a unique sender address
per location in conjunction with a common Reply-To, but there's a problem
there: the code has to be legally certified, and adding the Reply-to header
would require a source code change.
The certification process is a bit complicated, and more expensive than
it's worth to change how a mail sender is displayed.
Not even thinking about the redtape involved, the source has to be reviewed
and analyzed, compiled in a controlled environment, the executable
resulting from that compilation is hashed. The only executable we're
allowed to run is the one with the correct hash, and each and every
location where it is used has to be re-certified for running the correct
version after the change.
|