From 8da68e6cba09e5695bccdadf783d996267551923 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Mar 2022 12:42:05 -0300 Subject: Initial migration to maildrop --- mailfilter.dot.link | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mailfilter.dot.link (limited to 'mailfilter.dot.link') 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 -- cgit v1.2.3