Searched refs:from (Results 1 - 9 of 9) sorted by relevance

/sendmail/contrib/
H A Ddoublebounce.pl31 ## Received headers from the point closest to the sender back to the point
45 # parse hostname from From: header
74 my($addr, $from) = @_;
98 The from header on the original e-mail was: $from.
179 /^(from): (.*)/i ) {
H A Dbuildvirtuser15 # may be used to endorse or promote products derived from this software
34 buildvirtuser - Build virtusertable support from a directory of files
73 Here is an example file from the /etc/mail/virtusers/ directory:
/sendmail/sendmail/
H A Denvelope.c62 ** from which envelope memory is allocated, and
229 ** Extract state information from dregs of send list.
312 /* don't free, allocated from e_rpool */
329 "Message will be deleted from queue\n");
408 /* don't free, allocated from e_rpool */
643 ** from which envelope memory is allocated, and
932 ** SETSENDER -- set the person who this message is from
938 ** from a network server).
953 ** from -- the person we would like to believe this message
954 ** is from, a
[all...]
H A Dsavemail.c198 "\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 Dmain.c64 ** 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...]
H A Dmap.c27 ERROR README: coexist with NDBM, or delete -DNDBM from the Makefile
95 ** Parse the arguments from the config file. Return true
104 ** from the alias routines, although this should probably
673 ** Get the domain name from the kernel.
890 ** EXTRACT_CANONNAME -- extract canonical name from /etc/hosts entry
3619 /* Get ldap struct pointer from map */
3902 /* Get ldap struct pointer from map */
4202 /* args stolen from ldapsearch.c */
4487 ** Save the server from extra work. If request is for a single
4665 ** LDAPMAP_SET_DEFAULTS -- Read default map spec from LDAPDefault
[all...]
/sendmail/mail.local/
H A Dmail.local.c207 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...]
/sendmail/vacation/
H A Dvacation.c667 ** from -- sender address.
688 junkmail(from)
689 char *from;
728 e = from;
908 ** from -- sender address.
919 setreply(from, when)
920 char *from;
928 key.data = from;
929 key.size = strlen(from);
/sendmail/libmilter/
H A Dsmfi.c157 ** BUF_CRT_SEND -- construct buffer to send from arguments
222 ** SEND2 -- construct buffer to send from arguments
284 ** SMFI_CHGFROM -- change enveloper sender ("from") address
288 ** from -- new envelope sender address ("MAIL From")
296 smfi_chgfrom(ctx, from, args)
298 char *from;
301 if (from == NULL || *from == '\0')
305 return send2(ctx, SMFIR_CHGFROM, from, args);

Completed in 47 milliseconds