Control: affects 922733 + src:dkimpy-milter
Control: severity 922733 important
Control: block 922006 by 922733
Control: forwarded 922733 
https://github.com/sdgathman/pymilter/commit/04e0b156400798ab9527385946f632f744ed60d5

> In [2]: Milter.utils.parseaddr('Daniel Kahn Gillmor <d...@fifthhorseman.net>')
> ---------------------------------------------------------------------------
> AttributeError                            Traceback (most recent call last)
> <ipython-input-2-1d0e7b5b4ed6> in <module>()
> ----> 1 Milter.utils.parseaddr('Daniel Kahn Gillmor <d...@fifthhorseman.net>')
>
> /usr/lib/python3/dist-packages/Milter/utils.py in parseaddr(t)
>     137   """
>     138   #return email.utils.parseaddr(t)
> --> 139   res = email.utils.parseaddr(t)
>     140   # dirty fix for some broken cases
>     141   if not res[0]:
>
> AttributeError: module 'email' has no attribute 'utils'

This error has a major effect on the usability of this package in
python3, without making it unusable for everyone, so i'm adjusting the
severity accordingly.

Among other effects, this bug makes it impossible to convert
dkimpy-milter to python3 (also detailed in the Control: stanza above).

The particular fix for this issue has already been reported upstream and
fixed in git (also noted in the Control: stanza).

      --dkg

Attachment: signature.asc
Description: PGP signature

Reply via email to