[Rspamd-Users] Best way to kill a rule
Sophie Loewenthal
sophie at klunky.co.uk
Wed Sep 25 14:23:30 UTC 2019
sent from phone, thus brief
> On 25 Sep 2019, at 3:33 pm, Nihad @ RSPAMD maillist via Users <users at lists.rspamd.com> wrote:
>
> 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
> --
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users
Thank-you Nihad.
More information about the Users
mailing list