===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sieve-connect-0.90/sieve-connect.pl-274-	# sieveshell compatibility.
sieve-connect-0.90/sieve-connect.pl:275:	my $where = $ARGV[0];
sieve-connect-0.90/sieve-connect.pl-276-	if ($where =~ m!^\[([^]]+)\]:(.+)\z!) {
##############################################
sieve-connect-0.90/sieve-connect.pl-1617-	while (1) {
sieve-connect-0.90/sieve-connect.pl:1618:		system(@editor_cmd, $localfn);
sieve-connect-0.90/sieve-connect.pl-1619-		if ($?) {
##############################################
sieve-connect-0.90/ChangeLog-73-    interactive, those problems are actual errors which should cause us to
sieve-connect-0.90/ChangeLog:74:    exit non-zero for tooling to be able to rely upon `$?`.
sieve-connect-0.90/ChangeLog-75-    
##############################################
sieve-connect-0.90/ChangeLog-108-       verification is enabled then `--noclearchan` is implicitly assumed
sieve-connect-0.90/ChangeLog:109:       + unless `$SIEVECONNECT_INSECURE_CLEARTEXT_FALLBACK` set non-empty
sieve-connect-0.90/ChangeLog-110-         in environment
##############################################
sieve-connect-0.90/ChangeLog-261-    binary for locations, we now do the same thing that the library init
sieve-connect-0.90/ChangeLog:262:    would do, and preferentially honour `$SSL_CERT_DIR` and then
sieve-connect-0.90/ChangeLog:263:    `$SSL_CERT_FILE` as locations.
sieve-connect-0.90/ChangeLog-264-    
##############################################
sieve-connect-0.90/README.md-110-Rather than rebuild Perl with `-DPERL_USE_SAFE_PUTENV`, when this affected me I
sieve-connect-0.90/README.md:111:chose to avoid having readline mess with `$LINES`/`$COLUMNS` and just edited
sieve-connect-0.90/README.md:112:`readline-$VER/terminal.c` to disable the call to `sh_set_lines_and_columns()`.
sieve-connect-0.90/README.md-113-
##############################################
sieve-connect-0.90/find-perl58.sh-14-			try="$d/$n"
sieve-connect-0.90/find-perl58.sh:15:			min=`"$try" -le 'print $]' | cut -d . -f 2 | cut -c 1-3`
sieve-connect-0.90/find-perl58.sh:16:			min=`echo "$min" | sed 's/^00*//'`
sieve-connect-0.90/find-perl58.sh-17-			expr $min \>= $need_minor >/dev/null 2>&1