From b159e88a7504d3bc6759ec6b1ef2363d57492e49 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 15 Apr 2016 14:13:10 +0100 Subject: [PATCH 1/1] dot/emacs: Ignore email addresses for work bug system. It sends mail with real people's names, but its own email address, which messes up the BBDB. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index f71b9a2..d8b036c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -233,6 +233,7 @@ addr) (member (md5 addr) '("8815c5583970856799c85a3ee0eb6a9f" ;work wiki spam + "0b94ab4d25dacaa5ac07243a09c9e22e" ;work bug spam )) (and (string-match "^news\\([0-9]+\\)@\\(.*\\)$" addr) (string= (md5 (match-string 2 addr)) -- 2.11.0