I have not used the patch you reference, but instead make a simple one-line change to submit.C. - if (l > headerlimit || l > 5000) + if (l > headerlimit) I have been running with this patch for the past year or so over a few different builds of Courier with no problems. (I am currently at 0.46 since I haven't had any time to devote to upgrading in a while) Bowie
Hmm.. that seems simple enough. Am i interpreting your change correctly in that you eliminated the byte limit altogether for situations that related to the body, but the headerlimit is still in place and that value is set elsewhere?
thanks, charles ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
