Home
last modified time | relevance | path

Searched refs:bodytype (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dutil.c377 check_bodytype(bodytype) in check_bodytype() argument
378 char *bodytype; in check_bodytype()
381 if (bodytype == NULL)
383 if (sm_strcasecmp(bodytype, "7BIT") == 0)
385 if (sm_strcasecmp(bodytype, "8BITMIME") == 0)
Dusersmtp.c2009 char *bodytype; local
2043 bodytype = e->e_bodytype;
2046 if (bodytype == NULL &&
2051 bodytype = "8BITMIME";
2052 if (bodytype != NULL &&
2053 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2056 " BODY=%s", bodytype);
Dqueue.c4915 char bodytype[MAXNAME + 1]; local
4988 statmsg[0] = bodytype[0] = '\0';
5020 if ((i = strlen(&buf[1])) >= sizeof(bodytype))
5021 i = sizeof(bodytype) - 1;
5022 memmove(bodytype, &buf[1], i);
5023 bodytype[i] = '\0';
5059 if (statmsg[0] != '\0' || bodytype[0] != '\0')
5064 bodytype);
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES7091 Define ${bodytype} to be the body type (from the -B flag or the