X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=9acdcdd90d5fc06679ea877c8a91865a3587a10a;hb=2b4d5bf75e28a6b5fa5afbd58defdf661c893033;hp=fd0afc4e0f3d2aa2cec57679157d9364f158a37c;hpb=142e68f49635eca4e67f0aa9782c960b6cb734d2;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: