sarlacc icon indicating copy to clipboard operation
sarlacc copied to clipboard

SMTPD decoding errors

Open robcza opened this issue 6 years ago • 3 comments

Experiencing decoding errors on the smtp service making the trap blind to portion of the spam

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/aiosmtpd/smtp.py", line 236, in _handle_client
    command = line.upper().decode(encoding='ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 6: ordinal not in range(128)

robcza avatar Mar 26 '18 12:03 robcza