Mercurial > masqmail
changeset 275:1405012509e3
removed comment, see previous commit
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 03 Dec 2010 19:35:34 -0300 |
parents | 89199eda6144 |
children | 1abc1faeb45d |
files | src/accept.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/accept.c Fri Dec 03 19:33:54 2010 -0300 +++ b/src/accept.c Fri Dec 03 19:35:34 2010 -0300 @@ -258,7 +258,6 @@ 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); }