X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Femail%2Fmove_spams_and_check.sh;h=80d13fd62dce9cf8fb5fdcb0396f8b14dfe5406c;hb=a53d220e8b3876a8d43b09364af32db379c910dd;hp=036e8274eb4ec48e9a3b1defd7f93fc8c1c516f7;hpb=e0f26c9b770337425ac26c56f09595a65d91959c;p=feisty_meow.git diff --git a/scripts/email/move_spams_and_check.sh b/scripts/email/move_spams_and_check.sh index 036e8274..80d13fd6 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/quartz/database/email_addresses.txt" +EMAIL_WHITE_LIST="$HOME/cloud/database/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"