X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=e39b72d690e0a85d46db6b1fe8808d0ccc04aecf;hb=bfb0bebe865f73949ff67c0156fdd9d63282c318;hp=c7e66a4e80dabef4128314b587e55aef8916aeec;hpb=2eab0bd6bdd98ef816f78b74f85ca9fe5792804c;p=dak.git 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