Skip to content

Specify Rspamd version #3922

Answered by georglauterbach
cfis asked this question in Q&A
Discussion options

You must be logged in to vote

When the changes have been published in the PPA, theoretically, the next build for :edge should catch the latest version of Rspamd (note: it's not Rsampd but Rspamd 😄). Then, it should be an easy fix, just adding the file in target/rspamd/local.d/history_redis.conf with contents

key_prefix = "rs_history{{COMPRESS}}";

The file should be created in this function:

function __rspamd__setup_redis() {
if _env_var_expect_zero_or_one 'ENABLE_RSPAMD_REDIS' && [[ ${ENABLE_RSPAMD_REDIS} -eq 1 ]]; then
__rspamd__log 'debug' 'Internal Redis is enabled, adding configuration'
cat >"$…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by polarathene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants