[Rspamd-Users] Best way to kill a rule

Nihad @ RSPAMD maillist rspamd-mlist-user-qa at eminovic.ba
Wed Sep 25 13:33:37 UTC 2019


You can try with this.


 apply {
  symbols_disabled = ["RBL_VIRUSFREE_BOTNET"];
 }

This will disable that symbol for the match.



/Nihad
On 25 Sep 2019, 13.31 +0200, Sophie Loewenthal <sophie at klunky.co.uk>, wrote:
> Hi,
>
> Would this be a good way to render a rule impotent? I don’t think so. Is there a preferred way?
>
>
> # cat local.d/settings.conf
> kill_virusfree_rule {
> priority = high;
> from = "/@.+\..+/";
> apply {
> RBL_VIRUSFREE_BOTNET = 0.0;
> }
> }
>
> Best wishes,
> S
>
>
>
>
>
> --
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users


More information about the Users mailing list