send.c | 445 int gotcha; local in function:puthead 447 gotcha = 0; 449 fmt("To:", hp->h_to, fo, w & GCOMMA), gotcha++; 451 (void)fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; 453 fmt("Cc:", hp->h_cc, fo, w & GCOMMA), gotcha++; 455 fmt("Bcc:", hp->h_bcc, fo, w & GCOMMA), gotcha++; 457 (void)fprintf(fo, "In-Reply-To: %s\n", hp->h_in_reply_to), gotcha++; 459 fmt("References:", hp->h_references, fo, w & GCOMMA), gotcha++; 463 gotcha++; 466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++ [all...] |