Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dmilter.c2969 char *val, *mh_value; local
3018 mh_value = quote_internal_chars(val, NULL, &mh_v_len);
3027 h->h_field, mh_value);
3031 h->h_field, mh_value);
3033 h->h_value = mh_value;
3036 h->h_value = addleadingspace(mh_value, e->e_rpool);
3037 SM_FREE(mh_value);
3044 sm_dprintf("Add %s: %s\n", response, mh_value);
3048 response, mh_value);
3049 addheader(newstr(response), mh_value, H_USER, e,
[all …]