From: Ansgar Burchardt <ansgar@debian.org>
Date: Thu, 30 May 2013 12:10:40 +0000 (+0200)
Subject: dak.conf: only use ftpmaster@ftp-master.d.o
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fdbd3a6d1c8c169122296fdbbe5ae7ac2d4e1221;p=dak.git

dak.conf: only use ftpmaster@ftp-master.d.o

Use the same mail address for MyEmailAddress and MyAdminAddress. They
end in the same mailbox anyway.
---

diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index 2d5c7dd6..a14cd80b 100644
--- a/config/debian/dak.conf
+++ b/config/debian/dak.conf
@@ -5,7 +5,7 @@ Dinstall
 //   SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org";
    SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org";
    MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
-   MyAdminAddress "ftpmaster@debian.org";
+   MyAdminAddress "ftpmaster@ftp-master.debian.org";
    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
    MyDistribution "Debian"; // Used in emails
    BugServer "bugs.debian.org";