chiark
/
gitweb
/
~mdw
/
zones
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5194a
)
distorted.lisp: Remove redundant parentheses.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 4 May 2024 23:28:58 +0000
(
00:28
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 6 May 2024 03:36:46 +0000
(
04:36
+0100)
I know, it's Lisp, but there are still standards to uphold.
distorted.lisp
patch
|
blob
|
blame
|
history
diff --git
a/distorted.lisp
b/distorted.lisp
index aa3a3757464e4cde42141b603625f0866d5301f5..9f8fada74df38a6f0925619b0467780fa8d335bb 100644
(file)
--- a/
distorted.lisp
+++ b/
distorted.lisp
@@
-82,8
+82,8
@@
(defzone distorted.org.uk
;; Mail servers.
((@ mail blackhole) :mx mail :srv ((:smtp mail)))
- (
(bugs)
:ttl 300 :mx lists :srv ((:smtp bugs)))
- (
(lists)
:ttl 300 :mx lists :srv ((:smtp lists)))
+ (
bugs
:ttl 300 :mx lists :srv ((:smtp bugs)))
+ (
lists
:ttl 300 :mx lists :srv ((:smtp lists)))
((_domainkey _domainkey.mail) :dname stratocaster.dkim)
((_domainkey.bugs _domainkey.lists) :dname telecaster.dkim)