[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: Filtering Mail FAQ
Previous Document: 2.2.2 Alternate .forward files
Next Document: 2.4 Tracking Your Incoming Mail
-
Search the FAQ Archives
Single Page
Top Document: Filtering Mail FAQ
Previous Document: 2.2.2 Alternate .forward files
Next Document: 2.4 Tracking Your Incoming Mail
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 | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
FAQ Editor <faq-editor@ii.com>
Last Update October 22 2009 @ 05:26 AM