From: Mark Wooding Date: Sun, 24 Apr 2016 11:02:58 +0000 (+0100) Subject: dot/emacs: Don't have BBDB store mailer-daemon's address. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/eae7e0f28cf948bbb5c4dc2442a44d50443fd476 dot/emacs: Don't have BBDB store mailer-daemon's address. It's not very useful, really. --- diff --git a/dot/emacs b/dot/emacs index 7e66c2a..c6ed28d 100644 --- a/dot/emacs +++ b/dot/emacs @@ -221,7 +221,8 @@ (lambda (addr) (cond ((null addr) nil) - ((or (string-match (concat "^reply-[0-9a-f]+-[0-9a-f]+_" + ((or (string-match "^mailer-daemon@" addr) + (string-match (concat "^reply-[0-9a-f]+-[0-9a-f]+_" "HTML-[0-9]+-[0-9]+-[0-9]+" "@\\(nationwide-communications\\." "co\\.uk\\)$")