[dak/security] Add patch by luk from #438899
---
ChangeLog | 4 ++++
config/debian/dak.conf | 5 +++--
dak/reject_proposed_updates.py | 1 +
templates/reject-proposed-updates.rejected | 5 +++--
4 files changed, 11 insertions(+), 4 deletions(-)
mode change 100644 => 100755 dak/reject_proposed_updates.py
diff --git a/ChangeLog b/ChangeLog
index 29315e9..dd27ec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-07-26 Joerg Jaspert <joerg@debian.org>
+ * templates/reject-proposed-updates.rejected,dak/reject_proposed_updates.py:
+ applied a patch by luk modifying the stable rejection mails to fit
+ reality a bit more
+
* config/debian/dak.conf: no m68k in testing, so no m68k in t-p-u
r4 now
diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index 2eb45d2..7b7f5e8 100644
--- a/config/debian/dak.conf
+++ b/config/debian/dak.conf
@@ -173,8 +173,9 @@ Import-Archive
Reject-Proposed-Updates
{
- StableRejector "Andreas Barth and Martin Zobel-Helas";
- MoreInfoURL "http://release.debian.org/stable/4.0/4.0r4/";
+ StableRejector "the Stable Release Team";
+ StableMail "debian-release@lists.debian.org";
+ MoreInfoURL "http://release.debian.org/stable/4.0/4.0r5/";
};
Import-LDAP-Fingerprints
diff --git a/dak/reject_proposed_updates.py b/dak/reject_proposed_updates.py
old mode 100644
new mode 100755
index ba6dc22..a61db17
--- a/dak/reject_proposed_updates.py
+++ b/dak/reject_proposed_updates.py
@@ -168,6 +168,7 @@ def reject (reject_message = ""):
Upload.Subst["__REJECTOR_ADDRESS__"] = user_email_address
Upload.Subst["__MANUAL_REJECT_MESSAGE__"] = reject_message
Upload.Subst["__STABLE_REJECTOR__"] = Cnf["Reject-Proposed-Updates::StableRejector"]
+ Upload.Subst["__STABLE_MAIL__"] = Cnf["Reject-Proposed-Updates::StableMail"]
Upload.Subst["__MORE_INFO_URL__"] = Cnf["Reject-Proposed-Updates::MoreInfoURL"]
Upload.Subst["__CC__"] = "Cc: " + Cnf["Dinstall::MyEmailAddress"]
reject_mail_message = utils.TemplateSubst(Upload.Subst,Cnf["Dir::Templates"]+"/reject-proposed-updates.rejected")
diff --git a/templates/reject-proposed-updates.rejected b/templates/reject-proposed-updates.rejected
index 9fc567f..8b86cb5 100644
--- a/templates/reject-proposed-updates.rejected
+++ b/templates/reject-proposed-updates.rejected
@@ -2,6 +2,7 @@ From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__CC__
__BCC__
+Reply-To: __STABLE_MAIL__
X-Debian: DAK
X-Debian-Package: __SOURCE__
Precedence: bulk
@@ -12,8 +13,8 @@ Subject: __CHANGES_FILENAME__ REJECTED from proposed-updates
Your package was rejected by an ftp master on behalf of
__STABLE_REJECTOR__, if you have any questions or
-comments regarding this rejection, please address them to him as we
-can't help you.
+comments regarding this rejection, please address them to
+__STABLE_REJECTOR__ by replying to this mail.
The reason given for rejection was:
--
1.5.6.5
Reply to: