correct mail-disable lookup, take 3
[mirror/dsa-puppet.git] / modules / exim / templates / manualroute.erb
index 9f78c16..4f24170 100644 (file)
@@ -15,7 +15,7 @@ extraroutes = []
 case fqdn
 when 'spohr.debian.org', 'draghi.debian.org', 'merikanto.debian.org' then
   mxmatches << 'mailout.debian.org'
-  extraroutes = [ 'keyring.debian.org:\t\tkaufmann.debian.org' ]
+  extraroutes = [ "keyring.debian.org:\t\tkaufmann.debian.org" ]
 end
 
 mxregex = Regexp.new('^\d+\s+(.*)\.$')