提交 7e364374 编写于 作者: J Joerg Jaspert

Merge commit 'ncomm/dm_upload_allowed' into merge

* commit 'ncomm/dm_upload_allowed':
  Modified to actually be, you know, not reject every DM upload ..
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
......@@ -1060,7 +1060,7 @@ def check_signed_by_key():
for m in q.getresult():
(rfc822, rfc2047, name, email) = utils.fix_maintainer(m[0])
if email == uid_email or name == uid_name:
should_reject=True
should_reject=False
break
if should_reject == True:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册