> Matthew Yette wrote: >> Since most spam is relatively small in size, I was thinking of >> implementing >> a limit on SA that says, only scan for spam if this message is less >> than, >> say, 200k. Is this an easily settable option? >> > > Hi, > > If you are using spamc the default is already 250k bytes > > -s max_size > > If you are using spamassassin or calling the perl API directly you will > have to use some other tool to do it. > > Regards, > > Rick >
This made me take a look at the last logs of one of my mail servers, just for curiosity. For 1 month, 4049 mails correctly tagged as spam with 1 false positive (and this was a mail sent from a mobile phone). For those 4049, just 8 were bigger than 100Kb, and only one was bigger than 1 200kb (216kb). So the default value works perfectly! - Ruben