Re: SMTP chunking

Pawel Salek <[email protected]> Fri, 04 Feb 2005 10:09:45 +0000
Newsgroups gmane.comp.lib.libesmtp
Message-ID <[email protected]>
On 02/03/2005 05:05:01 PM, Neil Youngman wrote:
> I have had some problems that have been resolved by turning off
> "experimental support for SMTP chunking". As this is experimental,
> should it be turned off in the default build?
> 
> I've just commented out "#define USE_CHUNKING" in config.h. Is this
> how
> it should be done, or can I tell configure to remove this feature?

./configure --help
./configure --disable-chunking

but I am sure you have figured that out but now. What's wrong with the  
chunking support by the way? Disabling it just works around the problem  
and the CHUNKING RFC seems old enough to be mature...

Pawel