===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sma-1.4/contrib/spam-graph.pl-101-  {
sma-1.4/contrib/spam-graph.pl:102:   $INPUT1 = `/bin/cat $archpath/$logfile |grep \"Ruleset based rejections\"\|awk \'{print $5}\'`;
sma-1.4/contrib/spam-graph.pl-103-   $blocked_spam=(split(/\s+/,$INPUT1))[4];
##############################################
sma-1.4/contrib/spam-graph.pl-107-  {
sma-1.4/contrib/spam-graph.pl:108:   $INPUT1 = `/bin/cat $archpath/$logfile |grep \"esmtp\"`;
sma-1.4/contrib/spam-graph.pl-109-   $rej=(split(/\s+/,$INPUT1))[6];
##############################################
sma-1.4/docs/re_format.ps-279-F .676(\(matching the null string at the be)102 438 R .676(ginning of a\
sma-1.4/docs/re_format.ps:280: line\), `$' \(matching the null string at the end of a line\), a `\\')
sma-1.4/docs/re_format.ps-281--.15 F(follo)102 450 Q .205(wed by one of the characters `^.[$\(\)|)-.25
##############################################
sma-1.4/install-sh-85-
sma-1.4/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
sma-1.4/install-sh-87-	    shift
##############################################
sma-1.4/install-sh-89-
sma-1.4/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
sma-1.4/install-sh-91-	    shift
##############################################
sma-1.4/install-sh-150-	then
sma-1.4/install-sh:151:		dst="$dst"/`basename $src`
sma-1.4/install-sh-152-	else
##############################################
sma-1.4/install-sh-157-## this sed command emulates the dirname command
sma-1.4/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
sma-1.4/install-sh-159-
##############################################
sma-1.4/install-sh-171-IFS='%'
sma-1.4/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
sma-1.4/install-sh-173-IFS="${oIFS}"
##############################################
sma-1.4/install-sh-205-	then
sma-1.4/install-sh:206:		dstfile=`basename $dst`
sma-1.4/install-sh-207-	else
##############################################
sma-1.4/install-sh-215-	then
sma-1.4/install-sh:216:		dstfile=`basename $dst`
sma-1.4/install-sh-217-	else