This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pepoluan
Recipients barry, junpengruan, pepoluan, r.david.murray
Date 2021-05-06.06:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620282540.0.0.639090291978.issue43949@roundup.psfhosted.org>
In-reply-to
Content
> I am using Magic Winmail Server2.4(build 0530) as a SMTP server, which appears dont support initial_response, so I set initial_response_ok=False and got this Error. currently I catch this error and ignore it to evade program failed, it works fine. Is there better way to fix this problem?

I suggest either of:

(1) Contacting the makers of the software, to force Base64-encoding for "334 " replies, or

(2) If the text following "334 " is customizable, Base64-encode them yourself, then use the base64-encoded text as the customized "334 " response.
History
Date User Action Args
2021-05-06 06:29:00pepoluansetrecipients: + pepoluan, barry, r.david.murray, junpengruan
2021-05-06 06:29:00pepoluansetmessageid: <1620282540.0.0.639090291978.issue43949@roundup.psfhosted.org>
2021-05-06 06:28:59pepoluanlinkissue43949 messages
2021-05-06 06:28:59pepoluancreate