# This is the sample $HOME/.spam-migrator-rc # # comments are lines that begin with # # or lines with a space before the # # if you don't have one of these, then it just uses the defaults # Empty lines are ignored, the spaces between the KEYS and the = are # optional, it will take everything to the end of the line including spaces # as the value (though not leading spaces.) # Base directory in Maildir format DIR = /home/user/Maildir # The directory with messages to be marked as spam SPAM_DIR = /home/user/Maildir/.markasspam # The directory with messages that were incorrectly marked as spam HAM_DIR = /home/user/Maildir/.markasnotspam # The directory where messages that are spam should live BAD_DIR = /home/user/.spam # The directory that messages that a person wishes to keep should go GOOD_DIR = /home/user/Maildir # Path to Bogofilter BOGOFILTER = /usr/bin/bogofilter # Flags to remove words from non-spam list and add those words to spam SPAM_FLAGS = -Ns # Flags to remove words from the spam list and add those words to the non-spam HAM_FLAGS = -Sn