From: Joerg Jaspert Date: Wed, 18 Nov 2009 21:52:08 +0000 (+0100) Subject: NEW X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d3f47b735f93cb7943e11ee91eaee44caf994c13;p=dak.git NEW dont fillin automated reject message when doing a manual NEW reject. Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue.py b/daklib/queue.py index c7e66a4e..e39b72d6 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 .reason file