You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by "sebastian@debianfan.de" <se...@debianfan.de> on 2017/06/01 20:57:44 UTC

Razor2 Check

Hi @all,

how do i test razor 2 if it's working?

Are there any testfiles?

Tnx

Sebastian

Re: Razor2 Check

Posted by David Jones <dj...@ena.com>.
>From: sebastian@debianfan.de <se...@debianfan.de>

>how do i test razor 2 if it's working?

>Are there any testfiles?

Make sure the Razor2 plugin is enabled in your .pre files:

spamassassin -D --lint 2>&1 | grep -i razor

You should see some RAZOR2 rule hits in your mail logs pretty
quickly if it's working properly:

grep RAZOR2 /var/log/mail.log

This is rather old but still should be accurate:

https://wiki.apache.org/spamassassin/RazorHowToTell

Dave