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
New Symbols defined for Security ClamAV DBs
689856b1
data/conf/rspamd/local.d/composites.conf | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Diff
diff --git a/data/conf/rspamd/local.d/composites.conf b/data/conf/rspamd/local.d/composites.conf
index 02ff955b..b342bca6 100644
--- a/data/conf/rspamd/local.d/composites.conf
+++ b/data/conf/rspamd/local.d/composites.conf
@@ -68,3 +68,33 @@ WL_FWD_HOST {
ENCRYPTED_CHAT {
expression = "CHAT_VERSION_HEADER & ENCRYPTED_PGP";
}
+
+CLAMD_SPAM_FOUND {
+ expression = "CLAM_SECI_SPAM & !MAILCOW_WHITE";
+ description = "Probably Spam, Securite Spam Flag set through ClamAV";
+ weight = 4.5;
+}
+
+CLAMD_BAD_PDF {
+ expression = "CLAM_SECI_PDF & !MAILCOW_WHITE";
+ description = "Bad PDF Found, Securite bad PDF Flag set through ClamAV";
+ score = 6;
+}
+
+CLAMD_BAD_JPG {
+ expression = "CLAM_SECI_JPG & !MAILCOW_WHITE";
+ description = "Bad JPG Found, Securite bad JPG Flag set through ClamAV";
+ score = 3;
+}
+
+CLAMD_BAD_HTML {
+ expression = "CLAM_SECI_HTML & !MAILCOW_WHITE";
+ description = "Bad HTML Found, Securite bad HTML Flag set through ClamAV";
+ score = 8;
+}
+
+CLAMD_BAD_JS {
+ expression = "CLAM_SECI_JS & !MAILCOW_WHITE";
+ description = "Bad JS Found, Securite bad JS Flag set through ClamAV";
+ score = 8;
+}
\ No newline at end of file