# constant definitions used by various spamdb scripts
#
# you shouldn't need to change anything in this file.

SPAMDB=/var/spamdb

# INCDIR is where to store the files fetched by the fetcher scripts.
INCDIR=$SPAMDB/include

# these are the intermediate output spamdb files.
# i.e. the spamdb files themself, which are used by the converter
# scripts to produce MTA specific blocking files.

DOMAINS_FILE=$SPAMDB/SpamDomains
SPAMMERS_FILE=$SPAMDB/Spammers
NETS_FILE=$SPAMDB/SpamNets

# these define the local include and exclude lists
INCDOM=/etc/spamdb/include.domains
INCSPM=/etc/spamdb/include.spammers
INCNET=/etc/spamdb/include.nets

EXCDOM=/etc/spamdb/exclude.domains
EXCSPM=/etc/spamdb/exclude.spammers
EXCNET=/etc/spamdb/exclude.nets


