Help for this page

Select Code to Download


  1. or download this
      print MAIL "$#full messages have been deferred in the past $ttime mi
    +nutes\n";
    
  2. or download this
    print MAIL "$#log messages have been deferred in the past $ttime minut
    +es\n";
    
  3. or download this
     
      foreach ( @log ) {
         print MAIL "$_\n\n";
      }
    
  4. or download this
      if ($ttime == 0) {die ("deferred messages ocurred withing 1 minute o
    +f each other\n")};