From c3daaa72a1fe1262bac1d0f7e8d5416609eaab2e Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 23 May 2020 22:56:40 +0100 Subject: [PATCH] dot/gnus-local.el.distorted: Expand the `spotify' and `gandi' patterns. Organization: Straylight/Edgeware From: Mark Wooding Found that some mail was being misclassified. --- dot/gnus-local.el.distorted | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot/gnus-local.el.distorted b/dot/gnus-local.el.distorted index 5483fc6..8238a13 100644 --- a/dot/gnus-local.el.distorted +++ b/dot/gnus-local.el.distorted @@ -193,14 +193,14 @@ (from "@picturehouses\\.co\\.uk\\>" "crap.picturehouse" t) (from "@nationwide" "crap.nationwide" t) (from "nationwide@securesuiteemail\\.com\\>" "crap.nationwide" t) - (from "@news\\.spotifymail\\.com\\>" "crap.spotify" t) + (from "@\\(.*\\.\\)?spotify\\(mail\\)?\\.com\\>" "crap.spotify" t) (from "@action\\.openrightsgroup\\.org\\>" "crap.org" t) (from "unlimited@cineworld\\.com\\>" "crap.cineworld" t) (from "@tshirthell\\.com\\>" "crap.tshirt-hell" t) (from "campaigns@jolla\\.com\\>" "crap.jolla" t) (from "@thomann\\.de\\>" "crap.thomann" t) (from "@wikimedia\\.org\\>" "crap.wikimedia" t) - (from "@gandi\\.net\\>" "crap.gandi" t) + (from "@\\(.*\\.\\)?gandi\\.net\\>" "crap.gandi" t) (from "@mythic-beasts\\.com\\>" "crap.mythic-beasts" t) ;; Default. -- [mdw]