aio-libs / aio-libs/aiosmtpd

Do not expose info about AUTH when authorization is not required

Ouverte
#266 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
373
Forks
105
Merge moyen
4 min
PR mergées (30 j)
2

Description

Current situation: there is always info in EHLO response:
`250-AUTH LOGIN PLAIN` (or similar methods).

Expected: if `auth_required == False and not auth_callback` then `AUTH` should not be exposed in EHLO response.

I can accept any credentials in `auth_callback`, but I think client shouldn't try to authenticate at all if server do not expose this method.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.