Help for this page

Select Code to Download


  1. or download this
        if ($out eq "D") {      # not responding to pings
            if ($lastmailed{"$email|$targ"} <= ($min - $squelch)) {
    ...
                $mailer->send();
            }
        }