X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Femail%2Fmove_spams_and_check.sh;h=ababe18e2e9d8a24db6b24522a0921e6b983b041;hb=07dd400db79b4f8aad1924f0d60449a95d8604f5;hp=0902a35c8392312bf4ffd3d6af7c81d53b15c671;hpb=88a4dcce8283a35723c94386b974a543852b77dc;p=feisty_meow.git 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"