Re: Some help with an error message
"Peter Bowyer" <[email protected]>
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <09b801c46afd$46a16930$0a46a8c0@pbdesktop> |
Leon Vismer <[email protected]> wrote: > Hi > > I am using Exim4-daemon-heavy with the exiscan-acl patch. > > I get the following message in my /var/log/exim4/mainlog: > > 1BlL0v-0002Tm-IT string_sprintf expansion was longer than 8192 > > It is while exim tried to deliver a particular spam message. I am also > using SpamAssassin with some extra rules from RulesDuJour. If you Google with that error message, you will find that the problem is down to the size of the SA report. You're probably using one of the SARE rulesets which puts tons of stuff in there. You need to cut down the length/complexity of the report definition in /etc/mail/spamassassin/local.cf (substitute the correct path on your system). Peter