]> 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:

filter ardex into its own folder
[etc/mailfilter.git] / procmail / rules / all
1 :0
2 * ! DEST ?? .
3 {
4   :0
5   * ! DELAY ?? .
6   { DELAY="$DELAY_TONIGHT" }
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   INCLUDERC=$PMRULES/ul
15
16   INCLUDERC=$PMRULES/mldonkey
17
18   INCLUDERC=$PMRULES/test-messages
19   INCLUDERC=$PMRULES/dsn
20   INCLUDERC=$PMRULES/gpg
21   INCLUDERC=$PMRULES/cron
22
23   INCLUDERC=$PMRULES/signmeup
24 }
25
26 # vim:ft=procmail