phires / go-guerrilla

MIT License
112 stars 18 forks source link

DKIM and SPF processors with tests #51

Open pkarc opened 3 weeks ago

pkarc commented 3 weeks ago

In the past moths I made some processors that I wanted to share. They uses the following libraries:

go-msgauth for DKIM blitiri.com.ar/go/spf for SPF

I need to make some changes in the task flow, add TaskTest to have a dedicated space for testing and have to do extra configs there, otherwise it use the existing TaskSaveMail

This is a first version as it could be configured even more.

Let me know what you think