dot/gnus-local.el.distorted: Fix the Amazon pattern.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 15 Apr 2020 16:57:40 +0000 (17:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 15 Apr 2020 17:07:34 +0000 (18:07 +0100)
They send Marketplace email from a subdomain, so cope with that.

dot/gnus-local.el.distorted

index ab855f2..fa2b1a7 100644 (file)
 
          ;; Other splits I've not given a per-sender address.
          (from "@\\(.*\\.\\)?lovefilm\\.com\\>" "spam.lovefilm" t)
-         (from "@amazon\\." "spam.amazon" t)
+         (from "@\\(\\|.*\\.\\)amazon\\." "spam.amazon" t)
          (from "@cineworldmail\\.com\\>" "spam.cineworld" t)
          (from "@picturehouses\\.co\\.uk\\>" "spam.picturehouse" t)
          (from "@nationwide" "spam.nationwide\\>" t)