  @X0EThis is the FILTERS that when found that a message will *NOT* be
  included in your packet.

  You are given 5 lines that you may use.  Each line is searched seperately
  in each message for a conference that you have identified as being used
  for filters.

  The use of AND OR NOT (& | !) characters can be used.  You may also use
  parenthesis to be more specific.

  Examples:

  (CAM-MAIL | CAM-BLUE | CAM-) & (DOOR | CAM DEBUCK)

  With the example above, a message MUST contain either CAM-MAIL or CAM-BLUE
  or CAM- *AND* it must contain either DOOR or CAM DEBUCK in order for it to
  be NOT included in the mail packet.  Please note that "CAM DEBUCK" is
  searched for as one entire string.  So if a message was something like this:

    Cam and his wife shauna debuck are pleased announced Cam-Mail BLUE....

  In that type of a message it *WOULD* be included in the packet because
  only CAM-MAIL would be found (as DOOR or the full word of "CAM DEBUCK" was
  not located).  Now if we had changed "CAM DEBUCK" to "SHAUNA DEBUCK", then
  the message *NOT* be included in the mail packet.

  The use of & | ! can be very powerfull.  Use them as needed.

@WAIT@
