Searched refs:From (Results 1 - 3 of 3) sorted by relevance

/sendmail/vacation/
H A Dvacation.c90 char From[MAXLINE]; variable
189 *From = '\0';
256 (void) sm_strlcpy(From, optarg, sizeof From);
454 setreply(From, now);
517 case 'F': /* "From " */
519 if (strncmp(buf, "From ", 5) == 0)
533 "vacation: badly formatted \"From \" line.\n");
548 "vacation: badly formatted \"From \" line.\n");
554 if (*From
[all...]
/sendmail/contrib/
H A Dbounce-resender.pl121 if (/^From \S+.*$/) {
168 } elsif (/^From:\s+(.*)$/) {
H A Ddoublebounce.pl30 ## second "Orignal message follows" marker), look for From, Sender, and
45 # parse hostname from From: header
85 From: Mail Delivery Subsystem <mail-router> label
96 and have them correct their From or Sender address.
199 syslog('info', "Trying to send to $addresses[2]{$addr} - $addresses[2]{\"From\"}");
201 $sent = send_bounce($addresses[2]{$addr}, $addresses[2]{"From"});
210 syslog('info', "Trying to send to $addresses[2]{$addr} - $addresses[2]{\"From\"}");
212 $sent = send_bounce($addresses[1]{$addr}, $addresses[2]{"From"});

Completed in 21 milliseconds