fastmail / authentication_milter

Email Authentication by SPF/DKIM/DMARC etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use milter client with larger message body

freddieleeman opened this issue · comments

Would it be possible to make the client work with a larger message body and avoid the error below?

the message body is too big; its length must be less than 65536 bytes at /usr/local/share/perl/5.28.1/Mail/Milter/Authentication/Net/Milter.pm line 202.

Hi @freddieleeman,

Can you check and see if the fix in the ChunkClientBody branch (mentioned above) fixes this.

Thanks.

Are you kidding me?! Yes it does. You my friend, are a genius! Thank you.