You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Andreas Thienemann <an...@bawue.net> on 2018/11/05 20:11:22 UTC

Re: How to deal with time limit exceeded


On Mon, 5 Nov 2018, Henrik K wrote:

> prineg90 = priority -90 = BAYES rules.

Right. Thanks for that.
Is there a good mapping table one can consult?


> So your MySQL is too slow / bad settings / not using InnoDB etc.  If you
> want easy solution, switch database to Redis and never worry about Bayes
> anymore.

Thanks for the suggestion. I might give it a shot.
After your pointer I had another look at the mysql config: Turns out the 
innodb buffer cache was 1024 bytes.
A variable multiplier was removed and configuration management happily 
rolled out a _way_ too small buffer...

That would explain terrible mysql performance. Thanks for the pointer, 
will see if my issues will go away...

cheers,
  Andreas

Re: How to deal with time limit exceeded

Posted by Henrik K <he...@hege.li>.
On Mon, Nov 05, 2018 at 09:11:22PM +0100, Andreas Thienemann wrote:
> 
> 
> On Mon, 5 Nov 2018, Henrik K wrote:
> 
> >prineg90 = priority -90 = BAYES rules.
>
> Right. Thanks for that.
> Is there a good mapping table one can consult?

grep priority /var/lib/spamassassin/3.004002/updates_spamassassin_org/*.cf

:-)

Pretty much all normal rules are priority 0 though.