提交 69a25376 编写于 作者: M Mark Hymers

:

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 4239c56e
...@@ -465,7 +465,7 @@ def check_transitions(transitions): ...@@ -465,7 +465,7 @@ def check_transitions(transitions):
subst['__DAK_ADDRESS__'] = Cnf["Dinstall::MyEmailAddress"] subst['__DAK_ADDRESS__'] = Cnf["Dinstall::MyEmailAddress"]
subst['__BCC__'] = 'X-DAK: dak transitions' subst['__BCC__'] = 'X-DAK: dak transitions'
if Cnf.has_key("Dinstall::Bcc"): if Cnf.has_key("Dinstall::Bcc"):
subst["__BCC__"] += '\nBcc: %s' % Cnf["Dinstall:Bcc"] subst["__BCC__"] += '\nBcc: %s' % Cnf["Dinstall::Bcc"]
message = utils.TemplateSubst(subst, message = utils.TemplateSubst(subst,
os.path.join(Cnf["Dir::Templates"], 'transition.removed')) os.path.join(Cnf["Dir::Templates"], 'transition.removed'))
utils.send_mail(message) utils.send_mail(message)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册