Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robert Labudda
utils
Commits
5be6e838
Commit
5be6e838
authored
Sep 12, 2019
by
Robert Labudda
Browse files
findpgpkey: dont die if Return-Path is missing
parent
cda60c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
findpgpkey.py
View file @
5be6e838
...
...
@@ -266,6 +266,8 @@ if __name__ == '__main__':
eml
=
parser
.
parse
(
sys
.
stdin
.
buffer
)
for
key
in
[
'From'
,
'Return-Path'
]:
if
key
not
in
eml
:
continue
variants
=
create_variants
(
eml
[
key
])
addresses
.
append
(
variants
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment