===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-mail-1.4.1/Mail-1.4.1/Mail/RFC822.php-650-
php-mail-1.4.1/Mail-1.4.1/Mail/RFC822.php:651:            if ($this->_validatePhrase($phrase) === false || ($route_addr = $this->_validateRouteAddr($route_addr)) === false) {
php-mail-1.4.1/Mail-1.4.1/Mail/RFC822.php-652-                return false;
##############################################
php-mail-1.4.1/Mail-1.4.1/Mail/RFC822.php-698-     */
php-mail-1.4.1/Mail-1.4.1/Mail/RFC822.php:699:    protected function _validateRouteAddr($route_addr)
php-mail-1.4.1/Mail-1.4.1/Mail/RFC822.php-700-    {
##############################################
php-mail-1.4.1/Mail-1.4.1/Mail/sendmail.php-173-
php-mail-1.4.1/Mail-1.4.1/Mail/sendmail.php:174:        $mail = @popen($this->sendmail_path . (!empty($this->sendmail_args) ? ' ' . $this->sendmail_args : '') . " -f$from -- $recipients", 'w');
php-mail-1.4.1/Mail-1.4.1/Mail/sendmail.php-175-        if (!$mail) {