===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit.html-238-  %<(nonnull)%(void(width))%(putaddr To: )\n%>\
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit.html:239:  %(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit.html-240-  %<(nonnull)%(void(width))%(putaddr cc: )\n%>\
##############################################
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit-73-  my $qprefix = $opt{'quoteprefix'} || '> ';
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit:74:  my @w3margs = shellwords(`mhparam mha-mhedit-$w3m`);
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit:75:  my @edargs  = shellwords(`mhparam mha-mhedit-$editor`);
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit-76-  my @mhaargs = shellwords(`mhparam mha-mhedit-mhonarc`);
##############################################
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit-117-
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit:118:  exec($editor, @edargs, $file);
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit-119-}
##############################################
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit-419-  %<(nonnull)%(void(width))%(putaddr To: )\n%>\
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit:420:  %(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
mhonarc-2.6.19/extras/mha-mhedit/mha-mhedit-421-  %<(nonnull)%(void(width))%(putaddr cc: )\n%>\
##############################################
mhonarc-2.6.19/CHANGES-2777-
mhonarc-2.6.19/CHANGES:2778:	o  The string `$$' in template resources will produce a `$' in
mhonarc-2.6.19/CHANGES-2779-	   the output.
##############################################
mhonarc-2.6.19/lib/mhfile.pl-100-    return  if ($file =~ /\.gz$/i);
mhonarc-2.6.19/lib/mhfile.pl:101:    if (system($GzipExe, $file) != 0) {
mhonarc-2.6.19/lib/mhfile.pl-102-	die qq/ERROR: Failed to exec "$GzipExe $file": $! $?\n/;
##############################################
mhonarc-2.6.19/lib/MHonArc/RFC822.pm-89-##---------------------------------------------------------------------------##
mhonarc-2.6.19/lib/MHonArc/RFC822.pm:90:##	    @newtoks   = MHonArc::RFC822::first_route_addr($string);
mhonarc-2.6.19/lib/MHonArc/RFC822.pm:91:##	    @newtoks   = MHonArc::RFC822::first_route_addr(@toks);
mhonarc-2.6.19/lib/MHonArc/RFC822.pm:92:##	    $newstring = MHonArc::RFC822::first_route_addr($string);
mhonarc-2.6.19/lib/MHonArc/RFC822.pm:93:##	    $newstring = MHonArc::RFC822::first_route_addr(@toks);
mhonarc-2.6.19/lib/MHonArc/RFC822.pm-94-##
##############################################
mhonarc-2.6.19/lib/MHonArc/RFC822.pm-342-    # Get the first route-addr or addr-spec
mhonarc-2.6.19/lib/MHonArc/RFC822.pm:343:    @intoks = &first_route_addr(@intoks);
mhonarc-2.6.19/lib/MHonArc/RFC822.pm-344-
##############################################
mhonarc-2.6.19/lib/mhopt.pl-399-	    delete $INC{$DBPathName};
mhonarc-2.6.19/lib/mhopt.pl:400:	    require($DBPathName) ||
mhonarc-2.6.19/lib/mhopt.pl-401-		die("ERROR: Database read error of $DBPathName\n");