From: Matthias A. <mat...@gm...> - 2005-08-16 14:48:01
|
Nico Golde <ni...@ng...> writes: > --- sink.c 2005-08-15 18:54:07.000000000 +0200 > +++ la.c 2005-08-15 18:54:58.000000000 +0200 > @@ -721,7 +721,7 @@ > > /* see the ap computation under the SMTP branch */ > fprintf(sinkfp, > - "MAIL FROM:%s", (msg->return_path[0]) ? msg->return_path : user); > + "MAIL FROM:<%s>", (msg->return_path[0]) ? msg->return_path : user); Thanks for your patch. However, the interactive SMTP sink checks if it needs to add angle brackets, so let's use the same in BSMTP for consistency. (Actually, the output drivers should be merged so there's only one SMTP/LMTP/BSMTP sink that talks to either file or socket. But that's a major change and for later, i. e. post 6.3.0.) -- Matthias Andree |