summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 24436713..85d323c1 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -335,7 +335,7 @@ kite = host "kite.kitenet.net" $ props
& Dns.secondaryFor ["animx"] hosts "animx.eu.org"
-- Use its own name server (amoung other things this avoids
-- spamassassin URIBL_BLOCKED.
- & "/etc/resolv.conf" `File.containsLines`
+ & "/etc/resolv.conf" `File.hasContent`
[ "nameserver 127.0.0.1"
, "domain kitenet.net"
, "search kitenet.net"