Home
last modified time | relevance | path

Searched refs:currentTO (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in303 $current_msg .= "$RESENT_TO" . "$currentTO" . "\n";
357 open (MAILER, "| $MAILER $currentTO") || return $ABORT_RESEND;
483 if (!$noverify && !&vrfy_user($currentTO) ) {
484 &Log_info("Possible non user mail file: $currentTO");
488 @passwdinfo = getpwnam($currentTO);
490 print "Non user mailable mail: Name: $currentTO\n"
626 foreach $currentTO (@allnames) {
630 if ((stat($currentTO))[7] < 5) {
631 print "Too small to be real mail, unlinking $currentTO" if $debug;
632 unlink $currentTO;
[all …]