Re: Message Size Limit
Dominik Ruf <[email protected]>
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
* Myles Williams <[email protected]> [2004-06-08 00:29]: > > I'm using spamassassin 2.63-1. I'm finding every message is being sent > through to spamd even if it's over the 250k default. I don't have a > different default set anywhere, and it's causing my system to jerk when > large attachments come flying through the door. > > Does anyone know why this may be happening? What 250k default are you talking about? This is the default message size limit for spamc. However, with exiscan-acl spamc is never called so this limit does not apply. Take a look at exiscan-acl-examples.txt, section 1. Do you have a line like this in your DATA ACL? condition = ${if <{$message_size}{80k}{1}{0}} If the above doesn't help you, it may be a good idea to post your DATA ACL here - or at least the "relevant" part of it where spamassassin is called. HTH, Dominik