]> git.madduck.net Git - etc/mailfilter.git/blob - procmail/rules/all

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

delay only until afternoon
[etc/mailfilter.git] / procmail / rules / all
1 :0
2 * ! DEST ?? .
3 {
4   :0
5   * ! DELAY ?? .
6   { DELAY="$DELAY_AFTERNOON" }
7
8   INCLUDERC=$PMRULES/feeds
9   INCLUDERC=$PMRULES/mass
10   INCLUDERC=$PMRULES/admin
11   INCLUDERC=$PMRULES/ardex
12   INCLUDERC=$PMRULES/sudetia
13   INCLUDERC=$PMRULES/debian
14
15   INCLUDERC=$PMRULES/mldonkey
16
17   INCLUDERC=$PMRULES/test-messages
18   INCLUDERC=$PMRULES/dsn
19   INCLUDERC=$PMRULES/gpg
20   INCLUDERC=$PMRULES/cron
21
22   INCLUDERC=$PMRULES/signmeup
23 }
24
25 # vim:ft=procmail