chiark / gitweb /
dot/emacs: Some more addresses for BBDB to ignore.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 14 Apr 2016 15:41:25 +0000 (16:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 14 Apr 2016 15:41:25 +0000 (16:41 +0100)
dot/emacs

index 34146b1def2df919440a8ba1b2dd45123f405d12..9e4ceff5b0a0c3c369fd833e963b8b1f660c170e 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
                                         "\\|" "distorted\\.org\\.uk"
                                         "\\)$")
                                 addr)
+                  (string-match (concat "^MicrosoftExchange[0-9a-f]*"
+                                        "@newincco\\.onmicrosoft\\.com")
+                                addr)
+                  (member (md5 addr)
+                          '("8815c5583970856799c85a3ee0eb6a9f" ;work wiki spam
+                            ))
                   (and (string-match "^news\\([0-9]+\\)@\\(.*\\)$" addr)
                        (string= (md5 (match-string 2 addr))
                                 "879b795aed959b1a000e9f95c132b16c")))