===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mailfront-2.12/plugin-mailrules.c-380-
mailfront-2.12/plugin-mailrules.c:381:static void copy_addr(const str* addr,
mailfront-2.12/plugin-mailrules.c-382-		      str* saved, str* domain)
##############################################
mailfront-2.12/plugin-mailrules.c-401-  if (!loaded) return 0;
mailfront-2.12/plugin-mailrules.c:402:  copy_addr(sender, &saved_sender, &sender_domain);
mailfront-2.12/plugin-mailrules.c-403-  for (rule = sender_rules; rule != 0; rule = rule->next)
##############################################
mailfront-2.12/plugin-mailrules.c-421-  if (!loaded) return 0;
mailfront-2.12/plugin-mailrules.c:422:  copy_addr(recipient, &laddr, &rdomain);
mailfront-2.12/plugin-mailrules.c-423-  for (rule = recip_rules; rule != 0; rule = rule->next)
##############################################
mailfront-2.12/debian/implicit-39-%.deb-docs-docs: %.deb-docs-base
mailfront-2.12/debian/implicit:40:	@for i in `cat debian/$*.docs 2>/dev/null || :`; do \
mailfront-2.12/debian/implicit-41-	  if test -d $$i; then \
##############################################
mailfront-2.12/debian/implicit-63-	  install -d -m0755 debian/$*/usr/share/doc/$*/examples
mailfront-2.12/debian/implicit:64:	@for i in `cat debian/$*.examples 2>/dev/null || :`; do \
mailfront-2.12/debian/implicit-65-	  sh -cx "install -m0644 $$i debian/$*/usr/share/doc/$*/examples/" \
##############################################
mailfront-2.12/debian/rules-57-	for i in '$(DIR)'/usr/sbin/*; do \
mailfront-2.12/debian/rules:58:	  test "`head -c2 $$i`" = '#!' || $(STRIP) -R .comment -R .note $$i; \
mailfront-2.12/debian/rules-59-	done
##############################################
mailfront-2.12/debian/rules-67-	for i in '$(DIR)'/usr/share/man/man8/*.8; do \
mailfront-2.12/debian/rules:68:	  test "`head -c4 $$i`" != '.so ' || \
mailfront-2.12/debian/rules:69:	    (ln -s "`head -n1 $$i |cut -c10-`".gz $$i.gz && rm -f $$i) \
mailfront-2.12/debian/rules-70-	      || exit 1; \
##############################################
mailfront-2.12/.pc/debian-changes/Makefile-36-	  echo 'source=$$1; shift'; \
mailfront-2.12/.pc/debian-changes/Makefile:37:	  echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \
mailfront-2.12/.pc/debian-changes/Makefile-38-	  echo exec `head -n 1 conf-cc` -I.  '-o $${base}.o -c $$source $${1+"$$@"}'; \
##############################################
mailfront-2.12/.pc/debian-changes/Makefile-108-	  echo 'source=$$1; shift'; \
mailfront-2.12/.pc/debian-changes/Makefile:109:	  echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \
mailfront-2.12/.pc/debian-changes/Makefile-110-	  echo exec `head -n 1 conf-ccso` -DSHARED -I. -L. '-o $${base}.so $$source $${1+"$$@"}'; \
##############################################
mailfront-2.12/Makefile-36-	  echo 'source=$$1; shift'; \
mailfront-2.12/Makefile:37:	  echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \
mailfront-2.12/Makefile-38-	  echo exec `head -n 1 conf-cc` -I.  '-o $${base}.o -c $$source $${1+"$$@"}'; \
##############################################
mailfront-2.12/Makefile-108-	  echo 'source=$$1; shift'; \
mailfront-2.12/Makefile:109:	  echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \
mailfront-2.12/Makefile-110-	  echo exec `head -n 1 conf-ccso` -DSHARED -I. -L. '-o $${base}.so $$source $${1+"$$@"}'; \