cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

actions.conf (694B)


      1 # documentation: https://rspamd.com/doc/configuration/metrics.html#actions
      2 # and            https://rspamd.com/doc/configuration/metrics.html
      3 
      4 # These values work in conjunction with the symbol scores in
      5 # `scores.d/*.conf`. When adjusting them, make sure to understand
      6 # and to be able to explain the impact on the whole system.
      7 greylist = 4;
      8 add_header = 6;
      9 reject = 11;
     10 
     11 # The value `null` disabled the action. A subject rewrite is handled by `SPAM_SUBJECT`:
     12 # https://docker-mailserver.github.io/docker-mailserver/latest/config/environment/#spam_subject
     13 #
     14 # The reasoning for this can be found in
     15 # https://github.com/docker-mailserver/docker-mailserver/issues/3804
     16 rewrite_subject = null;