diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/migrate/40clamav93 smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/migrate/40clamav93 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/migrate/40clamav93 2020-12-02 11:37:01.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/migrate/40clamav93 2021-12-20 09:37:06.984000000 -0500 @@ -12,4 +12,9 @@ if (my $maxFiles = $DB->get_prop_and_delete('clamav', 'ArchiveMaxFiles')) { $smtpd->merge_props('MaxFiles', $maxFiles); } + + if (my $AlertEncrypted = $DB->get_prop_and_delete('clamav', 'ArchiveBlockEncrypted')) { + $smtpd->merge_props('AlertEncrypted', $AlertEncrypted); + } + } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables 2021-12-20 09:32:17.629000000 -0500 @@ -0,0 +1 @@ +AlertBrokenExecutables {$clamav{AlertBrokenExecutables} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted 2021-12-20 09:25:06.175000000 -0500 @@ -0,0 +1 @@ +AlertEncrypted { $clamav{ArchiveBlockEncrypted} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax 2021-12-20 09:29:01.128000000 -0500 @@ -0,0 +1 @@ +AlertExceedsMax { $clamav{AlertExceedsMax} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros 2021-12-20 09:26:15.582000000 -0500 @@ -0,0 +1 @@ +AlertOLE2Macros { $clamav{AlertOLE2Macros} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection 2021-12-20 09:29:25.461000000 -0500 @@ -0,0 +1 @@ +AlertPartitionIntersection { $clamav{AlertPartitionIntersection} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak 2021-12-20 09:31:36.956000000 -0500 @@ -0,0 +1 @@ +AlertPhishingCloak {$clamav{AlertPhishingCloak} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch 2021-12-20 09:29:58.656000000 -0500 @@ -0,0 +1 @@ +AlertPhishingSSLMismatch {$clamav{AlertPhishingSSLMismatch} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted 2021-12-20 09:15:25.866000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -ArchiveBlockEncrypted { $clamav{ArchiveBlockEncrypted} || 'no' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts 2021-12-20 09:33:44.987000000 -0500 @@ -0,0 +1 @@ +HeuristicAlerts {$clamav{HeuristicAlerts} || 'yes' } diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted --- smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted 2020-12-02 11:37:01.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -no