X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Femail%2Fmove_spams_and_check.sh;h=e4bfd43ad4d5de3b46db11bebdefb57333f1a899;hb=4bd5169eb75c769397e1c86069f9d2356c89d63d;hp=43846ebe382919695ec3941f2b7f31716aad9ba6;hpb=d49d9f784d7c3eb51ec1d48cb3689677f29a8d72;p=feisty_meow.git diff --git a/scripts/email/move_spams_and_check.sh b/scripts/email/move_spams_and_check.sh index 43846ebe..e4bfd43a 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/database/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"