From: Ansgar Burchardt Date: Tue, 9 Apr 2013 09:16:52 +0000 (+0200) Subject: dak.conf-backports: Change Dinstall::MyAdminAddress X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b9e1322334152efd870a0ad6ddf0df819d05b4a3;hp=3a64775c76bfe28d646c266ef986c5e4f5eb133c;p=dak.git dak.conf-backports: Change Dinstall::MyAdminAddress The backports team address should be used as From for rejections from the backports-new queue. As this is written into the REJECT.* file by process-new, we can just change it here. --- diff --git a/config/debian/dak.conf-backports b/config/debian/dak.conf-backports index 74d89739..ec747b56 100644 --- a/config/debian/dak.conf-backports +++ b/config/debian/dak.conf-backports @@ -1,3 +1,7 @@ +Dinstall { + Dinstall::MyAdminAddress "backports-team@debian.org"; +}; + Dir { Log "/srv/backports-master.debian.org/log/"; Lock "/srv/backports-master.debian.org/lock/";