X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Femail%2Fmove_spams_and_check.sh;h=0902a35c8392312bf4ffd3d6af7c81d53b15c671;hb=e77d89eb4a86eb0baa2daddc3c5a9567111e5bc2;hp=80d13fd62dce9cf8fb5fdcb0396f8b14dfe5406c;hpb=5f3efe2c801b277e52a9af90724bbd2857b4518c;p=feisty_meow.git diff --git a/scripts/email/move_spams_and_check.sh b/scripts/email/move_spams_and_check.sh index 80d13fd6..0902a35c 100644 --- a/scripts/email/move_spams_and_check.sh +++ b/scripts/email/move_spams_and_check.sh @@ -6,7 +6,7 @@ # after the spam is all snagged, it is scanned for any untoward presence # of non-spam folks using the user's valid email list. -source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" # the storage area that the spam catcher tool puts the suspected spam into. SPAM_SPOOL="/var/spool/sa-exim" @@ -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/database/lists/email_addresses.txt" +EMAIL_WHITE_LIST="$HOME/cloud/infobase/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"