Searched defs:from (Results 1 - 3 of 3) sorted by relevance
/sendmail/sendmail/ |
H A D | savemail.c | 198 "\r\nMessage from %s...\r\n", buf); 251 char from[TOBUFSIZE]; local 253 if (sm_strlcpy(from, e->e_from.q_paddr, 254 sizeof(from)) >= sizeof(from)) 261 (void) pruneroute(from); 263 (void) sendtolist(from, NULLADDR, 682 /* fake up an address header for the from person */ 834 expand("from \201_", buf, sizeof(buf), e->e_parent); 933 " (expanded from [all...] |
H A D | main.c | 64 ** Sendmail is driven by settings read in from /etc/mail/sendmail.cf 83 ** anything to gain from my involvement in this project. 160 char *ep, *from; local 302 /* reset status from syserr() calls for missing file descriptors */ 704 from = NULL; 854 case 'f': /* from address */ 857 if (from != NULL) 859 usrerr("More than one \"from\" person"); 864 from = newstr("<>"); 866 from [all...] |
/sendmail/mail.local/ |
H A D | mail.local.c | 207 char *from; local 227 from = NULL; 265 if (from != NULL) 270 from = optarg; 383 /* Non-LMTP from here on out */ 388 ** If from not specified, use the name from getlogin() if the 389 ** uid matches, otherwise, use the name from the password file 394 if (from == NULL && ((from [all...] |
Completed in 24 milliseconds