Penguin
Diff: ProcmailNotes
EditPageHistoryDiffInfoLikePages

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

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

Newer page: version 7 Last edited on Thursday, June 2, 2005 12:35:59 pm by AristotlePagaltzis Revert
Older page: version 2 Last edited on Saturday, August 16, 2003 10:10:54 pm by StuartYeates Revert
@@ -1,15 +1,22 @@
-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 out duplicate [Email]s  
  
-!Filter (some) mailing lists into their own [MailBox]  
- ::  
- * ^List -Post:.*<!mailto:\ /[[A-Za-z0-9][[-A-Za-z0-9\ .@]+  
- lists /$MATCH  
+<verbatim>  
+:0 Wh : msgid.log  
+| formail -D 65536 /home/perry /.msgid.cache  
+< /verbatim>  
  
- ::  
- * ^Sender: owner-\/[[A-Za-z0-9][[-A-Za-z0-9\.@]+  
- lists/$MATCH 
+!! 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>