Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A DMakefile39 recipient.o sasl.o savemail.o sfsasl.o sm_resolve.o srvrsmtp.o stab.o \
H A DREAD_ME69 savemail.c Routines which save the letter on processing errors.
H A Denvelope.c482 panic = savemail(e, !bitset(EF_NO_BODY_RETN, e->e_flags));
H A Dsavemail.c57 savemail(e, sendbody) in savemail() function
H A Dsendmail.h2605 extern bool savemail __P((ENVELOPE *, bool));
/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c53 static int savemail(char name[], struct header *hp, FILE *fi);
496 savemail(safeexpand(recfile), hp, mtf); in mail1()
729 savemail(char name[], struct header *hp, FILE *fi) in savemail() function