Spamassassin and Fedora Core 2
Installed spamassassin today on a Fedore Core 2 box using the Package Manager in Gnome. Only had to create the file /etc/procmailrc with the following in it to get it working:
# send mail through SpamAssassin
:0 fw
* < 256000
| /usr/bin/spamc -f
Restart sendmail, all done!