===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
postal-0.75/address.cpp-95-
postal-0.75/address.cpp:96:sockaddr *address::get_rand_addr()
postal-0.75/address.cpp-97-{
##############################################
postal-0.75/address.cpp-100-    ind = rand() % m_count;
postal-0.75/address.cpp:101:  return get_addr(ind);
postal-0.75/address.cpp-102-}
postal-0.75/address.cpp-103-
postal-0.75/address.cpp:104:sockaddr *address::get_addr(int ind)
postal-0.75/address.cpp-105-{
postal-0.75/address.cpp-106-  if(ind < 0 || ind > m_count)
postal-0.75/address.cpp:107:    return get_rand_addr();
postal-0.75/address.cpp-108-  if(m_rr_dns[ind])
##############################################
postal-0.75/address.h-12-  ~address();
postal-0.75/address.h:13:  sockaddr *get_addr(int ind);
postal-0.75/address.h:14:  sockaddr *get_rand_addr();
postal-0.75/address.h-15-  int addressCount() const { return m_count; }
##############################################
postal-0.75/bhm.cpp-83-// return 2 for data
postal-0.75/bhm.cpp:84:int recv_addr(base_tcp &t, char *buf, const size_t buf_len, CPCCHAR msg, string &addr, bool do_data)
postal-0.75/bhm.cpp-85-{
##############################################
postal-0.75/bhm.cpp-149-  string recipient;
postal-0.75/bhm.cpp:150:  int rc = recv_addr(t, buf, buf_len, "mail from:", sender, false);
postal-0.75/bhm.cpp-151-  if(rc != 1)
##############################################
postal-0.75/bhm.cpp-154-  int recipient_count = 0;
postal-0.75/bhm.cpp:155:  while( (rc = recv_addr(t, buf, buf_len, "rcpt to:", recipient, recipient_count)) == 1)
postal-0.75/bhm.cpp-156-  {
##############################################
postal-0.75/changes.txt-318-  * Removed all utsname() code, so the hostname/domainname kernel values are
postal-0.75/changes.txt:319:    not used any more at all!  Now do gethostbyaddr() to get the name of the
postal-0.75/changes.txt-320-    local end of the connection for EHLO.  Closes: #63973
##############################################
postal-0.75/config.status-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
postal-0.75/config.status:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
postal-0.75/config.status-47-  as_echo='print -r --'
postal-0.75/config.status-48-  as_echo_n='print -rn --'
postal-0.75/config.status:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
postal-0.75/config.status-50-  as_echo='printf %s\n'
##############################################
postal-0.75/config.status-52-else
postal-0.75/config.status:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
postal-0.75/config.status-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
postal-0.75/config.status-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
postal-0.75/config.status:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
postal-0.75/config.status-64-      esac;
##############################################
postal-0.75/config.status-139-# ----------------------------------------
postal-0.75/config.status:140:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
postal-0.75/config.status-141-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
postal-0.75/config.status-211-  {
postal-0.75/config.status:212:    as_val=`expr "$@" || test $? -eq 1`
postal-0.75/config.status-213-  }
##############################################
postal-0.75/config.status-315-      case $as_dir in #(
postal-0.75/config.status:316:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
postal-0.75/config.status-317-      *) as_qdir=$as_dir;;
##############################################
postal-0.75/config.status-445-  --*=?*)
postal-0.75/config.status:446:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
postal-0.75/config.status:447:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
postal-0.75/config.status-448-    ac_shift=:
##############################################
postal-0.75/config.status-450-  --*=)
postal-0.75/config.status:451:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
postal-0.75/config.status-452-    ac_optarg=
##############################################
postal-0.75/config.status-474-    case $ac_optarg in
postal-0.75/config.status:475:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
postal-0.75/config.status-476-    '') as_fn_error $? "missing file argument" ;;
##############################################
postal-0.75/config.status-482-    case $ac_optarg in
postal-0.75/config.status:483:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
postal-0.75/config.status-484-    esac
##############################################
postal-0.75/config.status-598-fi
postal-0.75/config.status:599:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
postal-0.75/config.status-600-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
postal-0.75/config.status-810-      esac
postal-0.75/config.status:811:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
postal-0.75/config.status-812-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
postal-0.75/config.status-869-*)
postal-0.75/config.status:870:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
postal-0.75/config.status-871-  # A ".." for each directory in $ac_dir_suffix.
postal-0.75/config.status:872:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
postal-0.75/config.status-873-  case $ac_top_builddir_sub in
##############################################
postal-0.75/config.status-922-/@mandir@/p'
postal-0.75/config.status:923:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
postal-0.75/config.status-924-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
postal-0.75/config.status-971-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
postal-0.75/config.status:972:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
postal-0.75/config.status-973-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
postal-0.75/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
postal-0.75/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
postal-0.75/configure-45-  as_echo='print -r --'
postal-0.75/configure-46-  as_echo_n='print -rn --'
postal-0.75/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
postal-0.75/configure-48-  as_echo='printf %s\n'
##############################################
postal-0.75/configure-50-else
postal-0.75/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
postal-0.75/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
postal-0.75/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
postal-0.75/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
postal-0.75/configure-62-      esac;
##############################################
postal-0.75/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
postal-0.75/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
postal-0.75/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
postal-0.75/configure-324-      case $as_dir in #(
postal-0.75/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
postal-0.75/configure-326-      *) as_qdir=$as_dir;;
##############################################
postal-0.75/configure-397-  {
postal-0.75/configure:398:    as_val=`expr "$@" || test $? -eq 1`
postal-0.75/configure-399-  }
##############################################
postal-0.75/configure-404-# ----------------------------------------
postal-0.75/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
postal-0.75/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
postal-0.75/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
postal-0.75/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
postal-0.75/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
postal-0.75/configure-773-  case $ac_option in
postal-0.75/configure:774:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
postal-0.75/configure-775-  *=)   ac_optarg= ;;
##############################################
postal-0.75/configure-817-  -disable-* | --disable-*)
postal-0.75/configure:818:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
postal-0.75/configure-819-    # Reject names that are not valid shell variable names.
##############################################
postal-0.75/configure-822-    ac_useropt_orig=$ac_useropt
postal-0.75/configure:823:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postal-0.75/configure-824-    case $ac_user_opts in
##############################################
postal-0.75/configure-843-  -enable-* | --enable-*)
postal-0.75/configure:844:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
postal-0.75/configure-845-    # Reject names that are not valid shell variable names.
##############################################
postal-0.75/configure-848-    ac_useropt_orig=$ac_useropt
postal-0.75/configure:849:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postal-0.75/configure-850-    case $ac_user_opts in
##############################################
postal-0.75/configure-1056-  -with-* | --with-*)
postal-0.75/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
postal-0.75/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
postal-0.75/configure-1061-    ac_useropt_orig=$ac_useropt
postal-0.75/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postal-0.75/configure-1063-    case $ac_user_opts in
##############################################
postal-0.75/configure-1072-  -without-* | --without-*)
postal-0.75/configure:1073:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
postal-0.75/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
postal-0.75/configure-1077-    ac_useropt_orig=$ac_useropt
postal-0.75/configure:1078:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postal-0.75/configure-1079-    case $ac_user_opts in
##############################################
postal-0.75/configure-1110-  *=*)
postal-0.75/configure:1111:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
postal-0.75/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
postal-0.75/configure-1131-if test -n "$ac_prev"; then
postal-0.75/configure:1132:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
postal-0.75/configure-1133-  as_fn_error $? "missing argument to $ac_option"
##############################################
postal-0.75/configure-1153-    */ )
postal-0.75/configure:1154:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
postal-0.75/configure-1155-      eval $ac_var=\$ac_val;;
##############################################
postal-0.75/configure-1188-ac_ls_di=`ls -di .` &&
postal-0.75/configure:1189:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
postal-0.75/configure-1190-  as_fn_error $? "working directory cannot be determined"
##############################################
postal-0.75/configure-1244-case $srcdir in
postal-0.75/configure:1245:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
postal-0.75/configure-1246-esac
##############################################
postal-0.75/configure-1287-By default, \`make install' will install all the files in
postal-0.75/configure:1288:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
postal-0.75/configure:1289:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
postal-0.75/configure-1290-for instance \`--prefix=\$HOME'.
##############################################
postal-0.75/configure-1367-*)
postal-0.75/configure:1368:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
postal-0.75/configure-1369-  # A ".." for each directory in $ac_dir_suffix.
postal-0.75/configure:1370:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
postal-0.75/configure-1371-  case $ac_top_builddir_sub in
##############################################
postal-0.75/configure-1876-    *\'*)
postal-0.75/configure:1877:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
postal-0.75/configure-1878-    esac
##############################################
postal-0.75/configure-1959-      case $ac_val in
postal-0.75/configure:1960:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
postal-0.75/configure-1961-      esac
##############################################
postal-0.75/configure-1974-	case $ac_val in
postal-0.75/configure:1975:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
postal-0.75/configure-1976-	esac
##############################################
postal-0.75/configure-2094-    set,)
postal-0.75/configure:2095:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
postal-0.75/configure:2096:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
postal-0.75/configure-2097-      ac_cache_corrupted=: ;;
##############################################
postal-0.75/configure-2105-	# differences in whitespace do not lead to failure.
postal-0.75/configure:2106:	ac_old_val_w=`echo x $ac_old_val`
postal-0.75/configure:2107:	ac_new_val_w=`echo x $ac_new_val`
postal-0.75/configure-2108-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
postal-0.75/configure-2125-    case $ac_new_val in
postal-0.75/configure:2126:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
postal-0.75/configure-2127-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
postal-0.75/configure-2524-$as_echo_n "checking whether the C compiler works... " >&6; }
postal-0.75/configure:2525:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
postal-0.75/configure-2526-
##############################################
postal-0.75/configure-2568-	then :; else
postal-0.75/configure:2569:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
postal-0.75/configure-2570-	fi
##############################################
postal-0.75/configure-2628-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
postal-0.75/configure:2629:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
postal-0.75/configure-2630-	  break;;
##############################################
postal-0.75/configure-2737-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
postal-0.75/configure:2738:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
postal-0.75/configure-2739-       break;;
##############################################
postal-0.75/configure-3582-  # Check for GNU $ac_path_GREP
postal-0.75/configure:3583:case `"$ac_path_GREP" --version 2>&1` in
postal-0.75/configure-3584-*GNU*)
##############################################
postal-0.75/configure-3648-  # Check for GNU $ac_path_EGREP
postal-0.75/configure:3649:case `"$ac_path_EGREP" --version 2>&1` in
postal-0.75/configure-3650-*GNU*)
##############################################
postal-0.75/configure-3809-do :
postal-0.75/configure:3810:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
postal-0.75/configure-3811-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
postal-0.75/configure-3814-  cat >>confdefs.h <<_ACEOF
postal-0.75/configure:3815:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
postal-0.75/configure-3816-_ACEOF
##############################################
postal-0.75/configure-4222-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
postal-0.75/configure:4223:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
postal-0.75/configure-4224-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
postal-0.75/configure-4289-if test -z "$BASH_VERSION$ZSH_VERSION" \
postal-0.75/configure:4290:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
postal-0.75/configure-4291-  as_echo='print -r --'
postal-0.75/configure-4292-  as_echo_n='print -rn --'
postal-0.75/configure:4293:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
postal-0.75/configure-4294-  as_echo='printf %s\n'
##############################################
postal-0.75/configure-4296-else
postal-0.75/configure:4297:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
postal-0.75/configure-4298-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
postal-0.75/configure-4306-	expr "X$arg" : "X\\(.*\\)$as_nl";
postal-0.75/configure:4307:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
postal-0.75/configure-4308-      esac;
##############################################
postal-0.75/configure-4383-# ----------------------------------------
postal-0.75/configure:4384:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
postal-0.75/configure-4385-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
postal-0.75/configure-4455-  {
postal-0.75/configure:4456:    as_val=`expr "$@" || test $? -eq 1`
postal-0.75/configure-4457-  }
##############################################
postal-0.75/configure-4559-      case $as_dir in #(
postal-0.75/configure:4560:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
postal-0.75/configure-4561-      *) as_qdir=$as_dir;;
##############################################
postal-0.75/configure-4690-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
postal-0.75/configure:4691:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
postal-0.75/configure-4692-ac_cs_version="\\
##############################################
postal-0.75/configure-4713-  --*=?*)
postal-0.75/configure:4714:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
postal-0.75/configure:4715:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
postal-0.75/configure-4716-    ac_shift=:
##############################################
postal-0.75/configure-4718-  --*=)
postal-0.75/configure:4719:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
postal-0.75/configure-4720-    ac_optarg=
##############################################
postal-0.75/configure-4742-    case $ac_optarg in
postal-0.75/configure:4743:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
postal-0.75/configure-4744-    '') as_fn_error $? "missing file argument" ;;
##############################################
postal-0.75/configure-4750-    case $ac_optarg in
postal-0.75/configure:4751:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
postal-0.75/configure-4752-    esac
##############################################
postal-0.75/configure-4875-fi
postal-0.75/configure:4876:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
postal-0.75/configure-4877-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
postal-0.75/configure-4892-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
postal-0.75/configure:4893:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
postal-0.75/configure-4894-ac_delim='%!_!# '
##############################################
postal-0.75/configure-4898-
postal-0.75/configure:4899:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
postal-0.75/configure-4900-  if test $ac_delim_n = $ac_delim_num; then
##############################################
postal-0.75/configure-5036-for ac_last_try in false false :; do
postal-0.75/configure:5037:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
postal-0.75/configure-5038-  if test -z "$ac_tt"; then
##############################################
postal-0.75/configure-5168-      esac
postal-0.75/configure:5169:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
postal-0.75/configure-5170-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
postal-0.75/configure-5227-*)
postal-0.75/configure:5228:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
postal-0.75/configure-5229-  # A ".." for each directory in $ac_dir_suffix.
postal-0.75/configure:5230:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
postal-0.75/configure-5231-  case $ac_top_builddir_sub in
##############################################
postal-0.75/configure-5283-/@mandir@/p'
postal-0.75/configure:5284:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
postal-0.75/configure-5285-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
postal-0.75/configure-5300-
postal-0.75/configure:5301:# Neutralize VPATH when `$srcdir' = `.'.
postal-0.75/configure-5302-# Shell code in configure.ac might set extrasub.
##############################################
postal-0.75/configure-5327-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
postal-0.75/configure:5328:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
postal-0.75/configure-5329-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
postal-0.75/debian/changelog-318-  * Removed all utsname() code, so the hostname/domainname kernel values are
postal-0.75/debian/changelog:319:    not used any more at all!  Now do gethostbyaddr() to get the name of the
postal-0.75/debian/changelog-320-    local end of the connection for EHLO.  Closes: #63973
##############################################
postal-0.75/install.sh-49-if [ -d $dstpath ]; then
postal-0.75/install.sh:50:    dstpath=`echo "$dstpath" | sed -e 's:/$::'`
postal-0.75/install.sh-51-    dstisdir=1
##############################################
postal-0.75/install.sh-65-    if [ $dstisdir = 1 ]; then
postal-0.75/install.sh:66:        dstfile=`echo "$src" | sed -e 's;.*/\([^/]*\)$;\1;'`
postal-0.75/install.sh-67-        dst="$dst/$dstfile"
##############################################
postal-0.75/missing-119-	*.y)
postal-0.75/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
postal-0.75/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
postal-0.75/missing-123-	    fi
postal-0.75/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
postal-0.75/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
postal-0.75/missing-149-	*.l)
postal-0.75/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
postal-0.75/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
postal-0.75/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
postal-0.75/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
postal-0.75/missing-171-    if test -z "$file"; then
postal-0.75/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
postal-0.75/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
postal-0.75/missing-174-    fi
##############################################
postal-0.75/mkinstalldirs-12-do
postal-0.75/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
postal-0.75/mkinstalldirs-14-   shift
##############################################
postal-0.75/sh.common-68-            -[a-zA-Z0-9])
postal-0.75/sh.common:69:                opt_OPT=`echo "x$1" | cut -c3-`
postal-0.75/sh.common-70-                opt_ARG=''
##############################################
postal-0.75/sh.common-105-            echo "$msgprefix:Error: unknown option: \`-$opt_OPT'" 1>&2
postal-0.75/sh.common:106:            echo "$msgprefix:Hint:  run \`$toolcmdhelp -h' or \`man shtool' for details" 1>&2
postal-0.75/sh.common-107-            exit 1
##############################################
postal-0.75/sh.common-112-    echo "$msgprefix:Error: missing argument to option \`-$opt_PREV'" 1>&2
postal-0.75/sh.common:113:    echo "$msgprefix:Hint:  run \`$toolcmdhelp -h' or \`man shtool' for details" 1>&2
postal-0.75/sh.common-114-    exit 1
##############################################
postal-0.75/sh.common-127-            echo "$msgprefix:Error: invalid number of arguments (exactly $arg_NUMS expected)" 1>&2
postal-0.75/sh.common:128:            echo "$msgprefix:Hint:  run \`$toolcmd -h' or \`man shtool' for details" 1>&2
postal-0.75/sh.common-129-            exit 1
##############################################
postal-0.75/sh.common-134-            echo "$msgprefix:Error: invalid number of arguments (at least $arg_NUMS expected)" 1>&2
postal-0.75/sh.common:135:            echo "$msgprefix:Hint:  run \`$toolcmd -h' or \`man shtool' for details" 1>&2
postal-0.75/sh.common-136-            exit 1
##############################################
postal-0.75/smtp.cpp-33-  struct hostent *h;
postal-0.75/smtp.cpp:34:  h = gethostbyaddr((char *)&(in.sin_addr), sizeof(in.sin_addr), AF_INET);
postal-0.75/smtp.cpp-35-  if(!h)
##############################################
postal-0.75/tcp.cpp-33- , m_open(false)
postal-0.75/tcp.cpp:34: , m_addr(new address(addr, default_port))
postal-0.75/tcp.cpp:35: , m_sourceAddr(NULL)
postal-0.75/tcp.cpp-36- , m_debug(debug)
##############################################
postal-0.75/tcp.cpp-77- , m_open(false)
postal-0.75/tcp.cpp:78: , m_addr(parent->m_addr)
postal-0.75/tcp.cpp:79: , m_sourceAddr(parent->m_sourceAddr)
postal-0.75/tcp.cpp-80- , m_debug(parent->m_debug ? new Logit(*(parent->m_debug), threadNum) : NULL)
##############################################
postal-0.75/tcp.cpp-119-  sockaddr *sa;
postal-0.75/tcp.cpp:120:  sa = m_addr->get_addr(m_destAffinity);
postal-0.75/tcp.cpp-121-  if(!sa)
##############################################
postal-0.75/tcp.cpp-133-    sockaddr *source;
postal-0.75/tcp.cpp:134:    source = (sockaddr *)m_sourceAddr->get_rand_addr();
postal-0.75/tcp.cpp-135-    rc = bind(m_fd, source, sizeof(struct sockaddr_in));