Mercurial > masqmail
comparison src/accept.c @ 275:1405012509e3
removed comment, see previous commit
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 03 Dec 2010 19:35:34 -0300 |
parents | 0c44b239c7fe |
children | 1abc1faeb45d |
comparison
equal
deleted
inserted
replaced
274:89199eda6144 | 275:1405012509e3 |
---|---|
256 /* fall through */ | 256 /* fall through */ |
257 case HEAD_BCC: | 257 case HEAD_BCC: |
258 if (flags & ACC_RCPT_FROM_HEAD) { | 258 if (flags & ACC_RCPT_FROM_HEAD) { |
259 /* -t option (see comment above) */ | 259 /* -t option (see comment above) */ |
260 DEBUG(5) debugf("hdr->value = %s\n", hdr->value); | 260 DEBUG(5) debugf("hdr->value = %s\n", hdr->value); |
261 /* FIXME: `To: alice, bob' makes problems */ | |
262 if (hdr->value) { | 261 if (hdr->value) { |
263 msg->rcpt_list = addr_list_append_rfc822(msg->rcpt_list, hdr->value, conf.host_name); | 262 msg->rcpt_list = addr_list_append_rfc822(msg->rcpt_list, hdr->value, conf.host_name); |
264 } | 263 } |
265 } | 264 } |
266 if (hdr->id == HEAD_BCC) { | 265 if (hdr->id == HEAD_BCC) { |