Searched refs:H_USER (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | milter.c | 2721 h->h_flags &= ~H_USER; 2726 if (!bitset(H_USER, h->h_flags)) 3010 !bitset(H_USER, h->h_flags) && 3037 h->h_flags |= H_USER; 3047 addheader(newstr(response), mh_value, H_USER, e, 3133 insheader(idx, newstr(field), mh_value, H_USER, e, 3211 if (bitset(H_USER, h->h_flags) && --index <= 0) 3216 else if (!bitset(H_USER, h->h_flags) && 3256 addheader(newstr(field), mh_value, H_USER, e, 3342 h->h_flags |= H_USER;
|
H A D | headers.c | 422 !bitset(H_USER, h->h_flags) && 433 h->h_flags |= H_USER; 473 h->h_flags |= H_USER;
|
H A D | sendmail.h | 1044 #define H_USER 0x00040000 /* header came from the user/SMTP */ macro
|