#4843 pagure-milters: Convert bytes to string before passing to email module
Closed by ngompa. Opened by ngompa.
ngompa/pagure milter-fix-str-bytes-py3  into  master

Download 4843.patch

Fixes #4840

Signed-off-by: Neal Gompa ngompa13@gmail.com

I was worried and it seems confirmed: AttributeError: '_io.BytesIO' object has no attribute 'decode' :(

I'm trying with email_from_binary_file, we may need an if six.PY3:...else... here, to see.

Pull-Request has been closed by ngompa

Metadata