razor

prashantbhushan

Verified User
Joined
Jul 21, 2006
Messages
199
Location
Pune, India.
Hello,
Does anybody have idea about how to configure razor to work with spamassassin on linux.
Currently i have installed only razor-agents-2.82.tar.bz2 and razor-agents-sdk-2.07.tar.bz2. What next to do ?
 
Found this old post when trying to install razor myself. Got it working, so figured I might as well answer in case others are interested. After installing razor-agents and razor-agents-sdk, I couldn't figure out why mail headers weren't showing any razor checks. Finally I realized that I needed to restart spamd. Doh!

restart spamd:
Code:
killall -9 spamd
/usr/bin/spamd -d -c -m 5

test:
Code:
wget http://spamassassin.apache.org/gtube/gtube.txt
spamassassin -D < gtube.txt

Check for lines like these:
http://wiki.apache.org/spamassassin/RazorHowToTell
 
Back
Top