dot/gnus-local.el.distorted: Remove defunct sender rule.
[profile] / dot / gnus-local.el.distorted
index 48abb6b..2641cee 100644 (file)
       '((nnimap "distorted"
                (nnimap-address "mail.distorted.org.uk")
                (nnimap-stream tls)
+               (nnimap-authinfo-file "~/.gnus.authinfo"))
+       (nnimap "google"
+               (nnimap-address "imap.gmail.com")
+               (nnimap-stream tls)
                (nnimap-authinfo-file "~/.gnus.authinfo"))))
 
 ;; Send sent mail back to me.
          (to "\\<postmaster@" "admin.mail" t)
          (to "\\<\\(root\\|mirror\\|postgres\\|spamd\\)@" "admin.misc" t)
          (to "python-list@python\\.org" "lists.python")
-         (to "tinycc-devel@nongnu\\.org" "lists.tcc")
          (to "mdw-nospam-\\([^@]+\\)@" "crap.\\1" t)
-         (to "stds-p1363\\(-discuss\\)?@listserv.ieee.org" "lists.p1363")
-         (to "jump-announce@jump\\.net\\.uk" "lists.jump-announce")
-         (to "jump-discuss@jump\\.net\\.uk" "lists.jump-discuss")
          (from "support@jump\\.net\\.uk" "keep.colo")
          (from "\\(sealbot\\|cardbot\\)@ncipher\\.com" "nag.cardbot")
          (from "\\<mailman-owner@" "nag.mailman" t)
@@ -82,6 +82,9 @@
          (from "@action\\.openrightsgroup\\.org" "spam.org" t)
          (from "unlimited@cineworld\\.com" "spam.cineworld" t)
          (from "nationwide@securesuiteemail\\.com" "spam.nationwide" t)
+         (from "@liberty-human-rights\\.org\\.uk" "spam.liberty" t)
+         (from "@libertymail\\.org\\.uk" "spam.liberty" t)
+         (from "@openrightsgroup\\.org" "spam.org" t)
          (from "@tshirthell\\.com" "spam.tshirt-hell" t)
          "mail.misc"))