# This is the only thing that needs to be configured to start off with
BOUNCE_ENV_SENDER = "tmda-blackhole@domain.com"
# The rest of this can normally be left "as is" (at least for starters).
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_BLACKLIST_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/incoming.log")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/debug.log")
