Bugfix ticket system autoresponder

This commit is contained in:
OpenXE 2023-06-23 08:42:28 +02:00
parent 4b40c27c84
commit f3587501f2

View File

@ -843,8 +843,8 @@ class TicketImportHelper
$this->mailAccount->isAutoresponseEnabled()
&& $this->mailAccount->getAutoresponseText() !== ''
&& (
$this->erpApi->AutoresponderBlacklist($from) !== 1
|| $this->mailAccount->isAutoresponseLimitEnabled() === false
// $this->erpApi->AutoresponderBlacklist($from) !== 1 ||
$this->mailAccount->isAutoresponseLimitEnabled() === false
)
) {