public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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] Moooore spam crap
6a523fc4
data/conf/rspamd/custom/bulk_header.map | 5 +++++
data/conf/rspamd/local.d/groups.conf | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
Diff
diff --git a/data/conf/rspamd/custom/bulk_header.map b/data/conf/rspamd/custom/bulk_header.map
index ff5e2218..2a6b1484 100644
--- a/data/conf/rspamd/custom/bulk_header.map
+++ b/data/conf/rspamd/custom/bulk_header.map
@@ -4,3 +4,8 @@
/.*nur-1-click*/i
/.*episerver.*/i
/.*supergewinne.*/i
+/.*mailer-service\.de/i
+/List-Unsubscribe.*nbps\.eu/i
+/X-Mailer: AWeber.*/i
+/.*regiofinder.*/i
+/.*EmailSocket.*/i
diff --git a/data/conf/rspamd/local.d/groups.conf b/data/conf/rspamd/local.d/groups.conf
index dbd9bd5a..868e7883 100644
--- a/data/conf/rspamd/local.d/groups.conf
+++ b/data/conf/rspamd/local.d/groups.conf
@@ -10,7 +10,7 @@ symbols {
score = 2.5;
}
"BULK_HEADER" {
- score = 2.5;
+ score = 3.5;
}
}