Searched refs:savemail (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | Makefile | 39 recipient.o sasl.o savemail.o sfsasl.o sm_resolve.o srvrsmtp.o stab.o \
|
H A D | READ_ME | 69 savemail.c Routines which save the letter on processing errors.
|
H A D | envelope.c | 480 panic = savemail(e, !bitset(EF_NO_BODY_RETN, e->e_flags));
|
H A D | savemail.c | 55 savemail(e, sendbody) in savemail() function
|
H A D | sendmail.h | 2605 extern bool savemail __P((ENVELOPE *, bool));
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | send.c | 52 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
|