comparison src/accept.c @ 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
comparison
equal deleted inserted replaced
268:7b12d081b939 269:fd1d77e5a5da
249 /* fall through */ 249 /* fall through */
250 case HEAD_BCC: 250 case HEAD_BCC:
251 if (flags & ACC_RCPT_FROM_HEAD) { 251 if (flags & ACC_RCPT_FROM_HEAD) {
252 /* -t option (see comment above) */ 252 /* -t option (see comment above) */
253 DEBUG(5) debugf("hdr->value = %s\n", hdr->value); 253 DEBUG(5) debugf("hdr->value = %s\n", hdr->value);
254 /* FIXME: `To: alice, bob' makes problems */
254 if (hdr->value) { 255 if (hdr->value) {
255 msg->rcpt_list = addr_list_append_rfc822(msg->rcpt_list, hdr->value, conf.host_name); 256 msg->rcpt_list = addr_list_append_rfc822(msg->rcpt_list, hdr->value, conf.host_name);
256 } 257 }
257 } 258 }
258 if (hdr->id == HEAD_BCC) { 259 if (hdr->id == HEAD_BCC) {