Skip to content

How to disable custom rule for authenticated users? #4810

Closed Answered by fatalbanana
mvasi90 asked this question in Q&A
Discussion options

You must be logged in to vote

Symbols can be conditionally disabled using settings module.

# local.d/settings.conf
authed_users {
  authenticated = yes;
  apply {
    groups_disabled = ["force_actions"]; # this group exists as of Rspamd 3.8.x
    # symbols_disabled = ["FORCE_ACTION_PHISHING", "FORCE_ACTION_SPOOFING"]; # pre Rspamd 3.8.x
  }
}

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mvasi90
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants