[Rspamd-Users] Disable history based on header

Alexander Moisseev moiseev at mezonplus.ru
Thu Nov 24 08:48:45 UTC 2022


On 24.11.2022 11: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 .

I guess it's not working because there is no such symbol.

task:set_flag('no_log') from the following example does that, but it disables logging as well.

https://rspamd.com/doc/lua/rspamd_task.html#example-9



More information about the Users mailing list