-
-
Notifications
You must be signed in to change notification settings - Fork 2k
tracking: equivalent configs of SpamAssassin & Rspamd #3323
Copy link
Copy link
Closed
Labels
kind/improvementImprove an existing feature, configuration file or the documentationImprove an existing feature, configuration file or the documentationmeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dservice/security/rspamdservice/security/spamassassin
Metadata
Metadata
Assignees
Labels
kind/improvementImprove an existing feature, configuration file or the documentationImprove an existing feature, configuration file or the documentationmeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dservice/security/rspamdservice/security/spamassassin
Type
Projects
Status
Done
Subject
I would like some feedback concerning a use case
Description
It's not clear if we have equivalent configs for these, that apply to
rspamd:I just want to make sure all emails reach the Inbox (and not 100% rejected or moved to Junk), independently of their Spam score, but with Headers added to them.
I see that you allow us to completely override config files, by adding files to
override.d, but from what you understand, you already make use oflocal.d, which is the folder that can be used to override some configs.So, if I want to update just a few configs, but keeping your changes in
local.d, how can I do that, without overriding the whole file inoverride.d?Wouldn't it make more sense that the add-line custom command would add lines to
local.dinstead ofoverride.d? We already can easily create files inoverride.d, hence I'm not understanding howadd-lineis useful.Thank you very much!