Lines Matching refs:MAIL
29 # endure bounces from mail that cannot be redelivered as opposed to
44 # VRFY: Handle onto SMTP verification channel. Not to be confused with mail
139 # Opens appropriate logging file -- STDOUT (cron) or temp file (mail).
188 # We need to rename the current mailbox so that mail can loop back into it if
189 # the resent mail just gets looped right back to us.
238 # PARSE NEXT MAIL MESSAGE #
245 # Parses the next message in the mail file and inserts it in $current_msg
341 $current_msg .= "$RESENT_INFO" . "Lost mail resent from ". $hostname;
353 # Actually resends the mail. Talks to the process configured as $MAILER
383 # Mail any log info to MAILGRUNT.
415 # Collects other files that appear to be mail file for the $currentTO
419 # Return: True if a old mail directory is found. False otherwise.
475 # uid 0 (ie *supposed* to get mail in altmail) or unknown the resend is
484 &Log_info("Possible non user mail file: $currentTO");
490 print "Non user mailable mail: Name: $currentTO\n"
509 # Use SMTP VRFY to insure that argument is in fact a legal mail id.
584 opendir (MAIL, ".") || die "Cannot open $MAILDIR (`r' bit not set?)";
585 @allentries= readdir (MAIL);
586 closedir (MAIL);
629 # just delete the file if too small to be real mail
631 print "Too small to be real mail, unlinking $currentTO" if $debug;