NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[rspamd] Restore add header forced action (#3440)

Revert 0474de88b175ef1cb638ef5525376033057be564. Fixed since c3a4c6d311058103287a4ad95ab2cca0bc51585a.

ca4c7c51
Michael Kuron <[email protected]> 6 years ago
data/conf/rspamd/local.d/force_actions.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/data/conf/rspamd/local.d/force_actions.conf b/data/conf/rspamd/local.d/force_actions.conf
index 79ee60c8..a1b9899d 100644
--- a/data/conf/rspamd/local.d/force_actions.conf
+++ b/data/conf/rspamd/local.d/force_actions.conf
@@ -1,6 +1,6 @@
 rules {
   WHITELIST_FORWARDING_HOST_NO_REJECT {
-    action = "rewrite subject";
+    action = "add header";
     expression = "WHITELISTED_FWD_HOST";
     require_action = ["reject"];
   }