I running a Redhat 9 box with postfix-2.0.16, amavisd-new-20030616,
Mail-SpamAssassin-2.60, razor-agents-sdk-2.03, and razor-agents-2.36.  I
am using this box to relay mail to our internal mail server.  Basically,
the box uses amavis to call spamassassin which calls razor to check the
mail for spam...it it IS spam, then it just modifies the subject line
and forwards the message to its intended recipient.  

It appears that Spamassassin is working correctly, but I'm having a hard
time verifying that razor is working correctly.  To install the razor
sdk I did:

perl Makefile.PL
make
make test (which came up with an error)
make install 

There were no errors during the "make install" so I ignored the errors
from "make test".  I did the samve for the razor agents with no errors. 
Then I went and checked a mail account that usually gets spam and sure
enough, spamassassin was tagging most of the spam.  I wanted to test
razor, so I sent a test message from my hotmail account with only the
word "test in the subject line, and it didn't tag the email as spam. 
>From what I was reading, razor should recognize this message as spam. 

I checked out this link
http://spamassassin.taint.org/faq/index.cgi?req=show&file=faq02.005.htp
for testing if spamassassin is using razor correctly.  So I do a "cd
/var/mail" and then "spamassassin -P -t -D < [spam message]".  It tells
me that razor2 check is skipped.  I do some more digging and apply the
razor patch without any problems.  I do the "spamassassin -P -t -D <
[spam message]" and this time I see that razor is actually hitting the
server and checking the message correctly.

So I stop postfix, restart amavisd, and startup postfix again.  I send
another message from my hotmail account with the subject "spam" and it
still won't flag the message as spam.  Can anyone help me figure out
what I did wrong?


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to