Merge branch 'master' of us:git/staging/profile
[profile] / dot / gnus-local.el.distorted
CommitLineData
5252f79a
MW
1;;; -*-emacs-lisp-*-
2;;;
3;;; Local GNUS configuration -- distorted.org.uk version
4;;;
5;;; (c) 2014 Mark Wooding
6;;;
7
8;;;--------------------------------------------------------------------------
789a48fe
MW
9;;; How to send mail.
10
11(and nil
12 (setq smtpmail-smtp-server "mail.distorted.org.uk"
13 smtpmail-sendto-domain "distorted.org.uk"
14 smtpmail-smtp-service 587
15 smtpmail-auth-credentials "~/.gnus.authinfo"
16 message-send-mail-function 'smtpmail-send-it
17 smtpmail-starttls-credentials
18 '(("mail.distorted.org.uk" 587 "" ""))))
19
20;;;--------------------------------------------------------------------------
5252f79a
MW
21;;; Where we get mail from.
22
23;; Read mail on the IMAP server.
24(setq gnus-secondary-select-methods
25 '((nnimap "distorted"
26 (nnimap-address "mail.distorted.org.uk")
27 (nnimap-stream tls)
9adf6847
MW
28 (nnimap-authinfo-file "~/.gnus.authinfo"))
29 (nnimap "google"
30 (nnimap-address "imap.gmail.com")
31 (nnimap-stream tls)
5252f79a
MW
32 (nnimap-authinfo-file "~/.gnus.authinfo"))))
33
34;; Send sent mail back to me.
35(setq gnus-message-archive-method "mail"
36 gnus-gcc-mark-as-read t
37 gnus-message-archive-group "nnimap+distorted:mail.sent")
38
39;;;--------------------------------------------------------------------------
40;;; Mail group configuration.
41
42;; General splitting configuration.
43(setq nnimap-split-inbox '("INBOX" "to.split")
44 nnimap-split-rule 'nnimap-split-fancy
4fb653fd
MW
45 nnimap-split-methods 'nnimap-split-fancy
46 nnmail-split-methods 'nnmail-split-fancy
5252f79a 47 nnimap-split-predicate "UNDELETED"
4fb653fd
MW
48 nnimap-split-crosspost t
49 nnmail-split-crosspost t
5252f79a
MW
50 nnmail-split-fancy-match-partial-words nil)
51
52;; Automatic expiry for particular groups.
53(setq gnus-auto-expirable-newsgroups
54 "^nnimap\\+distorted:\\(crap\\|spam\\|admin\\|lists\\|nag\\)\\..*")
55
277521fa
MW
56;; My various email addresses.
57(setq message-alternative-emails
58 (concat "^"
59 "\\(" "\\(mdw\\|markw\\|postmaster\\)"
60 "\\([-+][^@]*\\|\\)"
61 "@\\(distorted\\.org\\.uk\\|escorted\\.org\\.uk\\|odin\\.gg\\)"
62 "\\|" "distorted\\.mdw@g\\(oogle\\|\\)mail\\.com"
63 "\\)$")
64 message-dont-reply-to-names message-alternative-emails)
65
5252f79a
MW
66;; Mail sent to `mdw-nospam-THING' should appear to come from this address.
67(setq gnus-posting-styles
68 '(((and (string-match "^nnimap\\+distorted:crap\\.\\(.*\\)$"
69 gnus-newsgroup-name)
70 (setq mdw-from-address
71 (replace-match "mdw-nospam-\\1@distorted.org.uk"
72 nil nil gnus-newsgroup-name)))
73 ("From" mdw-from-address))))
74
75;; The actual splitting rules.
4fb653fd 76(setq nnmail-split-fancy
a27bd871
MW
77 '(|
78 ;; Administrative boxes.
79 (to "\\(root\\|postgres\\|ca\\|noc\\)@" "admin.misc" t)
80 (to "\\(jukebox\\|nobody\\|darchive\\)@" "admin.misc" t)
81 (to "\\(hostmaster\\)@" "admin.dns" t)
82 (to "\\(news\\|newsmaster\\|usenet\\)@" "admin.news" t)
83 (to "\\(postmaster\\|spamd\\|mailer-daemon\\)@" "admin.mail" t)
84 (to "\\(irc\\|blight\\|ircbot\\)@" "admin.irc" t)
85 (to "\\(www\\|webmaster\\|mtos\\)@" "admin.web" t)
86 (to "\\(ftp\\|ftpadmin\\|mirror\\)@" "admin.ftp" t)
87 (to "\\(abuse\\|security\\)@" "admin.keep" t)
88 (from "cron daemon" "admin.misc")
89 (from "uucp@distorted\\.org\\.uk" "admin.uucp")
90 (from "darchive@.*\\.distorted\\.org\\.uk" "admin.misc")
91
92 ;; Colo provider.
93 (from "\\(accounts\\|support\\)@jump\\.net\\.uk" "keep.colo")
94
95 ;; Mailing lists, not split out earlier.
5252f79a 96 (to "python-list@python\\.org" "lists.python")
a27bd871
MW
97 (to "jump-announce@jump\\.net\\.uk" "lists.jump-announce")
98
99 ;; Per-sender addresses.
370bb0ff 100 (to "mdw-nospam-justgviing@" "crap.justgiving" t)
5252f79a 101 (to "mdw-nospam-\\([^@]+\\)@" "crap.\\1" t)
370bb0ff 102 (to "mdw-nopspam-\\([^@]+\\)@" "crap.\\1" t)
a27bd871
MW
103
104 ;; Regular nags.
5252f79a
MW
105 (from "\\(sealbot\\|cardbot\\)@ncipher\\.com" "nag.cardbot")
106 (from "\\<mailman-owner@" "nag.mailman" t)
a27bd871
MW
107
108 ;; Other splits I've not given a per-sender address.
5252f79a
MW
109 (from "@\\(.*\\.\\)?lovefilm\\.com" "spam.lovefilm" t)
110 (from "@amazon\\." "spam.amazon" t)
111 (from "@cineworldmail\\.com" "spam.cineworld" t)
112 (from "@picturehouses\\.co\\.uk" "spam.picturehouse" t)
113 (from "@nationwide" "spam.nationwide" t)
114 (from "@news\\.spotifymail\\.com" "spam.spotify" t)
115 (from "@action\\.openrightsgroup\\.org" "spam.org" t)
116 (from "unlimited@cineworld\\.com" "spam.cineworld" t)
117 (from "nationwide@securesuiteemail\\.com" "spam.nationwide" t)
a66127fb
MW
118 (from "@liberty-human-rights\\.org\\.uk" "spam.liberty" t)
119 (from "@libertymail\\.org\\.uk" "spam.liberty" t)
a66127fb 120 (from "@openrightsgroup\\.org" "spam.org" t)
5252f79a 121 (from "@tshirthell\\.com" "spam.tshirt-hell" t)
a27bd871
MW
122 (from "campaigns@jolla\\.com" "crap.jolla" t)
123
124 ;; Default.
4fb653fd
MW
125 "mail.misc")
126 nnimap-split-fancy nnmail-split-fancy)
5252f79a
MW
127
128;;;----- That's all, folks --------------------------------------------------