Mercurial > 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 wrap: on
line diff
--- a/src/accept.c Fri Dec 03 11:40:58 2010 -0300 +++ b/src/accept.c Fri Dec 03 12:55:44 2010 -0300 @@ -251,6 +251,7 @@ if (flags & ACC_RCPT_FROM_HEAD) { /* -t option (see comment above) */ DEBUG(5) debugf("hdr->value = %s\n", hdr->value); + /* FIXME: `To: alice, bob' makes problems */ if (hdr->value) { msg->rcpt_list = addr_list_append_rfc822(msg->rcpt_list, hdr->value, conf.host_name); }