updated for new locations of data files. which should be abstracted out into some
[feisty_meow.git] / scripts / email / move_spams_and_check.sh
index 43846ebe382919695ec3941f2b7f31716aad9ba6..80d13fd62dce9cf8fb5fdcb0396f8b14dfe5406c 100644 (file)
@@ -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/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"