############################################################################
# For help on the contents of this file, see the "collect.txt" topic in the
# RexxMail Reference Guide.
############################################################################
# The contents of this file act as a top-down filter, which means that
# matching lines higher up take precedence over matches lower down.
############################################################################
# The default behaviour (which also applies if this file is missing) is to
# collect each waiting message and delete it from the server (i.e. "GET").
############################################################################

############################################################################
# Sample entries:
############################################################################
# Any mail from the first address, or for the second one, is to be deleted
# from the server without collecting it (note that the action, e.g. "DELETE"
# must always be at the start of the line):
#
# DELETE   = FROM:    spam@spammers.com
#            TO:      windows-user@my.net
#
# Any remaining mail for the following users is to be skipped. e.g. so it
# can be collected by someone else:
#
# SKIP     = TO:      another.user@my.net
#            TO:      someone.else@my.net
#
# Any remaining mail from me with "rexxmail" in its subject line is to
# be collected, but not to be deleted from the server:
#
# KEEP     = FROM:    marcus@degeus.com & SUBJECT: rexxmail
#
# Any remaining mail with any of the following words in the subject line is
# to be deleted from the server without collecting it:
#
# DELETE   = SUBJECT: taxes
#            SUBJECT: debts
#            SUBJECT: bills
#
# Get any remaining mail from me and then delete it from the server:
#
# GET      = FROM   : marcus@degeus.com
#
# Any remaining mail is to be skipped (e.g. for collection by someone else):
#
# SKIP
############################################################################
