content_type 423 src/do_command.c char *content_type = env_get("CONTENT_TYPE", jobenv), content_type 453 src/do_command.c if (content_type == 0L) { content_type 461 src/do_command.c char *nl = content_type; content_type 462 src/do_command.c size_t ctlen = strlen(content_type); content_type 465 src/do_command.c && (nl < (content_type + ctlen)) content_type 468 src/do_command.c fprintf(mail, "Content-Type: %s\n", content_type);