diff options
Diffstat (limited to 'mailfilter.dot.link')
-rw-r--r-- | mailfilter.dot.link | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mailfilter.dot.link b/mailfilter.dot.link new file mode 100644 index 0000000..7e80347 --- /dev/null +++ b/mailfilter.dot.link @@ -0,0 +1,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 |