Penguin
Diff: ProcmailNotes
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of ProcmailNotes.

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

Newer page: version 5 Last edited on Monday, February 9, 2004 10:05:22 am by AristotlePagaltzis Revert
Older page: version 4 Last edited on Monday, February 9, 2004 10:02:21 am by AristotlePagaltzis Revert
@@ -1,18 +1,22 @@
-Some sample recipes:  
+!! Documentation  
  
-! Filter out duplicate emails  
+See procmailex(5) and procmailrc(5).  
  
- :0 Wh: msgid.log  
- | formail -D 65536 /home/perry/.msgid.cache  
+!! Filter out duplicate emails  
  
-!Filter (some) mailing lists into their own [MailBox]  
+<verbatim>  
+:0 Wh: msgid.log  
+| formail -D 65536 /home/perry/.msgid.cache  
+</verbatim>  
  
- ::  
- * ^List-Post:.*< !mailto:\/ [[A-Za-z0-9 ][[-A-Za-z0-9\.@]+  
- lists/$MATCH  
+!! Filter (some) mailing lists into [MailBox ]es according to list address  
  
- ::  
- * ^Sender: owner -\/[ [A-Za-z0-9][ [-A-Za-z0-9\.@]+  
- lists/$MATCH 
+<verbatim>  
+ ::  
+* ^List -Post:.*<!mailto: \/[A-Za-z0-9][-A-Za-z0-9\.@]+  
+lists/$MATCH 
  
-See procmailex(5) and procmailrc(5) for exhaustive documentation of Procmail recipes
+::  
+* ^Sender: owner-\/[[A-Za-z0-9][[-A-Za-z0-9\ .@]+  
+lists/$MATCH  
+</verbatim>