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.
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.