Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dsend.c251 head.h_replyto = replyto; in mail()
272 head.h_replyto = value("REPLYTO"); in sendmail()
512 if (hp->h_replyto != NULL && w & GREPLYTO) in puthead()
513 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++; in puthead()
H A Ddef.h176 char *h_replyto; /* Reply address */ member
H A Dcmd3.c249 head.h_replyto = value("REPLYTO"); in dorespond()
611 head.h_replyto = value("REPLYTO"); in doRespond()
H A Dcollect.c256 hp->h_replyto = savestr(cp); in collect()