Experimental attempt to build an SPF+DKIM+DMARC capable milter in go
Go to file
Jan Philipp Timme 2b4dfdc56d Move decode logic into separate function 2019-11-23 20:23:05 +01:00
logging Improve comment for Loglevel constants 2019-05-12 19:25:13 +02:00
.gitignore Decode basic milter packet structure 2019-11-23 19:47:03 +01:00
README.md Introduce a basic logger and some code for testing 2019-05-12 19:06:56 +02:00
RFCs.md Begin collecting relevant RFCs 2019-05-08 19:19:58 +02:00
Vagrantfile Introduce Vagrantfile for a test environment 2019-11-23 19:44:07 +01:00
main.go Move decode logic into separate function 2019-11-23 20:23:05 +01:00
socket.go Allow setting listen address when calling runServer() 2019-11-23 19:46:31 +01:00

README.md

Milter experiment

This project is for educational purposes. Any attempts to run this in production WILL FAIL! Use this code as inspiration, but do not blame me for your losses.

References