I have fully configured MailScanner, spamassassin and razor (among many other programs). Everything is in full production. I have followed the documentation on <a href="http://razor.sourceforge.net">razor.sourceforge.net
</a> and everything seems to be working properly. Now that I am scanning through the log files, I don't think MailScanner is using razor. Here are the stats of grep -c in /var/log/mail/info:<br><br>PYZOR hits 729 times<br>
DCC hits 5450 times<br>RAZOR hits 0 times<br><br>This doesn't sound right. I will list the relevant portion of spam.assassin.prefs.conf below:<br><br># paths to utilities<br>pyzor_path /usr/bin/pyzor<br>dcc_path /usr/bin/dccproc
<br>razor_path /usr/bin/razor-check<br><br>Using default timeouts and none of the stop checks are uncommented. I specify the location of razor with the following command:<br><br>razor_config /root/.razor<br><br>Razor is writing to the log file properly but I don't think MailScanner/spamassassin uses it. How can I make sure that it is being used? Thanks!
<br><br><br>