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:
ace665b
)
Try to route git mail to godard
author
Peter Palfrader
<peter@palfrader.org>
Sat, 19 Aug 2017 10:04:40 +0000
(12:04 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 19 Aug 2017 10:04:40 +0000
(12:04 +0200)
modules/exim/templates/manualroute.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/manualroute.erb
b/modules/exim/templates/manualroute.erb
index
a1dfb50
..
f45c3df
100644
(file)
--- a/
modules/exim/templates/manualroute.erb
+++ b/
modules/exim/templates/manualroute.erb
@@
-18,6
+18,8
@@
if scope.function_has_role(['mailrelay'])
extraroutes = [ ]
extraroutes << "www-master.debian.org:\t\twolkenstein.debian.org"
extraroutes << "tracker.debian.org:\t\tticharich.debian.org"
+ extraroutes << "git.debian.net:\t\tgodard.debian.net"
+ extraroutes << "godard.debian.net:\t\tgodard.debian.net"
end
mxregex = Regexp.new('^\d+\s+(.*?)\.?$')