emersion / go-milter

Go library to write mail filters
BSD 2-Clause "Simplified" License
42 stars 19 forks source link

support client protocol downgrade #28

Closed raphting closed 1 year ago

raphting commented 1 year ago

This PR closes #16 as discussed in #17 using a client downgrade if possible.

The downgrade happens inside the existing if milterVersion < clientProtocolVersion { so that existing implementations will not experience a changed behaviour.

@emersion your work for this package is much appreciated :) I hope we can merge this PR.