URI:
       procmailrc - sfeed_tests - sfeed tests and RSS and Atom files
  HTML git clone git://git.codemadness.org/sfeed_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       procmailrc (339B)
       ---
            1 # Example for use with sfeed_mbox(1).
            2 # The header X-Feedname is used to split into separate maildirs. It is
            3 # assumed this name is sane.
            4 
            5 MAILDIR="$HOME/p/sfeed_tests/input/sfeed_mbox/procmail/maildir/"
            6 
            7 :0
            8 * ^X-Feedname: \/.*
            9 {
           10         FEED="$MATCH"
           11 
           12         :0 Wh: "msgid_$FEED.lock"
           13         | formail -D 1024000 ".cache/msgid_$FEED.cache"
           14 
           15         :0
           16         "$FEED"/
           17 }