forked from tzarskyz/dotfiles-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocmailrc
More file actions
126 lines (100 loc) · 1.72 KB
/
Copy pathprocmailrc
File metadata and controls
126 lines (100 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
MAILDIR=$HOME/.maildir/
LOGFILE=$HOME/.procmaillog
VERBOSE=no
# Filter for Ruby Core
:0:
* ^(From|To|Reply-To|CC):.*ruby-core.*@ruby-lang.org
Ruby-Core/
# Filter for USAA mail
:0:
* ^From:.*USAA
Inbox/
# Filter for Lua mailing list
:0:
* ^(From|To|Reply-To|CC):.*lists.lua.org
Lua/
# Second Lua list filter
* ^(From|To|Reply-To|CC):.*stefans.lua.list@librelist.com
Lua/
# Filter for Unix-Ruby
:0:
* ^(From|To):.*usp.ruby@librelist.org
Ruby-Unix/
# Filter for Ruby Weekly
:0:
* ^From:.*rw@peterc.org
Ruby/
# Filter for HTML5 Weekly
:0:
* ^From:.*@html5weekly.com
HTML5/
# Filter for Practicing Ruby
:0:
* ^(From|Reply-To):.*gregory_brown@letterboxes.org
Ruby/
# Filter for JavaScript Weekly
:0:
* ^(From|Reply-To).*jsw@peterc.org
Javascript/
# Filter for Homebrew
:0:
* ^(To|Reply-To):.*homebrew@librelist.com
Homebrew/
# # Filter for Haskell mail lists
# :0:
# * ^(From|To|Resent-From|CC):.*haskell.org
# Haskell/
# Filter for Debian mail lists
:0:
* ^(From|To|Resent-From):.*debian.org
Debian/
# Filter to jmail
:0:
* ^From:.*rios.joanna@gmail.com
Jmail/
# Second filter to jmail
:0:
* ^From:.*poniso@hotmail.com
Jmail/
# Filter for Aronoff stuff
:0:
* ^From:.*aronoff.org
Aronoff/
# Filter for Ethan
:0:
* ^From:.*earonoff@ca.rr.com
Aronoff/
# Filter for Howie
:0:
* ^From:.*howie@aronoff.org
Aronoff/
# Filter for Mick
:0:
* ^From:.*ma@ciic.com
Aronoff/
# Filter for Nancy
:0:
* ^From:.*naronoff
Aronoff/
# Filter two for Nancy
:0:
* ^From:.*nancysacks
Aronoff/
# Filter three for Nancy
:0:
* ^From:.*sacks
Aronoff/
:0 hw
* ^X-Spam-Status: Yes
Spam/
# Serious spam is moved to /dev/null
:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
/dev/null
# Another spam filter
:0:
* ^Subject:.****SPAM
Spam/
# All other mail goes to inbox
:0:
Inbox/