diff options
Diffstat (limited to 'conf/modules.d/antivirus.conf')
-rw-r--r-- | conf/modules.d/antivirus.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/antivirus.conf b/conf/modules.d/antivirus.conf index 63fc555a9..16f38fbda 100644 --- a/conf/modules.d/antivirus.conf +++ b/conf/modules.d/antivirus.conf @@ -39,7 +39,7 @@ antivirus { # 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$"; + 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"; |