Searched refs:e_bodytype (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 1067 if ((e->e_bodytype != NULL && 1068 SM_STRCASEEQ(e->e_bodytype, "8bitmime")) || 1073 e->e_bodytype = "8BITMIME"; 1229 if (e->e_bodytype != NULL) 1232 ", bodytype=%.20s", e->e_bodytype); 1283 if (e->e_bodytype != NULL) 1286 "bodytype=%.20s, ", e->e_bodytype);
|
H A D | collect.c | 1042 if (e->e_bodytype != NULL && 1043 SM_STRCASEEQ(e->e_bodytype, "8bitmime")) 1044 e->e_bodytype = "7BIT";
|
H A D | main.c | 879 BlankEnvelope.e_bodytype = newstr(optarg); 1505 i = check_bodytype(BlankEnvelope.e_bodytype); 1508 usrerr("Illegal body type %s", BlankEnvelope.e_bodytype); 1509 BlankEnvelope.e_bodytype = NULL; 3123 CurEnv->e_bodytype = NULL;
|
H A D | srvrsmtp.c | 4987 e->e_bodytype = NULL; 5070 e->e_bodytype = sm_rpool_strdup_x(e->e_rpool, vp);
|
H A D | queue.c | 651 if (e->e_bodytype != NULL) 653 denlstring(e->e_bodytype, true, false)); 4291 e->e_bodytype = sm_rpool_strdup_x(e->e_rpool, &bp[1]);
|
H A D | sendmail.h | 1127 char *e_bodytype; /* type of message body */ member
|
H A D | usersmtp.c | 2145 bodytype = e->e_bodytype;
|
H A D | deliver.c | 939 macdefine(&e->e_macro, A_PERM, macid("{bodytype}"), e->e_bodytype);
|