masqmail

changeset 269:fd1d77e5a5da

comment: problems with `To: alice, bob' and -t
author markus schnalke <meillo@marmaro.de>
date Fri, 03 Dec 2010 12:55:44 -0300
parents 7b12d081b939
children 0c44b239c7fe
files src/accept.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/src/accept.c	Fri Dec 03 11:40:58 2010 -0300
     1.2 +++ b/src/accept.c	Fri Dec 03 12:55:44 2010 -0300
     1.3 @@ -251,6 +251,7 @@
     1.4  				if (flags & ACC_RCPT_FROM_HEAD) {
     1.5  					/* -t option (see comment above) */
     1.6  					DEBUG(5) debugf("hdr->value = %s\n", hdr->value);
     1.7 +					/* FIXME: `To: alice, bob' makes problems */
     1.8  					if (hdr->value) {
     1.9  						msg->rcpt_list = addr_list_append_rfc822(msg->rcpt_list, hdr->value, conf.host_name);
    1.10  					}