From: Mark Wooding Date: Thu, 14 Apr 2016 15:41:25 +0000 (+0100) Subject: dot/emacs: Some more addresses for BBDB to ignore. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/9bd87c69ae091777909a0962782aa47b5ebc82c4 dot/emacs: Some more addresses for BBDB to ignore. --- diff --git a/dot/emacs b/dot/emacs index 34146b1..9e4ceff 100644 --- 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")))