From e76068f0dacf0146fe58144abbca6f923743210b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Feb 2016 20:17:46 -0500 Subject: updated email stuff --- .config/maildirproc/att.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/maildirproc/att.rc') diff --git a/.config/maildirproc/att.rc b/.config/maildirproc/att.rc index 397ffcf..4532bec 100644 --- a/.config/maildirproc/att.rc +++ b/.config/maildirproc/att.rc @@ -9,6 +9,8 @@ import re processor.maildir_base = "~/Maildir" processor.auto_reload_rcfile = True +# FIXME: this doesn't handle the case where someone replies `To` you +# directly an `Cc`s the list. def mailman_domain(mail, domain): """ Return a string that is the list-name for a mailman domain @@ -342,6 +344,7 @@ def my_filters(mail): "@ietf.org", "@kde.org", "@lists.fedorahosted.org", + "@mozilla.org", "@nongnu.org", "@sourceforge.com", "@thyrsus.com", -- cgit v1.2.3-54-g00ecf