Help for this page

Select Code to Download


  1. or download this
    Software error:
    Insecure $ENV{PATH} while running with -T switch at
    ...
    error closing /usr/lib/sendmail:  (exit 65280)
    1
    
  2. or download this
    use MIME::Lite;
    MIME::Lite->send("sendmail");
    ...
                               Data    => "$html" );
    
    $msg->send(); # This call triggers the error. If I comment it out ther
    +e´s no error message. But there´s no email too...
    
  3. or download this
    if ( is_tainted($variable) ) { die "tainted"; } else { die "not tainte
    +d"; }
    
    ...
          1;     
       };
    }
    
  4. or download this
    Software error:
    Insecure dependency in exec while running with -T switch at /usr/share
    +/perl5/MIME/Lite.pm line 2571.
    ...
    Software error:
    error closing /usr/lib/sendmail:  (exit 65280)
    1