[Rspamd-Users] RSpamd's autolearn function - Location in the file system

Gerald Galster list+rspamd at gcore.biz
Wed Apr 10 14:28:05 UTC 2024


> Where are the values stored in RSpamd's autolearn function? I ask because I

Usually redis (backend).

> would like to make the learned patterns from an old server available on a new 
> server.


https://rspamd.com/doc/modules/bayes_expiry.html#limiting-memory-usage-to-a-fixed-amount

Do you have a separate redis instance for bayes? Then you can copy the .rdb file to the new server.

Redis dumps are often stored in /var/lib/redis/.../dump.rdb, depending on your distribution.

Best regards,
Gerald



More information about the Users mailing list