From: Chris Koeritz Date: Sun, 23 Jun 2013 16:29:16 +0000 (-0400) Subject: updated for new locations of data files. which should be abstracted out into some X-Git-Tag: 2.140.90~972 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=5f3efe2c801b277e52a9af90724bbd2857b4518c;p=feisty_meow.git updated for new locations of data files. which should be abstracted out into some kind of configuration file... --- diff --git a/scripts/email/move_spams_and_check.sh b/scripts/email/move_spams_and_check.sh index 43846ebe..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/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" diff --git a/scripts/schedule/generate_reminders.pl b/scripts/schedule/generate_reminders.pl index e5177c6b..e8d8356e 100644 --- a/scripts/schedule/generate_reminders.pl +++ b/scripts/schedule/generate_reminders.pl @@ -43,7 +43,7 @@ local($CAL_FILE); if (! $CAL_FILE) { # print "the CAL_FILE variable is not set.\n"; # print "defaulting it to a value that probably does not suit you.\n"; - $CAL_FILE = "$CLOUD_DIR/database/calendar.dat"; + $CAL_FILE = "$CLOUD_DIR/database/lists/calendar.dat"; } #print "calfile is $CAL_FILE\n";