lists.m4: Carve out the administratively anomalous hosts from +allnets.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 12 May 2015 08:37:56 +0000 (09:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 12 May 2015 08:40:58 +0000 (09:40 +0100)
Now jaguar and richmond can send us mail without a complete disaster
ensuing.

lists.m4

index 42427af..93f3b2a 100644 (file)
--- a/lists.m4
+++ b/lists.m4
@@ -27,7 +27,11 @@ hostlist localnet = <; \
        127.0.0.0/8 ; ::1
 hostlist thishost = <; \
         +localnet ; @[]
+hostlist foreign = <; \
+       212.13.198.75 ; 2001:ba8:0:1d9::2:1 ; \
+       212.13.198.76 ; 2001:ba8:0:1d9::1:1
 hostlist border = <; \
+       ! +foreign ; \
        62.49.204.144/28 ; 2001:470:1f09:1b98::/64 ; \
        212.13.198.64/28 ; 2001:ba8:0:1d9::/64
 hostlist trusted = <; \