From 8d94076c61edd52760a05a9abfb1f00234f059e9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 6 Dec 2018 09:08:16 -0800 Subject: Afew: receipt and banking filters --- afew.ini | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'afew.ini') diff --git a/afew.ini b/afew.ini index 2661aad..ca11b22 100644 --- a/afew.ini +++ b/afew.ini @@ -61,4 +61,16 @@ tags = -inbox [Filter.6] message = remove rspamd from inbox query = from:rspamd -tags = -inbox \ No newline at end of file +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 \ No newline at end of file -- cgit v1.2.3