[dak/master 3/3] NEW
dont fillin automated reject message when doing a manual NEW reject.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
daklib/queue.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/daklib/queue.py b/daklib/queue.py
index c7e66a4..e39b72d 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -2139,6 +2139,7 @@ distribution."""
user_email_address = utils.whoami() + " <%s>" % (cnf["Dinstall::MyAdminAddress"])
self.Subst["__REJECTOR_ADDRESS__"] = user_email_address
self.Subst["__MANUAL_REJECT_MESSAGE__"] = reject_message
+ self.Subst["__REJECT_MESSAGE__"] = ""
self.Subst["__CC__"] = "Cc: " + cnf["Dinstall::MyEmailAddress"]
reject_mail_message = utils.TemplateSubst(self.Subst, rej_template)
# Write the rejection email out as the <foo>.reason file
--
1.6.3.3
Reply to: