# BOUNCE bounce the meesage YES/NO
# DEBUG YES/NO if YES then do not perform the action, only report it
# REPORT YES/NO
# SHORTLOGS YES/NO/DISABLE YES=short log, NO=verbose log, DISABLE= no log
#
BOUNCE=YES
DEBUG=NO
REPORT=NO
SHORTLOGS=YES

# Default settings for the checkfiles,
# meaning: if no match, what will happen
# PASS or DROP
#
DEFAULT_ALLOW=PASS
DEFAULT_RECEIVE=DROP
DEFAULT_DENY=PASS
DEFAULT_SUBJECT=PASS

# Action to take when a match is found.
# The checks are done in the order of appearence in this file.
# Contents of the:
# ALLOW and DENY files are checked against the sender of the mail.
# RECEIVE file is checked against To: and Cc:
# SUBJECT file is checked against the Subject:, if subject is present.
# PASS means if match then pass
# DROP means if match then drop
# CONTINUE means continue checking the next file.
# STOP means do not check the rest of the files.
# CONTINUE and STOP has no effect, if there's no match.
#
ALLOW=PASS,STOP
RECEIVE=PASS,CONTINUE
DENY=DROP,CONTINUE
SUBJECT=DROP,CONTINUE
