]> git.donarmstrong.com Git - remote_mail.git/blob - .procmailrc
* don't drop some joejob messages
[remote_mail.git] / .procmailrc
1 PATH=/bin:/usr/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
2
3 SHELL=/bin/bash
4
5 # "VERBOSE=on" is only used for debugging.
6 VERBOSE=off
7
8 SENDMAIL=sendmail
9 MAILDIR=$HOME/Maildir
10 DEFAULT=$MAILDIR/Inbox/
11 LOGFILE=$HOME/.procmail_log
12 # LOGABSTRACT = "all"
13
14 # TODO
15
16 :0 c:
17 $HOME/Mail/temp/
18
19 # Add filter for "your message to foo awaits moderator approval"
20 # filter out owner mails
21
22
23 # where to send spam
24 HIGHSPAM=spam/HIGHSPAM/
25 SPAM=spam/SPAM/
26 JOEJOB=spam/JOEJOB/
27
28 # A list (one per line) of people I KNOW are spammers :-)
29 # can match any part of name so you can use fred, fred@aol.com or aol.com to
30 # match a user, mail address or domain.
31 # Note that this file is case-insensitive.
32 SPAMMERS=$HOME/.procmail/spammers
33
34 # name of the file containing a list of people we
35 # always want to get mail from, one per line.  If
36 # any substring of the From: or Sender: line matches
37 # a line of this file, it will go through, so this
38 # can be used to denote entire sites that we always
39 # wish to get mail from as well as individuals.
40 # E.g. "user", "user@aol.com" or "aol.com".
41 # Note that this file is case-insensitive.
42 # Putting all of the people or lists you get lots
43 # of mail from here will not only insure you get
44 # it, but will speed up procmail.
45 FRIENDS=$HOME/.procmail/friends
46
47 # ======================================
48 # Preventing duplicates using 16Kb cache
49 # They get shoved in duplicates folder
50 #:0 Whc: .msgid.lock
51 #| formail -D 16384 msgid.cache.new
52 #:0 a:
53 #/dev/null
54
55 :0 H
56 * ^Subject:.*Rnm-devel moderator request
57 /dev/null
58
59 :0 H
60 * ^Subject:.*Cron.*debbugs@master
61 /dev/null
62
63
64 # Handle delay messages
65 :0 Hc
66 * !Message-Id: .*delay[0-9]+@
67 * ^TO \/don\+de[^@]+
68 $HOME/Mail/delay
69
70 :0 Hhbw
71 * !Message-Id: .*delay[0-9]+@
72 * ^TO \/don\+delay\+[^@]+
73 |/home/don/bin/delay_mail --mailto don@donarmstrong.com --enqueue --email --delay $MATCH
74
75 # Convert old-style PGP messages to MIME
76 :0
77 * !^Content-Type: multipart/
78 * !^Content-Type: application/pgp
79 {
80     :0 fBw
81     * ^-----BEGIN PGP MESSAGE-----
82     * ^-----END PGP MESSAGE-----
83     | formail \
84         -i "Content-Type: application/pgp; format=text; x-action=encrypt"
85
86     :0 fBw
87     * ^-----BEGIN PGP SIGNED MESSAGE-----
88     * ^-----BEGIN PGP SIGNATURE-----
89     * ^-----END PGP SIGNATURE-----
90     | formail \
91         -i "Content-Type: application/pgp; format=text; x-action=sign"
92 }
93
94 :0:
95 * ! ? (formail -x From: -x Sender: | fgrep -iqf $FRIENDS)
96 {
97
98 # Mails with a score of 15 or higher are almost certainly spam
99 :0:
100 * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
101 #definetly_spam
102 /dev/null
103
104 # Mails that are clearly spam, but we don't want to toss immediately
105 :0:
106 * ^X-Spam-Level: \*\*\*\*\*\*\*\*
107 $HIGHSPAM
108
109 # All mail tagged as spam (eg. with a score higher than the set threshold)
110 # is moved to "probably-spam".
111 :0:
112 * ^X-Spam-Status: Yes
113 $SPAM
114
115
116 # I get joe-jobbed a lot; if a message is from a mailer, but not from
117 # one of mine, discard it.
118 :0:
119 * (^(((Resent-)?(From|Sender)|X-Envelope-From):|>?From )([^>]*[^(.%@a-z0-9])?(Post(ma(st(er)?|n)|office)|(send)?Mail(er)?|daemon|mmdf|n?uucp|ops|r(esponse|oot)|(bbs\.)?smtp(error)?|s(erver)|ystem)|A(dmin(istrator)?|MMGR))(([^).!:a-z0-9][-_a-z0-9]*)?[%@>\t ][^<)]*(\(.*\).*)?)?$([^>]|$))
120 * !^From:.+(ucr|debian|donarmstrong|sndservers|ccin|schedulesdirect)
121 * !^From:.+(schedulesdirect|paypal.com)
122 * !^To:.+ (don\+.+\@donarmstrong\.com)
123 $JOEJOB
124
125 # Work around procmail bug: any output on stderr will cause the "F" in "From"
126 # to be dropped.  This will re-add it.
127 :0 H
128 * ! ^From[ ]
129 * ^rom[ ]
130 {
131   LOG="*** Dropped F off From_ header! Fixing up. "
132
133   :0 fhw
134   | sed -e 's/^rom /From /'
135 }
136
137
138
139
140 # Debian role accounts
141
142 :0:
143 * ^Delivered-To: (owner@bugs.debian.org)
144 bugs.debian.org/
145
146 :0:
147 * ^Delivered-To: (listmaster@lists.debian.org)
148 lists.debian.org/
149
150
151 # OFTC stuff
152 :0:
153 * ^TO (oftc@spi-inc.org)
154 oftc/
155
156 # Chili ALRM
157 :0:
158 * ^Subject:\ (\[comment\])?\[ALRM\ \#
159 chili_alarm/
160
161 :0:
162 * ^From:\ nagios@nagios-global.lab.propel.com
163 chili_alarm/
164
165 #
166 :0:
167 * ^From:\ noreply@dragongoserver.net
168 lists/dragongo/
169
170 ###################
171 #  Mailing lists  #
172 ###################
173
174 :0:
175 * X-Mailing-List: <\/[^@]+
176 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
177
178 :0:
179 * ^Delivered-To: mailing list \/[^@]+
180 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
181
182 :0:
183 * ^Sender: owner-\/[^@]+
184 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
185
186 :0:
187 * ^Sender: \/[^@]+-bounces?
188 lists/`echo $MATCH | sed -e 's/\-bounces*//g; s/[\/]/_/g'`/
189
190 :0:   
191 * ^X-BeenThere: \/[^@]+
192 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
193
194
195 # Dumb apache mailing lists
196 :0:
197 * ^List-Post: <mailto:\/[^@]+
198 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
199
200
201 # Debian's bug system uses X-Loop
202 8
203 :0:
204 * ^X-PTS-Package: \/.+
205 bugs/`echo $MATCH |sed -e 's/[\/]/_/g'`/
206
207 :0:
208 * ^X-Debian-PR-Package: \/.+
209 bugs/`echo $MATCH |sed -e 's/[\/]/_/g'`/
210
211 :0:
212 * ^X-Loop: owner@bugs.debian.org
213 bugs/control_messages/
214
215 :0:
216 * X-Loop: \/[^@]+
217 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
218
219 :0:
220 * X-ML-Name: \/[^@]+
221 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
222
223 # damn kernel back-to-frontness
224 :0:
225 * ^Sender:[      ]linux-kernel-owner@vger.kernel.org
226 lists/linux-kernel/
227
228 # linux-scsi
229 :0:
230 * ^Sender:[      ]linux-scsi-owner@vger.kernel.org
231 lists/linux-scsi/
232
233 # emacs-pretesters
234 :0:
235 * ^Sender:[      ]emacs-pretesters@gnu.org
236 lists/emacs-pretesters/
237
238 :0:
239 * ^Sender:.*GENE-ARRAYS@ITSSRV1.UCSF.EDU
240 lists/gene-arrays/
241
242 :0:
243 * ^Sender:.*scd-bounce@blars.org
244 lists/scd/
245
246 # broken lists using win32 software and NO LIST HEADER. Dumb.
247 :0:
248 * ^Sender: (Bugtraq|Incidents Mailing|VULN-DEV) List
249 lists/bugtraq/
250
251 #####################################
252 # Last rule:  Put mail into mailbox #
253 #####################################
254
255 :0:
256 $DEFAULT
257
258 # End of file