-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.procmailrc
More file actions
50 lines (39 loc) · 729 Bytes
/
.procmailrc
File metadata and controls
50 lines (39 loc) · 729 Bytes
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
SHELL=/bin/bash
PATH=/usr/sbin:/usr/bin:/bin
MAILDIR=$HOME/.mail/
DEFAULT=$MAILDIR/default/
SPAM=$MAILDIR/spam/
UNWANTED=$MAILDIR/unwanted/
LOGFILE=$HOME/.local/share/procmail/log
LOG=""
VERBOSE=${VERBOSE:-yeah}
:0c
*
| $HOME/bin/mail-notify.sh
:0
* ^(From|Cc|To).*utulsa.edu
$MAILDIR/school/
:0
* ^List-Id:.*emacs-devel.gnu.org
$MAILDIR/emacs-devel/
:0
* ^List-Id:.*bug-gnu-emacs.gnu.org
$MAILDIR/bug-gnu-emacs/
:0
* ^List-Id:.*gentoo-announce.gentoo.org
$MAILDIR/gentoo-announce/
:0
* ^List-Id:.*stumpwm-devel.nongnu.org
$MAILDIR/stumpwm-devel/
:0
* ^(From|Cc|To).bjames@airmail.cc
$MAILDIR/airmail/
:0
* ^(From|Cc|To).*twitter.com
$MAILDIR/twitter/
:0
* ^From:.*localhost
$MAILDIR/system/
:0
* .*
$MAILDIR/default/