===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gpg-remailer-3.04.05/documentation/remailerScript.orig-250-    # determine all members, store them as a single line.
gpg-remailer-3.04.05/documentation/remailerScript.orig:251:members=`grep -v '^[[:space:]]*\(#.*\)*$' etc/members | tr '\n' ' '`
gpg-remailer-3.04.05/documentation/remailerScript.orig-252-
##############################################
gpg-remailer-3.04.05/documentation/remailerScript.orig-269-    # to prevent nested double quotes in the eventually sent subject.
gpg-remailer-3.04.05/documentation/remailerScript.orig:270:SUBJECT=`grep Subject: tmp/${ID}.org | sed 's/Subject: //' | tr '"' "'"`
gpg-remailer-3.04.05/documentation/remailerScript.orig-271-
##############################################
gpg-remailer-3.04.05/documentation/remailerScript.orig-326-    # finally send the mail
gpg-remailer-3.04.05/documentation/remailerScript.orig:327:    for sendTo in `echo $remailTo`
gpg-remailer-3.04.05/documentation/remailerScript.orig-328-    do
##############################################
gpg-remailer-3.04.05/icmake/remove-20-
gpg-remailer-3.04.05/icmake/remove:21:for line in `cat $1`
gpg-remailer-3.04.05/icmake/remove-22-do
gpg-remailer-3.04.05/icmake/remove:23:    field1=`echo $line | awk '{printf $1}'`
gpg-remailer-3.04.05/icmake/remove:24:    field2=`echo $line | awk '{printf $2}'`
gpg-remailer-3.04.05/icmake/remove-25-
##############################################
gpg-remailer-3.04.05/icmake/remove-30-    elif [ -e "$field2" ] ; then
gpg-remailer-3.04.05/icmake/remove:31:        if [ "$field1" != "`md5sum $field2 | awk '{printf $1}'`" ] ; then
gpg-remailer-3.04.05/icmake/remove-32-            echo $field2 changed, not removed