
GENERAL
-------
Q: Can i just forward my spam somewhere to add it to the db?

A: All mail reported to razor should be by a human. 
   Users should not bounce mail to a script which 'reports' them.


Q: I think I found a bug, or there appears to be an error in the code.
   What should i do?

A: Send the debug output and mail causing it (if you can) as well as
   a breif description (ex: its not spam, but razor thinks it is) 
   to chad@samo.org.  Capture the debug output like this 
   
   razor-check  -d mail  >mail.debug
   razor-revoke -d legit >legit.debug
  
   Also, feel free to look at the source and send in a patch with a
   description of what the patch solves.  :)
   Of course, test your patch out and make sure it works.




INSTALL/SETUP
-------------

Q: I'm not root, can install Razor Agents?

A: Yes.  you need to specify PREFIX dir during install.
   
   perl Makefile.pl PREFIX=/home/me/perl5

   then, edit your .cshrc or .tcshrc

   setenv PATH /home/me/perl5/bin:${PATH}
   setenv PERL5LIB /home/me/perl5/lib
   setenv MANPATH /home/me/perl5/man:${MANPATH}


Q: Can't locate xxxxx in @INC (@INC contains ...

A: Set the env variable PERL5LIB to dir containing xxxx. 
   find /usr/local/lib -type f |grep xxxx


