[Rspamd-Users] Disable history based on header

George Asenov george.asenov at wpx.net
Thu Nov 24 08:17:43 UTC 2022


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 .


More information about the Users mailing list