Searched refs:H_USER (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c2691 /* strip H_USER so not counted in milter_changeheader() */
2692 h->h_flags &= ~H_USER;
2697 if (!bitset(H_USER, h->h_flags))
2981 !bitset(H_USER, h->h_flags) &&
3008 h->h_flags |= H_USER;
3018 addheader(newstr(response), mh_value, H_USER, e, local
3104 insheader(idx, newstr(field), mh_value, H_USER, e,
3182 if (bitset(H_USER, h->h_flags) && --index <= 0)
3187 else if (!bitset(H_USER, h->h_flags) &&
3226 addheader(newstr(field), mh_value, H_USER, local
[all...]
H A Dheaders.c398 !bitset(H_USER, h->h_flags) &&
409 h->h_flags |= H_USER;
446 h->h_flags |= H_USER;
H A Dsendmail.h832 #define H_USER 0x00040000 /* header came from the user/SMTP */ macro

Completed in 79 milliseconds