-----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
iD8DBQFH0EDRAlpOsGhXcE0RCrRoAJ92QJq0fOIU9N6NuAUfWMQRXlIHdQCePfyS
8eZn6gwqErxYf4cz1Hf5dOs=
=M3Rd
-----END PGP SIGNATURE-----
--- 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';
-------------------------------------------------------------------------
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/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users