bradx3 / dotfiles

my config files

This URL has Read+Write access

bradx3 (author)
Sun Nov 08 19:48:32 -0800 2009
commit  59bffe45ca531a6dcecd02139af497c631ab08f1
tree    15b9d1b1a83621155fe022dfaab92e1d69992245
parent  579d2046f34d97b6f51727194ece708751c49704
dotfiles / .procmailrc
100644 45 lines (36 sloc) 0.944 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 
:0:
* 1^0 ^To:.*webkitsdk-dev@
* 1^0 ^List-Id:.*webkitsdk@
$HOME/Maildir/.lists.webkit/
 
:0:
* ^List-Id:.*commit\.clockingit\.com
$HOME/Maildir/.lists.clockingit.commit/
 
:0:
* ^List-Id:.*dev\.clockingit\.com
$HOME/Maildir/.lists.clockingit/
 
 
:0:
* 1^0 ^From: .*winny.shum@
* 1^0 ^From: .*wshu....@
$HOME/Maildir/.general/
 
 
# From http://bethesignal.org/dotfiles/procmailrc.html
# ARTFUL PROCMAIL ALERT!
# Here are two rules that will automagically filter *most* list emails based on
# sane matches, such as list id. Very funky, and you almost never have to deal
# with folder-making for lists again.
# MOST LISTS - Automagically handle lists
:0
* ^((List-Id|X-(Mailing-)?List):(.*[<]\/[^>]*))
{
    LISTID=$MATCH
 
    :0
    * LISTID ?? ^\/[^@\.]*
    $HOME/Maildir/.lists.$MATCH/
}
# MAJORDOMO - Automagically handle Majordomo lists
:0
* ^Sender: owner-[^@]+@[^@\+]+
* ^Sender: owner-\/[^@\+]+
{
    :0:
    $HOME/Maildir/.lists.$MATCH/
}