> > It is just easy DOS protection. For example, I am setting it to 64k > > for SMTP, where maximum allowed line length is 2000 bytes. > > How can you eliminate the maximum allowed line length as 2000 bytes? > Is it a part of Synapse, or you do it in your application?
It is part of SMTP specification! It is 1000 bytes (not 2000 as I said before, sorry!). See RFC-2821 section 4.5.3.1. This is not limitation of Synapse itself, Synapse have no care about this limits. But if your mail exceed this limits, then your mail can be rejected by some mail server. However if you encode mail as MIME by Synapse, then allways is created valid message. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
