chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e7dfd5b
)
dot/emacs: Some more addresses for BBDB to ignore.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Apr 2016 15:41:25 +0000
(16:41 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Apr 2016 15:41:25 +0000
(16:41 +0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 34146b1def2df919440a8ba1b2dd45123f405d12..9e4ceff5b0a0c3c369fd833e963b8b1f660c170e 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-227,6
+227,12
@@
"\\|" "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")))