############################################################################
# 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 then delete it from the server.
############################################################################

############################################################################
# Sample entries:
############################################################################
# Any mail from the first address, or for the second one, is to be deleted
# from the server without collecting it (see also the "JunkMail" topic in
# the RexxMail Reference):
#
# *DELETE* = <spam@spammers.com; >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* = >another.user@my.net; >someone.else@my.net;
#
# Any remaining mail with "rexxmail" in its subject line is to be collected,
# but not to be deleted from the server:
#
# *KEEP* = <marcus@degeus.com; =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* = =taxes; =debts; =bills;
#
# Get any remaining mail from Marcus de Geus and then delete it from the
# server:
#
# *GET* = <marcus@degeus.com;
#
# Any remaining mail is to be skipped:
#
# *SKIP* = *DEFAULT*;
############################################################################
