| Note 820 in the old version of this conference and STARS
indicate that this is a known problem with ',' and '-' as well.
I won't post the entire article here except to say that it includes all of
the following phrases "a known problem", "reported to Engineering",
and "no available workaround" and was written by Alan Crooks based
on information provided by a Mail Developer at the time (late 1990)
... and where is the cheque you promised in 820.3 Alan?
Nothing has changed and the code still behaves or misbehaves the same
way two-and-a-bit years later.
Regards,
Andrew.D.Wicks
|
| Unforunately, this problem, trivial though it may look on the outside,
would require a complete re-design and re-write of the mail address
recoginition code to fix. Even then, it isn't clear that it could
reliably be fixed without breaking something else.
It arises because the lookup code first looks up the whole string
(AU.POC). If it fails, it re-tries (as you spotted) with the part to
the right of any punctuation - this is to allow the user to enter
"Dave Shove" when only "Shove" is in the profile.
This works fine as long as there's only one lookup (Profile) involved.
Where it goes wrong is in its interaction with looking up in multiple
directories (Profile, Network, DDS ...)
It isn't even obvious (if you think about it) exactly what it should do
in this case. Clearly what you see is silly, but fixing that might
produce other even sillier side-effects or incompatibilities. For
example, it could display a list of choices (POC and AU.POC) - but that
would potentially upset users who are used to it getting what for them
is the "right" one first time.
As I said, a full solution to this may be impossible, and would
certainly involve a lot of work - and as Eileen said, there's a limit
to how much we can do.
Not ,uch help I know,
Dave.
|