On Wed, 2009-06-03 at 22:54 +0000, Luis campo wrote: > We have increased the 20 as well as samples:
That's not exactly slowly, as I suggested. Well, your server, feel free to kill it. > In simscan have configured as follows > > . / configure - enable-clamav = y - enable-clamdscan = / usr / local / This is hardly readable. Something is enforcing spaces around slashes even in paths, and forcefully crippling double dashes to a single occurrence. Not to mention removing spaces before single dash CLI options... *sigh* > On the other hand I'd like to show the configuration loca.cf sA I'd prefer you answer my question, rather than dumping a single file here only. Doesn't tell me if there are third-party rules or plugins anyway. > ok_locales all > skip_rbl_checks 1 You do understand that DISABLES RBL checks, right? > #Con esto evalua cada mensaje, se requiere un 5.0 para marcarlo como spam > required_hits 3 I recommend you do NOT change that, unless you really know what you are doing. Wait, required_*hits*? That's still accepted, but deprecated and old. Well, at least you already mentioned you're running 3.2.5 (the latter dot added by me). > user_scores_dsn DBI:mysql:spamassassin:localhost > user_scores_sql_username spamuser Any chance your SQL backend actually is the culprit and taking way too long? -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}