Single Page

Top Document: Filtering Mail FAQ
Previous Document: 2.2.2 Alternate .forward files
Next Document: 2.4 Tracking Your Incoming Mail


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

2.3 Explanation of Test Recipe


The recipe you used for testing is:

:0:
* ^Subject:.*test
IN.testing


The meaning of this recipe is:

Notation            Meaning
========            =======
:0                  Begin a recipe
  :                 Use a lock file
*                   Begin a condition 
  ^                 Match the beginning of a line followed by....
   Subject:         ``Subject:'' followed by....
           .        any character (.) followed by....
            *       0 or more of preceding character (any character in this 
                       case) followed by....
              test  ``test''
IN.testing          If successful match, put in folder $MAILDIR/IN.testing



Top Document: Filtering Mail FAQ
Previous Document: 2.2.2 Alternate .forward files
Next Document: 2.4 Tracking Your Incoming Mail

Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
FAQ Editor <faq-editor@ii.com>

Last Update May 13 2007 @ 00:23 AM