RE: Problems with AbstractRedirect and Forward handling

2003-07-03 Thread Noel J. Bergman
> > I've made those changes, as well as fixed an infinite loop in > > AbstractRedirect.newName(). > Thanks. Please note that I did not do the change to handle specials. Just the initialization error (b and d ... I must have been tired -- there is no c) and the infinite loop. Special still need

RE: Problems with AbstractRedirect and Forward handling

2003-07-03 Thread Vincenzo Gianferrari Pini
> I have been doing some testing, and come across a problem with the Forward > mailet with the parameter: postmaster. > > The mailet is attempting to create a MailAddress object, failing because > there is no domain (nor do we do special address translation), logging an > error and continuing. Un