Merge #1837
1837: Set static hostname for antispam to preserve history. r=mergify[bot] a=Diman0 ## What type of PR? bug-fix ## What does this PR do? It addresses bug #561. Rspamd stores the history in redis. The key for storing the history contains the hostname. On recreation of the docker container, the hostname changes and for this reason the rspamd history is lost. Setting a fixed hostname resolves this. Upon recreating the antispam container the history is retained. ### Related issue(s) - Closes #561 ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. Co-authored-by: Dimitri Huisman <diman@huisman.xyz>master
commit
8370896253
@ -0,0 +1 @@
|
|||||||
|
Antispam service now uses a static hostname. Rspamd history is only retained when the service has a fixed hostname.
|
Loading…
Reference in New Issue