############################################################################
# For help on the contents of this file, see the "send.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 sent mail in the "Out" folder.
############################################################################

############################################################################
# Sample entries:
############################################################################
# Any mail sent from Bill's domain or with the W word in the subject line
# needs to be deleted:
#
# DELETE		=	FROM		:	microsoft.com
#				SUBJECT	:	windows
#
# Any remaining mail to this address is to be left in the "Out" folder:
#
# SKIP		=	TO		:	boss@local.lan
############################################################################

############################################################################
# Mail to Marcus de Geus and anything with "rexxmail" in its subject line
# goes into the "RexxMail" subfolder of the "Out Archive" folder after
# sending:

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

############################################################################
# Everything else goes into the "Sent" subfolder of the "Out Archive" folder
# after sending:

Sent
