[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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.
---
 config/debian/dak.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index 2d5c7dd..a14cd80 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";
-- 
1.7.10.4



Reply to: