Help for this page

Select Code to Download


  1. or download this
    Oct  9 08:50:53 mail_server sendmail[30172]: j99FopoN030172: from=<sup
    +port@symantec.com>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MT
    +A, relay=[218.1.114.182]
    
  2. or download this
    if ($line =~ /relay\=\[?(.*?)\]?/) {
        $server = $1;
    }
    
  3. or download this
    if ($line =~ /relay\=(.*?)/) {
        $server = $1;
    }