-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I am getting following errors:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/Milter/init.py", line 770, in
milter.set_eoh_callback(lambda ctx: ctx.getpriv().eoh())
File "/usr/sbin/vrfydmn", line 199, in eoh
if "@" in component:
TypeError: a bytes-like object is required, not 'str'
and:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/Milter/init.py", line 772, in
milter.set_eom_callback(lambda ctx: ctx.getpriv().eom())
File "/usr/sbin/vrfydmn", line 341, in eom
new_from = " ".join([s for s, _ in decoded_from])
TypeError: sequence item 0: expected str instance, bytes found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels