Actually the only one you will likely see is RAZOR2_CHECK. RAZOR_CHECK is only called if you have razor v1.x installed, RAZOR2_CHECK is only run if you have razor 2.x installed. You'll only see both if you've downloaded and installed both razor 1.x and razor 2.x.


Razor should be called by SpamAssassin when the rules are run. System wide vs per user should not matter, unless you've manually zeroed the score for razor checks to disable them.

From what information you've given, you should be seeing SA hitting razor sometimes. Unless of course there's something earlier in /etc/procmailrc or a sendmail milter which is calling razor-check first. (obviously if you razor check your email first, and only give SA mail which passes a razor-check, SA will never mark an email as being in razor).

I might suggest running the command line version of SA as root:

spamassassin -tD <sample-nonspam.txt to see the debug output from spamassassin and watch it try to read your configs and try to call razor. This can give some very strong hints as to what is wrong.


At 02:48 PM 11/19/2002 -0800, Mark R. Cervarich wrote:
On the front page of, http://www.spamassassin.org/ spam-idendification
tactics are said to include:
        * Razor: Vipul's Razor....

I have Razor running as well as SpamAssassin.  Procmail filters
SpamAssassin caught mail into 1 folder and Razor mail into another
(see snippet of my .procmailrc at end of message).

My question is -- at what point does SpamAssassin use Razor?  Because
I'm not seeing any points attributable to Razor in the Spam headers.
(http://www.spamassassin.org/tests.html tells me that there are 2
tests that use RAZOR:  RAZOR_CHECK and RAZOR2_CHECK

...As I type this I realize I should mention that I'm using RedHat 8.0
with sendmail, procmail, and spamassassin, as well as spamd

*****BEGIN /etc/procmailrc ******
DROPPRIVS=yes

:0fw
* < 256000
| spamc
*****END /etc/procmailrc ******


So, thinking out loud, is Razor not getting used because of the
systemwide use of SpamAssasin?  Or is there some other reason.

mark


*******BEGIN Part of my .procmailrc**********
...skip lines

#This is for mail that's been tagged by the spamassassin
:0:
* ^X-Spam-Flag: YES
IN._spamassassin


##### Razor stuff #######
:0 Wc
| razor-check
:0 Wa
IN._razor-caught

********END OF MY .procmailrc**********



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing
your web site with SSL, click here to get a FREE TRIAL of a Thawte
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
Note: Emails authored under this address do not reflect the opinions of my employer unless otherwise stated. Facts contained are also prone to human error. If either of these statements are not humanly obvious to you, I suggest careful thought before leaping to any other conclusions.



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to