Re: Huge server load problem with Exim and SpamAssassin

2007-08-02 Thread Diego H.
It´s working now! As i posted before. No more 120mb> spamd childs, now they are at 28-30mb of RES size. David Baron wrote: > > In a "split" configuration, where would these warn sets be placed? > The sections of the combined "exim4.conf.template" also correspond to the > individual files for

Re: Huge server load problem with Exim and SpamAssassin

2007-08-02 Thread David Baron
In a "split" configuration, where would these warn sets be placed? The sections of the combined "exim4.conf.template" also correspond to the individual files for splits. So ... where did you do this? Note that I am not using the 850_exim4-config_spamcheck_router but currently using procmail to r

Re: Huge server load problem with Exim and SpamAssassin

2007-08-02 Thread Diego H.
Sorry for the caps! In my config should be like this, Im not very experienced in exim rules: warn condition = ${if <={$message_size}{200K}} condition = ${if eq {${acl_m0}}{1}{1}{0}} spam = ${acl_m1}/defer_ok log_message = "SpamAssassin as ${acl_m1} detected message as spam"

Re: Huge server load problem with Exim and SpamAssassin

2007-08-02 Thread Magnus Holmgren
Please do not abuse the subject line with excessive capitals and exclamation marks. On Thursday 02 August 2007 15:14, Diego H. wrote: > Below is my spamassassin rules at exim, seems that SA is scanning > everything and I want to limit the scanning size up to 100k, no more. I > read that there is