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] Decrease weight of missed charset

6d5677eb
andryyy <[email protected]> 7 years ago
data/conf/rspamd/local.d/headers_group.conf | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 data/conf/rspamd/local.d/headers_group.conf

Diff

diff --git a/data/conf/rspamd/local.d/headers_group.conf b/data/conf/rspamd/local.d/headers_group.conf
new file mode 100644
index 00000000..1df92b55
--- /dev/null
+++ b/data/conf/rspamd/local.d/headers_group.conf
@@ -0,0 +1,7 @@
+symbols = {
+  "R_MIXED_CHARSET" {
+    weight = 1.0;
+    description = "Mixed characters in a message";
+    one_shot = true;
+  }
+}