From f3b91d75d2d3153e9fa4d7414929dcc531779727 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 27 Aug 2019 14:34:49 -0700 Subject: reorganize, and some small fixes --- lib/afew.ini | 185 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 lib/afew.ini (limited to 'lib/afew.ini') diff --git a/lib/afew.ini b/lib/afew.ini new file mode 100644 index 0000000..48f86c5 --- /dev/null +++ b/lib/afew.ini @@ -0,0 +1,185 @@ +[ArchiveSentMailsFilter] + +[SpamFilter] +spam_tag = spam + +[InboxFilter] + +# This filter looks for the List-Id header, and if it finds it, adds a tag lists +# and a tag named lists/. Run this *after* the InboxFilter. +[ListMailsFilter] + +[Filter.0] +message = mobile todos +query = 'from:ben@bsima.me AND to:ben@bsima.me AND subject:TODO' +tags = +todo;-inbox;+unread + +[Filter.1] +message = logwatch +query = subject:Logwatch +tags = +logwatch;-new;-inbox + +[Filter.2] +message = newsletters +query = + from:the-morning-paper@onelanday.co.uk OR + subject:'The Reading List Email*' OR + from:info@haskellweekly.news OR + from:kale@hackernewsletter.com OR + from:newsletter@farnamstreetblog.com +tags = -unread;+newsletters;-inbox + +[Filter.3] +message = job emails +query = + from:linkedin.com OR + from:alist.co OR + from:angel.co OR + from:stackoverflow.com OR + from:stackoverflow.email OR + from:cdmtechnology.com OR + subject:job +tags = +jobs;-inbox + +[Filter.4] +message = github +query = from:github.com +tags = +github;-inbox + +[MailMover] +folders = Important INBOX +INBOX = 'tag:flagged AND NOT tag:spam':.Important +Important = 'NOT tag:flagged':.INBOX 'tag:spam':.INBOX + +[Filter.5] +message = remove lists from inbox +query = tag:lists AND tag:inbox +tags = -inbox + +[Filter.6] +message = remove rspamd from inbox +query = from:rspamd +tags = -inbox + +[Filter.7] +message = banking activity confirmations +query = + (from:discover@service.discover.com AND subject:'Your Scheduled Payment') OR + (from:citicards@info6.citi.com AND subject:Confirmation) +tags = -inbox;+banking + +[Filter.8] +message = receipts +query = subject:receipt +tags = +receipts;-inbox + +[Filter.9] +message = stupid social networks +query = from:messages-noreply@linkedin.com +tags = -inbox;-unread;+deleted;+spam + +[Filter.10] +message = meetups +query = from:*@meetup.com +tags = -inbox;+meetups + +[Filter.11] +message = emacs lists +query = + to:emacs-devel@gnu.org OR to:info-gnu-emacs@gnu.org OR to:help-gnu-emacs@gnu.org OR + cc:emacs-devel@gnu.org OR cc:info-gnu-emacs@gnu.org OR cc:help-gnu-emacs@gnu.org +tags = -inbox;+emacs + +[Filter.12] +message = philosophy lists +query = to:publish-liv@humanist.kdl.kcl.ac.uk +tags = -inbox;+philosophy + +[Filter.13] +message = science lists +query = from:newsletter@fightaging.org +tags = -inbox;+science + +[Filter.14] +message = work stuff +query = + from:git@undergroundelephant.com OR subject:*HeroOS* OR + to:bsima@ue.co OR to:bsima@undergroundelephant.com OR + to:ben.sima@heroprojects.io +tags = +work + +[Filter.17] +message = ai lists +query = to:scikit-learn@python.org OR to:tensorflow.org +tags = -inbox;+ai + +[Filter.18] +message = bitcoin lists +query = to:bitcoin-dev@lists.linuxfoundation.org OR to:bitcoin-discuss@lists.linuxfoundation.org +tags = -inbox;+bitcoin + +[Filter.19] +message = lobsters +query = to:lobsters-FTNhzWhnaM@lobste.rs +tags = -inbox;+lobsters + +[Filter.20] +message = deleuze and guattari +query = to:deleuze-guattari@lists.driftline.org +tags = -inbox;+philosophy + +[Filter.21] +message = stupid noreply bots +query = from:noreply OR from:no-reply +tags = -inbox;+noreply + +[Filter.22] +message = forkable crap +query = from:team@forkable.com +tags = -inbox;+groq;+forkable + +[Filter.23] +message = xfinity crap +query = from:xfinity.com +tags = -inbox;+xfinity + +[Filter.24] +message = interactive brokers +query = from:interactivebrokers.com +tags = -inbox;+ibkr + +[Filter.25] +message = usps informed delivery crap +query = from:usps.gov +tags = -inbox;+usps + +[Filter.26] +message = perfect workout marketing mails +query = from:admin@theperfectworkout.com +tags = -inbox;+exercise + +[Filter.27] +message = last bottle wines +query = from:offer@lastbottlewines.com +tags = -inbox;+food;+wine + +[Filter.28] +message = docusign notifications +query = from:docusign.net +tags = -inbox;+docusign + +[Filter.29] +message = sourcehut stuff +query = to:sr.ht-*@lists.sr.ht +tags = +sourcehut + +[Filter.30] +message = urbit stuff +query = subject:"[urbit-dev]" OR subject:"[urbit/*]" +tags = +urbit + +# In order to unsubscribe I need to know by user/pass, which I do not... +[Filter.31] +message = delete all hilton honors stuff +query = from:honors@h1.hilton.com +tags = -inbox;+deleted -- cgit v1.2.3