Home
last modified time | relevance | path

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

/titanic_41/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.c480 panic = savemail(e, !bitset(EF_NO_BODY_RETN, e->e_flags));
H A Dsavemail.c55 savemail(e, sendbody) in savemail() function
H A Dsendmail.h2605 extern bool savemail __P((ENVELOPE *, bool));
/titanic_41/usr/src/cmd/mailx/
H A Dsend.c52 static int savemail(char name[], struct header *hp, FILE *fi);
495 savemail(safeexpand(recfile), hp, mtf); in mail1()
728 savemail(char name[], struct header *hp, FILE *fi) in savemail() function