On Thu, Apr 21, 2005, ""Jesse Norell"" <[EMAIL PROTECTED]> said:

>   The below fix works fine if alias == deliver_to, but if not for:
> 
> alias    deliver_to
> -----    ----------
> alias1   alias2
> alias2   alias1
> 
> I was thinking that in 1.2 code, a list was kept of all deliver_to addrs
> that had been traversed during delivery and any loops detected.  Did that
> get removed at some point, or is my memory faulty?

In that case, this whole issue can be resolved either by looping over the
list before inserting anything, or by using a more appropriate data
structure.

Aaron

Reply via email to