emersion / go-milter

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

Need an example #26

Closed avinash-ghadshi closed 2 years ago

avinash-ghadshi commented 2 years ago

Hi I am trying to accept the email from postfix to milter. But not getting it. If possible please provide an example of simple accept message and send message back to postfix without any filters.

avinash-ghadshi commented 2 years ago

Mistakenly close the issue Please help!

avinash-ghadshi commented 2 years ago

referred https://github.com/phalaaxx/pf-milters/blob/master/extmilter/main.go to create an example