From: Peter Palfrader Date: Sat, 19 Aug 2017 10:04:40 +0000 (+0200) Subject: Try to route git mail to godard X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=396fb5c98107b9ef35f8e27e33caaa57870bc96d;hp=ace665bc01241d6062543f11e2072762119d4e57;p=mirror%2Fdsa-puppet.git Try to route git mail to godard --- diff --git a/modules/exim/templates/manualroute.erb b/modules/exim/templates/manualroute.erb index a1dfb504d..f45c3df31 100644 --- 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+(.*?)\.?$')