Skip to content

tracking: equivalent configs of SpamAssassin & Rspamd #3323

@ghnp5

Description

@ghnp5

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:

# deliver spam messages in the inbox (eventually tagged using SA_SPAM_SUBJECT)
SPAMASSASSIN_SPAM_TO_INBOX=1

# KAM is a 3rd party SpamAssassin ruleset, provided by the McGrail Foundation.
# If SpamAssassin is enabled, KAM can be used in addition to the default ruleset.
# - **0** => KAM disabled
# - 1 => KAM enabled
#
# Note: only has an effect if `ENABLE_SPAMASSASSIN=1`
ENABLE_SPAMASSASSIN_KAM=1

# spam messages will be moved in the Junk folder (SPAMASSASSIN_SPAM_TO_INBOX=1 required)
MOVE_SPAM_TO_JUNK=0

# add spam info headers if at, or above that level:
SA_TAG=-999.0

# add 'spam detected' headers at that level
SA_TAG2=5.0

# triggers spam evasive actions
SA_KILL=999.0

# add tag to subject if spam detected
# by being empty, "***SPAM*** " (with a space) will be used
SA_SPAM_SUBJECT=undef

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 of local.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 in override.d ?

Wouldn't it make more sense that the add-line custom command would add lines to local.d instead of override.d? We already can easily create files in override.d, hence I'm not understanding how add-line is useful.

Thank you very much!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions