Content examples.export\
	{}\
	"Examples of recipes"\
	"This file is a set of recipe examples, which shows some different uses 
of the module. You may use this as an stat up example as all the recipes are disabled from the beginning."

Content filter.export\
	{}\
	"Filter to sort folders"\
	"This is an example of a recipe, which may sort a file containing several messages into new folders based on the sender of each letter, and on the date of arrival for each letter.
To use this recipe, invoke procmail/formail this way:
  cat <file> | formail -s procmail <procmail-file>
<file> is the file, which you wish to sort, and <procmail-file> is the filename of the generated recipe. Thus if you wish to sort a file called sent-messages and you have generated this recipe to the file ~/dot.procmailrc, you should write:
  cat sent-messages | formail -s procmail ~/dot.procmailrc
NOTE: The filename of the procmail file must be an absolute filename. (I.e. it must not be relative to your current directory!)"


