Search Criteria
Package Details: rspamd 1.8.3-2
Git Clone URL: | https://aur.archlinux.org/rspamd.git (read-only) |
---|---|
Package Base: | rspamd |
Description: | Fast, free and open-source spam filtering system. |
Upstream URL: | https://rspamd.com |
Keywords: | c rspamd spam-filtering |
Licenses: | |
Submitter: | ushi |
Maintainer: | post-factum |
Last Packager: | post-factum |
Votes: | 38 |
Popularity: | 1.991088 |
First Submitted: | 2013-10-23 21:43 |
Last Updated: | 2019-01-18 20:17 |
Dependencies (9)
- file (file-git)
- glib2 (glib2-sched-policy, glib2-quiet, glib2-patched-thumbnailer, glib2-git)
- icu (icu-svn)
- libevent (libevent-git, libevent-fb)
- luajit (luajit-git, luajit-2.1)
- sqlite (sqlite-fossil, sqlite-replication)
- cmake (cmake-git) (make)
- ninja (ninja-git, ninja-kitware) (make)
- ragel (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
post-factum commented on 2019-01-18 20:17
Now fixed, thanks.
fooker commented on 2019-01-18 10:28
@post-factum:the repo has moved from github.com/vstakhov/rspamd to github.com/rspamd/rspamd. Not a urgent thing because there is a forward - just wanted to let you know.
post-factum commented on 2018-10-29 08:18
I'm not a TU to move things to community.
mezcal commented on 2018-10-29 07:52
I think the rspamd should be moved to the community.
There is only a issue with flags. Rspamd which is compiled on my desktop is not working on the server. It must be compiled on the server to work.
mezcal commented on 2018-10-29 07:47
Logrotating is working like a charm. Thanks bjo for suggesting systemd logging. It s a good idea.
post-factum commented on 2018-10-22 17:27
logrotate script is added now. Check whether it is something you expected.
post-factum commented on 2018-10-22 13:11
Well, this is my current case too, rspamd just logs everything into syslog. But since there's an option to log into files, I guess, logrotate script still should be provided.
bjo commented on 2018-10-22 13:01
@post-factum: Not everyone uses logrotate.
An alternative for logrotate is using only systemd for log output and let journald rotate it:
/etc/rspamd/local.d/logging.inc
post-factum commented on 2018-10-22 12:49
Right. I'm using it locally, and I thought it was provided already, but apparently that was my out of tree work.
I'll include the logrotate config file in the next update.
mezcal commented on 2018-10-22 11:02
I should be fine to add a logrotate config file. The size of the logs is increasing constantly. I use this file /etc/logrotate.d/rspamd:
/var/log/rspamd/rspamd.log { missingok sharedscripts postrotate /usr/bin/systemctl --signal USR1 kill rspamd.service || true endscript }