############################################################################
# For help on the contents of this file, see the "register.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
# drop all incoming mail in the "In" folder.
############################################################################

# RexxMail system messages go into a separate subfolder of the "In Archive"
# folder.
#
# Mail from Marcus de Geus or with "rexxmail" in its subject line goes
# into the "RexxMail" subfolder.
#
# Note the spelling of the subfolder specs to ensure that the folders will
# be created with the correct capitalization if they do not already exist:

RexxMail System Messages	=	FROM: rexxmail-messages@localhost

RexxMail	=	FROM:    marcus@degeus.com
			SUBJECT: rexxmail

# Everything else goes to the default destination, which is the 'In' folder.