Skip to content

Commit fb09fa1

Browse files
committed
Fix initialisation of crypt option.
Bug introduced with gpg support update.
1 parent e20fa89 commit fb09fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roundup/mailgw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,7 @@ def handle_Message(self, message):
14471447
# its way into here... try to handle it gracefully
14481448

14491449
self.parsed_message = None
1450+
crypt = False
14501451
sendto = message.getaddrlist('resent-from')
14511452
if not sendto:
14521453
sendto = message.getaddrlist('from')

0 commit comments

Comments
 (0)