blob: 7e80347c32651941814ca318d93a1e71e7d78233 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Maildrop rules
#
# See http://www.wonkity.com/~wblock/docs/html/maildrop.html
#
# regex flags, used after the regex: /something/:b
# :h - header
# :b - body
# :D - distinguish between upper and lower case (default is to ignore case)
TYPE="maildir"
DEFAULT="$HOME/mail/INBOX"
logfile "$HOME/temp/log/maildrop"
# Custom recipes
include $HOME/.custom/mailfilter
|