[Rspamd-Users] Disable history based on header

Vsevolod Stakhov vsevolod at rspamd.com
Thu Nov 24 10:04:20 UTC 2022


On 24/11/2022 08:17, George Asenov wrote:
> Hello,
> 
> I'm searching for an option to disable  history (the tab in the web UI) 
> for a specific email messages based on header for example SUBJECT but 
> keep all other rspamd functionality? (i.e. exclude messages from the 
> history tab, messages that are private (including subject) for example)
> 
> I tried settings
> https://rspamd.com/doc/configuration/settings.html
> 
> but
> ```
> apply {
>                  symbols_disabled = ["history redis"];
>          }
> ```
> 
> does not seam to work .

The proper symbol's name is `HISTORY_SAVE`.


More information about the Users mailing list