X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=9acdcdd90d5fc06679ea877c8a91865a3587a10a;hb=fb135219f1c99d0817e7d793bcfad3cc40a69a72;hp=fd0afc4e0f3d2aa2cec57679157d9364f158a37c;hpb=0f101c6b7f641ca20e256839f7f3d763c54c3fbf;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index fd0afc4e..9acdcdd9 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -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: