############################################################################
# For help on the contents of this file, see the "view.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
# leave all received mail in the "In" folder after viewing.
############################################################################

############################################################################
# Sample entries:
############################################################################
# We don't want to keep any remaining mail from this address, or with
# "winwinwin" in the subject line after viewing:
#
# *DELETE*        = <junkmail@spammers.com; =winwinwin;
#
# Any remaining mail from this address is to be left in the "In" folder:
#
# *SKIP*         = <boss@local.lan;
############################################################################

############################################################################
# Mail from Marcus de Geus and mail with "rexxmail" in its subject line goes
# into the "RexxMail" subfolder of the "In Archive" folder after viewing:

*\RexxMail      = <marcus@degeus.com; =rexxmail;

############################################################################
# Everything else goes in the "Read" folder after viewing:

*\Read          = *DEFAULT*;
