Joe Kletch wrote: > > Thinking I should check the auto white-list I looked for the tools on > my FreeBSD 5.3 box running SA 3.02 and no tools exist. Nothing in the > ports tree--so I loaded the RPM port and then set to load the RPM > Package, however it complained about a bunch of missing dependencies > and I got cold feet. > > Anyone know the status of porting spamassassin-tools-3.0.0-1.i386 to > FreeBSD 5.3? > > I really do not want to get to far into the RPM install on this > production machine. > > Really the tools don't require much in the way of installation beyond having the same version of SpamAssassin installed correctly.
You should be able to safely grab the scriptfiles out of the tools subdirectory of a SA 3.0.2 tarball and they should work with your ported version of SA. There's no real magic to them, they're just very simple perl scripts that invoke the SA perl APIs. As long as the SA APIs are installed so your version of perl can find them, check_whitelist, etc should just run.