Public bug reported:
This bug report is specific to branch
https://code.launchpad.net/~joostvb/mailman/2.1-pgp-smime
When receiving certain messages, python throws this exception:
Uncaught runner exception: local variable 'sigfilename' referenced before
assignment
Traceback (most recent call last):
File "/usr/local/mmcrypto/Mailman/Queue/Runner.py", line 119, in _oneloop
self._onefile(msg, msgdata)
File "/usr/local/mmcrypto/Mailman/Queue/Runner.py", line 190, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File "/usr/local/mmcrypto/Mailman/Queue/IncomingRunner.py", line 130, in
_dispose
more = self._dopipeline(mlist, msg, msgdata, pipeline)
File "/usr/local/mmcrypto/Mailman/Queue/IncomingRunner.py", line 153, in
_dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
File "/usr/local/mmcrypto/Mailman/Handlers/Moderate.py", line 318, in process
key_ids.extend(gh.verifyMessage(payload, signature))
File "/usr/local/mmcrypto/Mailman/GPGUtils.py", line 374, in verifyMessage
if sigfilename:
UnboundLocalError: local variable 'sigfilename' referenced before assignment
I'll propose a patch to avoid the exception.
** Affects: mailman
Importance: Undecided
Status: New
** Attachment added: "ensure sigfilename is defined"
https://bugs.launchpad.net/bugs/1317239/+attachment/4107527/+files/gpg-smime-sigfilename.patch
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1317239
Title:
branch 2.1-pgp-smime: exception, undefined sigfilename
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1317239/+subscriptions
_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders