chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73abf7e
)
dot/emacs: Don't have BBDB store mailer-daemon's address.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 24 Apr 2016 11:02:58 +0000
(12:02 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 24 Apr 2016 11:04:15 +0000
(12:04 +0100)
It's not very useful, really.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 7e66c2a21c39197adff61c0b7cdd62e2642cc122..c6ed28d28241725ac62c90e4054b88b487b09271 100644
(file)
--- 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\\)$")