Penguin
Diff: ProcmailNotes
EditPageHistoryDiffInfoLikePages

Differences between version 6 and predecessor to the previous major change of ProcmailNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Friday, March 4, 2005 11:32:39 am by JohnMcPherson Revert
Older page: version 2 Last edited on Saturday, August 16, 2003 10:10:54 pm by StuartYeates Revert
@@ -1,15 +1,23 @@
-Some sample recipies:  
+!! Documentation  
  
+See procmailex(5) and procmailrc(5).  
  
-! Filter out duplicate emails  
- :0 Wh: msgid.log  
- | formail -D 65536 /home/perry/.msgid.cache  
  
-!Filter (some) mailing lists into their own [MailBox]  
- ::  
- * ^List-Post:.*< !mailto:\/[[A-Za-z0-9][[-A-Za-z0-9\.@]+  
- lists/$MATCH  
+!! Filter out duplicate emails  
  
- ::  
- * ^Sender: owner-\/[[A-Za-z0-9][[-A-Za-z0-9\.@]+  
- lists/$MATCH 
+<verbatim>  
+:0 Wh: msgid.log  
+| formail -D 65536 /home/perry/.msgid.cache  
+</verbatim>  
+  
+!! Filter (some) mailing lists into [MailBox]es according to list address  
+  
+<verbatim>  
+::  
+* ^List-Post:.*<!mailto:\/[A-Za-z0-9][-A-Za-z0-9\.@]+  
+lists/$MATCH  
+  
+ ::  
+* ^Sender: owner-\/[[A-Za-z0-9][[-A-Za-z0-9\.@]+  
+lists/$MATCH  
+</verbatim>