[Rspamd-Users] Disable specific spam rule?
Panayotis Katsaloulis
panayotis at panayotis.com
Mon Oct 30 11:13:07 UTC 2023
That's it!
When I tried it with another filter, i.e. MIME_TRACE, then the value of
this filter didn't change. Only REPLYTO_EQ_TO_ADDR.
As a second test, I also tried with this configuration under groups.conf:
Again, didn't work, should I put these on different files, or, how would
I know?
This is the configuration under local.d/groups.conf
symbols {
"REPLYTO_EQ_TO_ADDR" {
weight = 0.66;
}
"MIME_TRACE" {
weight = 0.66;
}
"FORGED_RECIPIENTS" {
weight = 0.66;
}
}
Στις 30/10/23 10:30, ο/η Andrew Lewis έγραψε:
> Hi Panayotis,
>
> On Mon, 2023-10-30 at 05:53 +0200, Panayotis Katsaloulis via Users
> wrote:
>> I have a question. I want to disable a specific rule with rspamd, and
>> specifically REPLYTO_EQ_TO_ADDR since it's common for me to send
>> emails to myself
> It likely suits to drop scoring for this rule to zero.
>
> https://rspamd.com/doc/faq.html#how-to-change-score-for-some-symbol
>
> Alternatively the way to fully disable the rule without side-effects
> (i.e. also disabling related checks) is to use settings module but it's
> overkill & not intended for exactly this:
> https://rspamd.com/doc/configuration/settings.html
>
> Best,
> -AL.
More information about the Users
mailing list