emersion / go-milter

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

Client and Server versions do not match #16

Closed sshort closed 1 year ago

sshort commented 3 years ago

The client in the go-milter package does not work with a milter that is written using this same package.

This is because the serverProtocolVersion is hard coded to 2, the clientProtocolVersion is hard coded to 6 and it is not configurable or settable.