From 1a60f3d911c0b1d8a260af9350f5587918c54e0b Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Sun, 14 Apr 2013 14:15:45 +0100 Subject: [PATCH] Mailfilter: Inteflora --- mailfiter | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mailfiter b/mailfiter index 9717a61..80bfb30 100644 --- a/mailfiter +++ b/mailfiter @@ -112,6 +112,16 @@ if ( hasaddr("ebay@richardwhiuk.com") ) to "Maildir/.Shopping.eBay" } +if (/^From:.*@interflora-newsletter\.co\.uk/) +{ + to "Maildir/.Shopping.Interflora" +} + +if (/^From:.*@interflora\.co\.uk/) +{ + to "Maildir/.Shopping.Interflora" +} + if (/^From:.*@gocompare\.com/) { to "Maildir/.Shopping.Gocompare" -- 2.34.1