projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece236d
)
silly ruby
author
Stephen Gran
<steve@lobefin.net>
Tue, 6 Apr 2010 23:40:16 +0000
(
00:40
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 6 Apr 2010 23:40:16 +0000
(
00:40
+0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/manualroute.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/manualroute.erb
b/modules/exim/templates/manualroute.erb
index
9f78c16
..
4f24170
100644
(file)
--- 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+(.*)\.$')