Re: Alternative to SpamAssassin's sa-update tool?
- Reply: Michael Grimm : "Re: Alternative to SpamAssassin's sa-update tool?"
- In reply to: Michael Grimm : "Alternative to SpamAssassin's sa-update tool?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 12:27:57 UTC
On Sat, Apr 27, 2024, at 2:52 PM, Michael Grimm wrote: > [resent from freebsd-ports@ to freebsd-questions@] > > Hi, > > I am running rspamd and do not intend to use SpamAssassin's ruleset, > but I do use rulesets provided and maintained by others [1]. I am using > 'sa-update' for updating both frequently adapted rulsets. Working fine. > > But, in order to be able to use that tool, I do have to install > 'mail/spamassassin'. What is the concern regarding installation? Perhaps if we know that, we can better help. I'll start by guessing size of the package and dependencies. The script itself is about 2300 lines. What you could try: install, copy /usr/local/bin/sa-update away somewhere else, delete the package, see if the script still runs. Repeat until you know the files require to run. If you report back that it's just a handful of files (out of the ~ 270 files installed), it might be feasible to create a new port / flavor for just sa-update. -- Dan Langille dan@langille.org