From 132789699f362b717649274e43a89a6efd1460ff Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 16 May 2018 17:06:03 -0400 Subject: [PATCH] cleaned old code, fixed path --- scripts/archival/snarf_notes.pl | 1 - scripts/email/move_spams_and_check.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index e41c2e85..56fe7a6f 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -41,7 +41,6 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); &backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt", "makefile*")); # gather any directories in our home that match these often recurring patterns. -#retired since this is a repo now: &snarf_by_pattern($snarf_file_base, "$root", "cloud"); &snarf_by_pattern($snarf_file_base, "$root", "crucial"); &snarf_by_pattern($snarf_file_base, "$root", "idea"); &snarf_by_pattern($snarf_file_base, "$root", "issue"); diff --git a/scripts/email/move_spams_and_check.sh b/scripts/email/move_spams_and_check.sh index 0902a35c..ababe18e 100644 --- a/scripts/email/move_spams_and_check.sh +++ b/scripts/email/move_spams_and_check.sh @@ -14,7 +14,7 @@ SPAM_SPOOL="/var/spool/sa-exim" SPAM_HOLD="$HOME/spamcrud" # the white list needs to be a file of good email addresses that will # probably never send spam. it should be formatted one address to a line. -EMAIL_WHITE_LIST="$HOME/cloud/infobase/lists/email_addresses.txt" +EMAIL_WHITE_LIST="$CLOUD_BASE/magic_cabinet/lists/email_addresses.txt" # we'll save a report of the spam checks in the file below. REPORT_FILE="$HOME/spam_check_report_$(date_stringer).txt" -- 2.34.1