fastmail/authentication_milter

Incorrect authentication results ptype

Opened this issue · 1 comments

See line 55 of https://github.com/fastmail/authentication_milter/blob/master/lib/Mail/Milter/Authentication/Handler/TLS.pm. x-tls is not correct. The correct pytpe for a TLS result would be smtp because it is information acquired during the smtp session. TLS usages should also be registered as a new smtp property, but that's a separate issue.

Thanks, I suspect there are a few more of these in other Handlers too. I'll make a note to check through and fix them up.