This is a discussion on Re: [courier-users] Gentoo-patches for courier within the Courier-Imap forums, part of the Mail Servers and Related category; This is a multi-part message in MIME format. --------------060401020805010809030403 Content-Type: text/plain; charset=ISO-8859-1; format=flowed ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--------------060401020805010809030403 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Attached is a very simple patch to get rid of the "headersizelimit" thingy... I've been using it on my Gentoo-Courier server for a couple of months now. - -- Arturo "Buanzo" Busleiman Reliable inter-continental Mail Relay Service - Ask me! Independent Security Consultant - SANS - OISSG http://www.buanzo.com.ar/pro/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH0EDRAlpOsGhXcE0RCrRoAJ92QJq0fOIU9N6NuAUfWM QRXlIHdQCePfyS 8eZn6gwqErxYf4cz1Hf5dOs= =M3Rd -----END PGP SIGNATURE----- --------------060401020805010809030403 Content-Type: text/x-patch; name="courier_removeheaderlimit.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="courier_removeheaderlimit.patch" --- courier/submit.C.orig 2008-02-15 13:20:57.000000000 -0500 +++ courier/submit.C 2008-02-15 13:21:10.000000000 -0500 @@ -1426,7 +1426,7 @@ if (l && line[l-1] == '\r') line.Chop(); // Strip trailing CR l=line.GetLength() + header.GetLength(); - if (l > headerlimit || l > 5000) + if (l > headerlimit) headercnt=0; if (headercnt == 0) continue; header += '\n'; --------------060401020805010809030403 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ --------------060401020805010809030403 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users --------------060401020805010809030403-- |