flashmob / go-guerrilla

Mini SMTP server written in golang
MIT License
2.76k stars 361 forks source link

Make max header size adjustable #143

Closed fiirhok closed 5 years ago

fiirhok commented 5 years ago

This creates a new method on Envelope, ParseHeadersMax(int), that takes a single integer paramater which is the maximum length of headers to parse.

This also configures this as a go module, to make it easier to use with smtp-gateway.