chiark / gitweb /
dot/emacs: Don't have BBDB store mailer-daemon's address.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Apr 2016 11:02:58 +0000 (12:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 Apr 2016 11:04:15 +0000 (12:04 +0100)
It's not very useful, really.

dot/emacs

index 7e66c2a21c39197adff61c0b7cdd62e2642cc122..c6ed28d28241725ac62c90e4054b88b487b09271 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       (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\\)$")