emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
162 stars 51 forks source link

Add a DMARC milter #17

Open emersion opened 4 years ago

emersion commented 4 years ago

We already have a DKIM milter, we probbaly want a DMARC milter too.

foxcpp commented 4 years ago

Perhaps go-msgauth can integrate some parts of the DMARC implementation from maddy? https://github.com/foxcpp/maddy/blob/master/internal/dmarc/evaluate.go

emersion commented 4 years ago

Yeah, probably!