blob: 023fd1a862b24620d3e5d7dd46b2e7c228275b73 [file] [log] [blame]
# These will be overriden by any sections below
[DEFAULT]
# To start piping public-inbox messages into your inbox, simply
# install procmail and add the following line to your ~/.procmailrc:
# DEFAULT=$HOME/Maildir/
# You can now read your mail with "mutt -f ~/Maildir/"
pipe = /usr/bin/procmail
# You can use ~/ for paths in your home dir
logfile = ~/pi-piper.log
# Can be "info" or "debug". Note, that debug will have message bodies as well.
loglevel = info
# Overrides for any defaults. You may not need any if all you want is to pipe all mirrored
# public-inboxes to procmail.
# Naming:
# We will perform simple shell-style globbing using the following rule:
# /{section}/git/*.git,
# so, for a section that matches /alsa-devel/git/0.git, name it "alsa-devel"
[alsa-devel]
# Use a different config file for this one
pipe = /usr/bin/procmail /path/to/some/other/procmailrc
[lkml]
# Setting pipe = None allows ignoring this particular list
pipe = None