Fix: Mailbox Stats über Dovecot mit config/mailpool.php

main v1.0.57
boban 2025-10-26 19:04:45 +01:00
parent 18447dbf21
commit 93c87b8d89
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ class SpamAvCollectCommand extends Command
$parts = explode('/', $clamLine, 3);
$clamVer = $parts[0] ?? 'ClamAV';
if (isset($parts[1])) {
$clamVer .= ' ' . $parts[1];
}
$sigUpdated = null;
if (isset($parts[2])) {
$sigUpdated = trim($parts[2]);