diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-31 21:54:36 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-31 21:54:36 +0200 |
commit | a1d56564fdf8aa700468fb9feebe9cb05e4ab584 (patch) | |
tree | 2999b932bb321f34f1723805f8e6e6f3ca085c82 /procmailrc.example | |
parent | 356e7d79925f91b9b703ee63e3680694c53a59a4 (diff) |
update and improve documentation (WIP)
Diffstat (limited to 'procmailrc.example')
-rw-r--r-- | procmailrc.example | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/procmailrc.example b/procmailrc.example deleted file mode 100644 index 5f0e517..0000000 --- a/procmailrc.example +++ /dev/null @@ -1,17 +0,0 @@ -# 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"/ -} |