|
|
 |
spamassassin-users
Re: Limit the size of spamd
by Ronan McGlue other posts by this author
Jun 16 2005 2:18AM messages near this date
Re: Limit the size of spamd
|
Re: Limit the size of spamd
Network Operations wrote:
> List;
>
> We are an isp that currently runs through either qmail-scanner or Plesk
> spamassassin. 2.6x and i believe 3.x. We are having issues with spamd
> getting into the 125+mb process size at 4 to 5 processes. We are running
> from Fedora to FreeBSD 4.9+ and qmail is the MTA. I have looked and have
> not been able to find a way to limit scanning to to messages <1mb. Any
> help would be greatly appreciated.
>
> -s
1MB?? wow thats a lot.. we use SA and exim and dont scan any mail
greater than 80k. Its a simple exim acl statement...
warn message = X-Spam-Score: $spam_bar ($spam_score)\n X-
Spam-Score-Int: $spam_score_int
condition = ${if <{$message_size}{80k}{1}{0}}
spam = nobody:true
our process stay between 30-40Meg and means we can run 10 children at a
time.
--
========
Regards
Ronan McGlue
Info. Services
QUB
Thread:
Network Operations
Matt Kettler
Ronan McGlue
Mike Jackson
|
|
|
 |
|