aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
diff options
context:
space:
mode:
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>2019-04-02 06:38:54 +0200
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>2019-04-02 06:38:54 +0200
commit2f118ada4e5ea26ab6d395346661f713668b099b (patch)
treebd638290b7a8c8a5361d9e0fdf64b6328774067f /conf/modules.d
parent633e5513e27b1ea14b6f152ef72a5498b6b1f825 (diff)
downloadrspamd-2f118ada4e5ea26ab6d395346661f713668b099b.tar.gz
rspamd-2f118ada4e5ea26ab6d395346661f713668b099b.zip
[Minor] fix some warnings
Diffstat (limited to 'conf/modules.d')
-rw-r--r--conf/modules.d/external_services.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/modules.d/external_services.conf b/conf/modules.d/external_services.conf
index a4f9a6aea..98c79b4d0 100644
--- a/conf/modules.d/external_services.conf
+++ b/conf/modules.d/external_services.conf
@@ -29,7 +29,6 @@ external_services {
# symbol will be yielded if a match is found. If no match is found, default symbol is yielded.
patterns {
# symbol_name = "pattern";
- JUST_EICAR = "^Eicar-Test-Signature$";
}
# mime-part regex matching in content-type or filename
mime_parts_filter_regex {
@@ -83,7 +82,6 @@ external_services {
# symbol will be yielded if a match is found. If no match is found, default symbol is yielded.
patterns {
# symbol_name = "pattern";
- JUST_EICAR = "^Eicar-Test-Signature$";
}
# `whitelist` points to a map of IP addresses. Mail from these addresses is not scanned.
whitelist = "/etc/rspamd/antivirus.wl";