Searched defs:in_body (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c122 bool in_body = FALSE; local
137 in_body = TRUE;
138 if (in_body && (strncmp(line, "From ", 5) == 0))
140 if (in_body || (strncasecmp(line, L_HEADER, LL_HEADER) != 0))

Completed in 21 milliseconds