[Rspamd-Users] rspamd ignoring learned ham/spam from redis but shows in rspamc stat

Stefan Bauer cubewerk at gmail.com
Wed Sep 4 07:16:26 UTC 2019


Yes, backend = redis but nevermind. Sorry for the noise. I used the snippet
for redis from
https://rspamd.com/doc/configuration/statistic.html
and there is indeed a per_user stanza.

    per_user = <<EOD
return function(task)
    local rcpt = task:get_recipients(1).........


Does ist make sense to have per_user stats? I mean spam is spam. I do not
let my users train / learn spam/ham.

Am Mi., 4. Sept. 2019 um 06:05 Uhr schrieb Tim Harman <tim at muppetz.com>:

> On 04/09/2019 6:52 am, Stefan Bauer wrote:
> > Hi,
> > Hi folks,
> >
> >
> > 2 rspamd systems with same redis master.
> > local redis as redis slave for read-only.
> <snip>
> >
> > Whats wrong here?
>
> Does the following command:
> rspamadm configdump classifier | grep backend
>
> return
> backend = "redis";
>
> on both hosts?
>
> Tim
>


More information about the Users mailing list