--- configure.orig 2004-10-18 21:26:55.000000000 -0300 +++ configure 2005-04-19 14:20:43.000000000 -0300 @@ -40,7 +40,7 @@ SUPPORTED_SCANNERS="clamscan,clamdscan,sweep,sophie,vscan,trophie,uvscan,csav,antivir,kavscanner,AvpLinux,kavdaemon,AvpDaemonClient,fsav,fprot,inocucmd,vexira,bitdefender,nod32,verbose_spamassassin,fast_spamassassin" -SILENT_VIRUSES='klez,bugbear,hybris,yaha,braid,nimda,tanatos,sobig,winevar,palyh,fizzer,gibe,cailont,lovelorn,swen,dumaru,sober,hawawi,holar-i,mimail,poffer,bagle,worm.galil,mydoom,worm.sco,tanx,novarg,\@mm' +SILENT_VIRUSES='klez,bugbear,hybris,yaha,braid,nimda,tanatos,sobig,winevar,palyh,fizzer,gibe,cailont,lovelorn,swen,dumaru,sober,hawawi,holar-i,mimail,poffer,bagle,worm.galil,mydoom,worm.sco,tanx,novarg,\@mm,spam' PWD=${PWD:-`pwd`} TMPDIR=${TMPDIR:-/tmp} --- sub-spamassassin.orig.pl 2004-10-18 21:58:17.000000000 -0300 +++ sub-spamassassin.pl 2005-04-19 14:25:49.000000000 -0300 @@ -79,6 +79,12 @@ $sa_score=int($sa_score); #Keep it RFC compliant $sa_score=100 if ($sa_score > 100); + my $score_spam = "10"; + if ($sa_score > $score_spam) { + $quarantine_event = "SPAM:spam_bloqueado"; + $quarantine_description = "spam"; + } + &debug ("Spam quarantine? $quarantine_event"); my $si=0; if ($sa_fast) { while ($si < $sa_score) {