OKay, I've read, and been told from Tech support that the spamassassin that comes with SmaterMail is single threaded.. However.. I've successfully gotten it to run in multithread mode by running it from the command line with the following command line.
spamd -m 50 --min-spare=25 --allow-tell --syslog=spamdLog.txt --port=784
I run it on port 784 so that the one that SmarterMail invokes will not conflict.. I can also see the logfile information. My question is, why doesn't SmarterMail do this out of the box? Why doesn't SmarterMail allow us to tweak these command line settings?.. and more importantly WHY do they tell us that it isn't not multithreaded when it is?
Thanks, Connor