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:
8d25947
)
add manualroute tracker -> ticharich
author
Stephen Gran
<steve@lobefin.net>
Sun, 29 Jun 2014 12:10:07 +0000
(13:10 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 29 Jun 2014 12:10:07 +0000
(13:10 +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
19063fb
..
a1dfb50
100644
(file)
--- a/
modules/exim/templates/manualroute.erb
+++ b/
modules/exim/templates/manualroute.erb
@@
-17,6
+17,7
@@
if scope.function_has_role(['mailrelay'])
mxmatches << 'INCOMING-MX'
extraroutes = [ ]
extraroutes << "www-master.debian.org:\t\twolkenstein.debian.org"
+ extraroutes << "tracker.debian.org:\t\tticharich.debian.org"
end
mxregex = Regexp.new('^\d+\s+(.*?)\.?$')