In message <9405172030.AA03175@lunch.asd.sgi.com>, Paul Close writes:
> Sorry I didn't find this sooner. If you turn on mungedomain, addresses with
> no '@' will always fail in addr_match. The code in question is below:
> [...]
> The problem is, if addr1 has no '@' character, $#addr1 will not == 1, and
> thus addr_match will fail. I would suggest changing the first line to:
>
> # see if non-matching addresses are foo@baz.bax.edu, foo@bax.edu
> if ($partial == 2 && $a1[0] ne $a2[0]) {
Got it. I put it into the 1.91 working tree.
-- John
John Rouillard
Special Projects Volunteer University of Massachusetts at Boston
rouilj@cs.umb.edu (preferred) Boston, MA, (617) 287-6480
==============================================================================
My employers don't acknowledge my existence much less my opinions.
References:
|
|