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

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:

add subject cleaner
[etc/mailfilter.git] / procmail / procmailrc
1 #!/usr/bin/procmail -t
2
3 #LOGFILE=$HOME/.var/procmail/log
4 #LOGABSTRACT=no
5 #VERBOSE=yes
6
7 PMDIR=$HOME/.etc/mailfilter/procmail
8
9 INCLUDERC=$PMDIR/defer
10
11 INCLUDERC=$PMDIR/earlyquirks
12
13 INCLUDERC=$PMDIR/defines
14
15 #VERBOSE=yes
16
17 INCLUDERC=$PMDIR/logging
18 #INCLUDERC=$PMDIR/msgid-index
19
20 INCLUDERC=$PMDIR/log-injected
21
22 INCLUDERC=$PMDIR/ignore
23
24 INCLUDERC=$PMDIR/smsmail
25
26 INCLUDERC=$PMDIR/flag-test-messages
27
28 INCLUDERC=$PMDIR/dejavu
29 INCLUDERC=$PMDIR/cleanup
30 INCLUDERC=$PMDIR/eqdomains
31
32 INCLUDERC=$PMDIR/duplicates
33
34 INCLUDERC=$PMDIR/attach-mdn
35
36 #INCLUDERC=$PMDIR/to-gmail
37
38 INCLUDERC=$PMDIR/justme
39
40 INCLUDERC=$PMDIR/spamfilter
41
42 INCLUDERC=$PMDIR/handlespam
43
44 #INCLUDERC=$PMDIR/autoreplies
45 INCLUDERC=$PMDIR/vacation
46
47 INCLUDERC=$PMDIR/tickle
48
49 INCLUDERC=$PMDIR/tnef-filter
50
51 INCLUDERC=$PMDIR/listquirks
52 INCLUDERC=$PMDIR/subject-cleaner
53
54 INCLUDERC=$PMRULES/all
55
56 INCLUDERC=$PMDIR/addheaders
57
58 #INCLUDERC=$PMDIR/lurker
59 INCLUDERC=$PMDIR/spool
60
61 #TODO: only spool after delayed delivery
62
63 INCLUDERC=$PMDIR/delay-delivery
64
65 SWITCHRC=$PMDIR/deliver