>From: Matthew Trent <[EMAIL PROTECTED]>
>Subject: [SAtalk] Re: Meta-tripwire idea
>To: [EMAIL PROTECTED]
>Date: Tue, 27 Jan 2004 08:06:41 -0800

...

>That would also help with the problem of the report exceeding
>Exim's header size limit when a ton of TW or BH rules hit.

I suspect this is the problem, reported on the exim-users mailing
list, where the logs show:

string_sprintf expansion was longer 8192 characters

exim uses fixed length buffers.  So it was suggest on the
list that the problem could easily be cured by editing the
source of exim.  Edit exim/src/config.h.defaults and change the
STRING_SPRINTF_BUFFER_SIZE line to

#define STRING_SPRINTF_BUFFER_SIZE (8192 * 2)

or some other suitable increase in size.


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to