Use the right save dirs
This commit is contained in:
parent
d112e21599
commit
eac91c85e5
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ readonly SPAMDIR="${MAILDIR}/Spam"
|
|||
#readonly HAMDIR="${MAILDIR}/Ham"
|
||||
|
||||
# The spam/ham found are saved for future reference.
|
||||
readonly SAVE_SPAM_DIR="${HOME}/spamassassin/spam/"
|
||||
readonly SAVE_HAM_DIR="${HOME}/spamassassin/ham/"
|
||||
readonly SAVE_SPAM_DIR="${HOME}/spam-assassin/spam/"
|
||||
readonly SAVE_HAM_DIR="${HOME}/spam-assassin/ham/"
|
||||
|
||||
# The minimum age (in days) of spam to be processed.
|
||||
readonly SPAM_MIN_AGE="5"
|
||||
|
|
Loading…
Reference in a new issue