I had the same problem when using some of the new spamassassin rule sets
with spamd and the exiscan patch.
To fix, edit exim/src/config.h.defaults
and change the STRING_SPRINTF_BUFFER_SIZE line to
#define STRING_SPRINTF_BUFFER_SIZE (8192 * 2)
This fixes the error for me anyway.
Vince.
Thomas Kinghorn wrote:
> Hi List.
>
> Below is an extract from maillog
>
> <snip>
> Jan 26 12:04:02 jp-mx-1 spamd[6416]: processing message
> <CA00008018@???> for xadmin:501.
> 2004-01-26 12:04:04 1Al7LN-0001fQ-UF string_sprintf expansion was longer
> than 8192
> <snip>
>
> Is there a way around this?
>
> Regards,
> Tom Kinghorn
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>