diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-30 16:15:20 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-30 16:15:20 +0200 |
commit | 3e96aaa793e6bccc89006d55b0b6f49ac56907ec (patch) | |
tree | b2fa75cdadf112b5b6a6def3809d2b04ae162881 /procmailrc.example | |
parent | e88ade983fca58fc5b5592be4ad7734ae0bb121f (diff) |
sfeed_maildir: initial version, needs more work
Diffstat (limited to 'procmailrc.example')
-rw-r--r-- | procmailrc.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/procmailrc.example b/procmailrc.example new file mode 100644 index 0000000..5f0e517 --- /dev/null +++ b/procmailrc.example @@ -0,0 +1,17 @@ +# Example for use with sfeed_maildir. +# The header X-Feedname is used to split into separate maildirs. It is assumes +# this name is sane. + +MAILDIR="$HOME/feeds/" + +:0 +* ^X-Feedname: \/.* +{ + FEED="$MATCH" + + :0 Wh: "msgid_$FEED.lock" + | formail -D 1024000 ".cache/msgid_$FEED.cache" + + :0 + "$FEED"/ +} |