]> git.phdru.name Git - dotfiles.git/blob - .procmailrc
.procmailrc: add cheetahtemplate lists
[dotfiles.git] / .procmailrc
1 #
2 # User configuration file for procmail
3 #
4
5 #
6 # SET VARIABLES
7
8 # Internal Variables
9
10 SHELL=/bin/sh               #Shell used to run procmail.  Be sure this points to
11                             #your system's copy of sh.  DO NOT substitute a
12                             #different shell unless you really know Unix
13
14 LINEBUF=4096                #Needed to keep Procmail from choking on long
15                             #"recipes", or instructions on what to do with
16                             #particular kinds of email.
17
18 PATH=$HOME/bin:$HOME/mail/bin:/bin:/usr/bin:/usr/local/bin
19                             #Path for your programs -- this is probably best
20                             #left alone.
21
22 VERBOSE=off                 #Change this to "on" when you try a new recipe
23                             #so that Procmail will log literally every step
24                             #it takes.  DO NOT LEAVE IT ON, though, because
25                             #it creates huge logfiles.
26
27 # Default Program & file locations
28
29 MAILDIR=${HOME}/Mail        #you'd better make sure this directory exists
30
31 #ORGMAIL=/var/spool/mail/phd
32 #DEFAULT=${ORGMAIL}
33
34 LOGFILE=${MAILDIR}/procmail.log      #Logs message disposition.  Recommended -- otherwise
35                                      #errors are emailed to you. :/
36
37 SENDMAIL=/usr/sbin/sendmail    #useful for autoreply recipes.
38 FORMAIL=/usr/bin/formail       #useful for autoreply recipes.
39
40
41 MYEMAIL=${HOME}/mail/misc/.myemail   #Tells Procmail where your MYEMAIL
42                                      #file is located, a text file containing all the
43                                      #email addresses you use.
44
45 ADMINFOLDER=${MAILDIR}/admin         #for bounced mail, mail from root,
46                                      #postmaster, abuse, etc.
47
48 BLOCKFOLDER=${MAILDIR}/block         #for suspicious mail, but possibly not spam
49
50 BULKFOLDER=${MAILDIR}/bulk           #for bulk mail which appears legitimate, such
51                                      #as mail from mailing lists or mail sent using
52                                      #Bcc:
53
54 SPAMFOLDER=${MAILDIR}/spam           #change this to SPAMFOLDER=/dev/null
55                                      #to delete spam entirely.
56
57 VIRUSFOLDER=/dev/null                #Set this variable to /dev/null to delete
58                                      #all viruses. You don't want to take chances with a virus,
59                                      #and the false positive rate on the virus filters is near zero.
60
61 # BEGIN RECIPES
62
63
64 # Create a backup cache of 2000 most recent messages in case of mistakes
65 :0 c
66 backup
67
68   :0 ic
69   | cd backup && rm -f dummy `ls -t msg.* | sed -e 1,2000d`
70
71 # Regenerate "From" lines to make sure they are valid
72 :0 fhw
73 | ${FORMAIL} -I "From " -a "From "
74
75
76 # *CLOSED (only subscribers can write)* MAILING LISTS
77 # No need to filter them for spam
78
79 :0
80 * ^(From|To|Cc|Reply-To): .*((mlug@unixcenter\.ru)|@altlinux\.ru)
81 lists/mlug
82
83 :0
84 * ^List-Id: Moscow Linux User Group <mlug\.UnixCenter\.RU>
85 lists/mlug
86
87 :0
88 * ^(To|Cc|Reply-To|Resent-To|X-BeenThere): .*(-list@(python\.org|cwi\.nl))
89 lists/python
90
91 :0
92 * ^Sender: .*@python\.org
93 lists/python
94
95 :0
96 * ^List-Id: .*<python-.*\.python\.org>
97 lists/python
98
99 :0
100 * ^Newsgroups: .*comp\.lang\.python
101 lists/python
102
103 :0
104 * ^From: sitelist-bounces@lists\.sourceforge\.net
105 * ^To: .*-owner@lists\.sourceforge\.net
106 * ^Subject: Uncaught bounce notification
107 ${SPAMFOLDER}
108
109 :0
110 * ^From: .*-bounces@lists\.sourceforge\.net
111 * ^To: .*-owner@lists\.sourceforge\.net
112 * ^Subject: Auto-discard notification
113 ${SPAMFOLDER}
114
115 :0
116 * ^List-Id: .+<sqlobject-(discuss|cvs)\.lists\.sourceforge\.net>
117 lists/python
118
119 :0
120 * ^To: "(\[sqlobject:(bugs|patches)\] )|(Ticket [0-9]+)" <[0-9]+@(bugs|patches)\.sqlobject\.p\.re\.sf\.net>
121 * ^Reply-To: "?(\\?\[sqlobject:(bugs|patches)\\?\] )|(Ticket [0-9]+)"? <[0-9]+@(bugs|patches)\.sqlobject\.p\.re\.sf\.net>
122 * ^Subject: (\[SQL-CVS\] )?\[sqlobject:(bugs|patches)\] (Re: )?\#[0-9]+
123 lists/python
124
125 :0
126 * ^From: "SQLObject Git repository" <noreply@(fullhistory|sqlobject|scripts)\.sqlobject\.p\.re\.sf\.net>
127 * ^To: "SQLObject Git repository" <noreply@(fullhistory|sqlobject|scripts)\.sqlobject\.p\.re\.sf\.net>
128 * ^Reply-To: "SQLObject Git repository" <noreply@(fullhistory|sqlobject|scripts)\.sqlobject\.p\.re\.sf\.net>
129 * ^Subject: \[sqlobject:(fullhistory|sqlobject|scripts)\]
130 lists/python
131
132 :0
133 * ^From: .+<notifications@github\.com>
134 * ^To: sqlobject/sqlobject <sqlobject@noreply\.github\.com>
135 * ^List-ID: sqlobject/sqlobject <sqlobject\.sqlobject\.github\.com>
136 lists/python
137
138 :0
139 * ^List-Id: .*<cheetahtemplate-(announce|discuss)\.lists\.sourceforge\.net>
140 lists/python
141
142 :0
143 * ^Sender: ppa-qps-devel-admin@lists\.sourceforge\.net
144 lists/python
145
146
147 # Now filters
148
149 # Klez
150 :0 B
151 * ^Content-Transfer-Encoding: base64
152 * name( ?)=.*\.(com|exe|bat|scr|pif)
153 | ${FORMAIL} -A"X-Note: Klez" -A"X-Folder: Virus" >${VIRUSFOLDER}
154
155 # Sobig.E
156 :0 HB
157 * ^Subject: Re: (Movie|Application)$
158 * ^Content-Transfer-Encoding: base64
159 * ^Content-Disposition: attachment;
160 * filename=.your_details\.zip
161 | ${FORMAIL} -A"X-Note: Sobig.E" -A"X-Folder: Virus" >${VIRUSFOLDER}
162
163 # Sobig.F
164 :0 H
165 * ^Subject: .*(Thank you!|Your application|That movie|Approved|Details|My details|Your details|Wicked screensaver)$
166 * ^X-MailScanner: Found to be clean$
167 | ${FORMAIL} -A"X-Note: Sobig.F" -A"X-Folder: Virus" >${VIRUSFOLDER}
168
169 # MyDoom/Novarg
170 :0 HB
171 * <50000
172 * ^Subject: (test|hi|hello|Mail Delivery System|Mail Transaction Failed|Server Report|Status|Error|)$
173 * ^Content-type: application/octet-stream;
174 * (file)?name="(document|readme|doc|text|file|data|test|message|body)\.(pif|scr|exe|cmd|bat|zip)
175 | ${FORMAIL} -A"X-Note: MyDoom" -A"X-Folder: Virus" >${VIRUSFOLDER}
176
177 # Netsky
178 :0
179 * > 20000
180 * < 60000
181 * ^Subject:[ ]*(hi|hello|read it immediately|\
182 something for you|warning|information|stolen|fake|unknown)
183 * B ?? ^(anything ok\?|what does it mean?|ok|\
184 i'm waiting|read the details\.|here is the document\.|\
185 read it immediately\!|my hero|\
186 here|is that true?|is that your name?|is that your account?|\
187 i wait for a reply\!|is that from you?|you are a bad writer|\
188 I have your password\!|something about you\!|\
189 kill the writer of this document\!|i hope it is not true\!|\
190 your name is wrong|i found this document about you|\
191 yes, really\?|that is bad|here it is|see you|\
192 greetings|stuff about you\?|something is going wrong!|\
193 information about you|about me|from the chatter|\
194 here, the serials|here, the introduction|here, the cheats|\
195 that's funny|do you\?|reply|take it easy|why\?|\
196 thats wrong|misc|you earn money|you feel the same|\
197 you try to steal|you are bad|something is going wrong|\
198 something is fool)$
199 * B ?? ^(Content-Disposition:[  ]*attachment;)?[        ]*(file)?name="?(document|msg|doc|talk|message|creditcard|\
200 details|attachment|me|stuff|posting|textfile|concert|\
201 information|note|bill|swimmingpool|product|\
202 topseller|ps|shower|aboutyou|nomoney| found|\
203 story|mails|website|friend|jokes|location|\
204 final|release|dinner|ranking|object|mail2|part2|\
205 disco|party|misc)\..*(zip|exe|scr|com|pif)"?$
206 | ${FORMAIL} -A"X-Note: Netsky" -A"X-Folder: Virus" >${VIRUSFOLDER}
207
208 # Bagle.J
209 :0
210 * ^Subject:(.*E-mail account disabling warning)|\
211    (.*E-mail account security warning)|\
212    (.*Email account utilization warning)|\
213    (.*Important notify about your e-mail account)|\
214    (.*Notify about using the e-mail account)|\
215    (.*Notify about your e-mail account utilization)|\
216    (.*Warning about your e-mail account)
217 * B ?? ^Content-Type: application/octet-stream;
218 * B ?? ^Content-Transfer-Encoding: base64
219 * B ?? ^Content-Disposition: attachment;
220 | ${FORMAIL} -A"X-Note: Bagle.J" -A"X-Folder: Virus" >${VIRUSFOLDER}
221
222
223 # From http://www.internetguru.com.au/igblog-102.html
224
225 # Redirect common virus attachments inc. zipped versions
226 :0 B
227 * name=.*(document|readme|doc|text|file|data|test|message|body)\.(vbs\"|wsf\"|vbe\"|wsh\"|hta\"|scr\"|pif\"|exe\"|shs\"|bat\"|bas\"|cmd\"|zip\")
228 {
229    :0
230    | ${FORMAIL} -A"X-Note: executable attachment virus" -A"X-Folder: Virus" >>${VIRUSFOLDER}
231 }
232
233 # Some more common virus attachments inc. zipped versions
234 :0 B
235 * name=.*(Attach|Information|Readme|Document|Info|TextDocument|Textfile|MoreInfo|Message)\.(pif\"|zip\")
236 {
237    :0
238    | ${FORMAIL} -A"X-Note: executable attachment virus" -A"X-Folder: Virus" >>${VIRUSFOLDER}
239 }
240
241 # Redirect windows executables (note - haven't included exe and com
242 :0 B
243 * name=.*\.(vbs\"|wsf\"|vbe\"|wsh\"|hta\"|scr\"|pif\"|shs\"|bat\"|bas\"|scr\"|dll\")
244 {
245    :0
246    | ${FORMAIL} -A"X-Note: executable attachment virus" -A"X-Folder: Virus" >>${VIRUSFOLDER}
247 }
248
249 # This one finds them annoying Custom Logo spams that seem to get past most filters
250 :0 B
251 * .*out\.php\?email\=(sales|info)\@
252 {
253    :0
254    | ${FORMAIL} -A"X-Note: Custom Logo spam" -A"X-Folder: Spam" >>${SPAMFOLDER}
255 }
256
257 # This catches about 99% of deliberate viagra mispellings ie v1@GRa, v1agr@ etc
258 :0 H
259 * ^Subject.*[Vv][1jl\|][aA\@][Gg][Rr][Aa\@]
260 {
261    :0
262    | ${FORMAIL} -A"X-Note: viagra spam" -A"X-Folder: Spam" >/dev/null
263 }
264
265
266 # Chineese/japaneese/korean spam
267
268 :0
269 * ^Content-Type: text/(plain|html); *charset=("?)(big5|gb2312|iso-2022-jp|ks_c_5601-1987|shift_jis)("?)
270 | ${FORMAIL} -A"X-Note: chineese/japaneese/korean charset" -A"X-Folder: Spam" >/dev/null
271
272 :0
273 * ^X-RBL-Warning: .*(china|korea) does not seem to care about spam
274 | ${FORMAIL} -A"X-Note: chineese/korean source" -A"X-Folder: Spam" >>${SPAMFOLDER}
275
276
277 # SpamAssassin (spamassassin.org)
278 :0fw
279 * < 10240000
280 | spamc -U /tmp/spamassassin.sock -s 10240000
281
282
283 # Mail with a score of 14 or higher is certainly spam
284 :0:
285 * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*
286 | ${FORMAIL} -A"X-Note: certainly spam" -A"X-Folder: Spam" >/dev/null
287
288 :0:
289 * ^X-Spam-Status: Yes
290 * > 20000
291 | ${FORMAIL} -A"X-Note: oversized spam" -A"X-Folder: Spam" >/dev/null
292
293 :0 HB:
294 * ^X-Spam-Status: Yes
295 * http://www\.gstinc\.com/
296 | ${FORMAIL} -A"X-Note: gstinc spam" -A"X-Folder: Spam" >/dev/null
297
298 :0 HB:
299 * ^X-Spam-Status: Yes
300 * (www\.)?sonidom\.ru
301 | ${FORMAIL} -A"X-Note: sonidom spam" -A"X-Folder: Spam" >/dev/null
302
303 :0 HB:
304 * ^X-Spam-Status: Yes
305 * (www\.)?pos-tel\.ru
306 | ${FORMAIL} -A"X-Note: pos-tel spam" -A"X-Folder: Spam" >/dev/null
307
308 :0 HB:
309 * ^X-Spam-Status: Yes
310 * @besttraining\.ru
311 | ${FORMAIL} -A"X-Note: besttraining spam" -A"X-Folder: Spam" >/dev/null
312
313 :0:
314 * ^X-Spam-Status: Yes
315 ${SPAMFOLDER}
316
317
318 # MAILING LISTS
319
320 # Filter out mail from all mailing lists you are on. Just duplicate the recipe
321 # for each mailing list you are on, and put the correct address for the list in
322 # the condition statement. (The "* ^TO" part.) If you read mail on shell, you
323 # may find it easier to deliver this mail to separate folders, especially for
324 # busy lists. I do. :)
325
326
327 # Block all messages that are too big
328 :0
329 * > 1000000
330 | ${FORMAIL} -A"X-Note: the message is too big" -A"X-Folder: Block" >>${BLOCKFOLDER}
331
332
333 # unfiltered mail marked by exim (using RBL/ORBS/etc)
334
335 :0
336 * ^X-RBL-Warning:
337 * ^(To|Cc):.*phd
338 ${BLOCKFOLDER}
339
340 :0
341 * ^X-RBL-Warning:
342 ${SPAMFOLDER}
343
344
345 # Sort out mail that really is to you from mail Bcc'd to you, or mail
346 # which doesn't have any of your email addresses on the To: or Cc: line.
347 # For this to work properly, you must create a text file named .myemail
348 # in your home directory and enter all email addresses that belong to
349 # you in it, one per line, just as you do with your .nobounce file.
350 #
351 # This does =wonders= in keeping spam from appearing in your personal
352 # mail. :)
353 #
354 # Substitute your shell account email address, custom domain, and any other email
355 # address you may have for the entries below.
356 :0:
357 * ? test -f ${MYEMAIL} && \
358     (${FORMAIL} -zxTo: -zxCc: |\
359     fgrep -i -f ${MYEMAIL})
360 | ${FORMAIL} -A"X-Folder: Default" >>${DEFAULT}
361
362 # Deliver email which passed spam filtering, but which wasn't sent to
363 # a recognizable personal email address of yours, to your "bulk mail"
364 # folder, for reading on a less-urgent basis.
365 :0:
366 | ${FORMAIL} -A"X-Folder: Bulk" >>${BULKFOLDER}
367
368
369 # Vacation - modified version of procmail example from "man procmailex"
370
371 # Drop duplicates
372 #:0 Wh: msgid.lock
373 #| ${FORMAIL} -D 65536 msgid.cache
374 #
375 #:0 Whc: vacation.lock
376 #* !^From: .*phd
377 #* !^FROM_MAILER
378 #* !^FROM_DAEMON
379 #* !^X-Loop: phd@phdru.name
380 #* !^X-Loop: phd@iskra.aviel.ru
381 #* !^From: "AviTicket" <support@aviel\.ru>
382 #* !^From: .* <lj_notify@livejournal\.com>
383 #* !^From: .*report_card@sbrf.ru
384 #| ${FORMAIL} -rD 65536 vacation.cache
385 #
386 #:0 ehc  # if the name was not in the cache - reply
387 #| (egrep -v '^From phd|^Return-Path: phd' | \
388 #   ${FORMAIL} -r -A"Precedence: junk" \
389 #      -A"X-Loop: phd@phdru.name" -A"X-Loop: phd@iskra.aviel.ru" \
390 #      -A"Content-Type: text/plain; charset=koi8-r"; \
391 #   echo "Hello!"; echo "";\
392 #   echo "   I am on vacation. This is an auto-generated reply. Your message has been"; \
393 #   echo "delivered to my mailbox. Thanks a lot. I will read it after 0th of ."; \
394 #   echo ""; \
395 #   echo "Здравствуйте."; echo ""; \
396 #   echo "   Я уехал в отпуск. Это автоматический ответ. Ваше сообщение было доставлено."; \
397 #   echo "в мой почтовый ящик. Большое спасибо. Я прочту его, когда вернусь 0 ."; \
398 #   echo ""; cat $HOME/.signature) | $SENDMAIL -oi -t