# subject command
#
# The mail gateway compares lines in this file to the subject line of
# the mail.
#
# Each line consists of two items - a perl regular expression and a
# command to do.  They are separated by a "->".  
#
# White space on either side of the "->" is ignored, as is any leading 
# white space on the line.  All other white space is significant.
#
# If the subject line of the mail matches the regular expression, the
# command is carried out.  
#  - If the command starts with a &, it is assumed to be a perl routine 
#    that the mail gateway understands.
#  - If the command starts with a /, it is assumed to be a program, which
#    all of the mail is passed to.
#  - Anything else is considered bogus and is ignored.
#
# Comments and blank lines are ignored.

testing autoreply -> &subject_test_autoreply
