X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fexim%2Ftemplates%2Fmanualroute.erb;h=4f241704c7ffc0ec56332d8e72ff9a88367c5ed4;hb=8874d85ca7ad6802d6f580ec6838adf420670d6d;hp=9f78c16c3b1cd0973afd340af7af0788fbfe5eba;hpb=af13aa4419aeb80dc5ba835669c970df5bb4223c;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/templates/manualroute.erb b/modules/exim/templates/manualroute.erb index 9f78c16c3..4f241704c 100644 --- a/modules/exim/templates/manualroute.erb +++ b/modules/exim/templates/manualroute.erb @@ -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+(.*)\.$')