X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/eba46687717c5cb7c92f3c4ab8df88f0adfec8fc..e6395174b102c401b4d8452c926cc4003049bdf9:/dot/gnus-local.el.distorted diff --git a/dot/gnus-local.el.distorted b/dot/gnus-local.el.distorted index 9e27f03..0510e7b 100644 --- a/dot/gnus-local.el.distorted +++ b/dot/gnus-local.el.distorted @@ -5,7 +5,8 @@ ;;; (c) 2014 Mark Wooding ;;; -(setq auth-sources '("~/.authinfo.gpg")) +(setq auth-sources '("~/.authinfo.gpg") + gnus-cloud-method "nnimap:distorted") ;;;-------------------------------------------------------------------------- ;;; How to send mail. @@ -137,6 +138,7 @@ (to "\\<\\(hostmaster\\)@" "admin.dns" t) (to "\\<\\(news\\|newsmaster\\|usenet\\)@" "admin.news" t) (to "\\<\\(postmaster\\|spamd\\|mailer-daemon\\)@" "admin.mail" t) + (to "\\<\\(mailman-owner\\)@" "admin.mail" t) (to "\\<\\(irc\\|blight\\|ircbot\\)@" "admin.irc" t) (to "\\<\\(www\\|webmaster\\|mtos\\)@" "admin.web" t) (to "\\<\\(ftp\\|ftpadmin\\|mirror\\)@" "admin.ftp" t) @@ -155,7 +157,7 @@ ;; Mailing lists, not split out earlier. (to "python-list@python\\.org" "lists.python") - (to ,(concat "\\(jump-\\(announce\\|discuss\\)\\)@" + (to ,(concat "\\(jump-\\(announce\\|discuss\\|vps\\)\\)@" "\\(lists\\.\\)?" "jump\\.net\\.uk") "lists.\\1") (to "cambridgecryptowhiskyclub@gmail\\.com" @@ -169,6 +171,7 @@ (from "@warwick\\.ac\\.uk\\>" "lists.warwick-uni" t) (to "chiark-\\(motd\\|announce\\)@chiark\\.greenend\\.org\\.uk" "lists.chiark-announce") + (to "sot@dotat\\.at" "lists.sot" t) (any "clive-cambridge-gamers@nsict\\.org" "lists.nsict-games") ;; Per-sender addresses. @@ -188,7 +191,9 @@ (from "expiry@letsencrypt\\.org" "admin.letsencrypt") ;; Other splits I've not given a per-sender address. + (from "@\\([^.]+\\.\\)?aegon" "crap.aegon" t) (from "@\\(.*\\.\\)?amazon\\." "crap.amazon" t) + (from "@\\(.*\\.\\)?primevideo\\." "crap.amazon" t) (from "@cineworldmail\\.com\\>" "crap.cineworld" t) (from "unlimited@cineworld\\.com\\>" "crap.cineworld" t) (from "@\\(.*\\.\\)?gandi\\.net\\>" "crap.gandi" t) @@ -196,7 +201,7 @@ (from "campaigns@jolla\\.com\\>" "crap.jolla" t) (from "@\\(.*\\.\\)?lovefilm\\.com\\>" "crap.lovefilm" t) (from "@mythic-beasts\\.com\\>" "crap.mythic-beasts" t) - (from "@nationwide" "crap.nationwide" t) + (from "@\\([^.]+\\.\\)?nationwide" "crap.nationwide" t) (from "nationwide@securesuiteemail\\.com\\>" "crap.nationwide" t) (from "@action\\.openrightsgroup\\.org\\>" "crap.org" t) (from "@picturehouses\\.co\\.uk\\>" "crap.picturehouse" t)