mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
Bugfix ticket system autoresponder
This commit is contained in:
parent
4b40c27c84
commit
f3587501f2
@ -843,8 +843,8 @@ class TicketImportHelper
|
|||||||
$this->mailAccount->isAutoresponseEnabled()
|
$this->mailAccount->isAutoresponseEnabled()
|
||||||
&& $this->mailAccount->getAutoresponseText() !== ''
|
&& $this->mailAccount->getAutoresponseText() !== ''
|
||||||
&& (
|
&& (
|
||||||
$this->erpApi->AutoresponderBlacklist($from) !== 1
|
// $this->erpApi->AutoresponderBlacklist($from) !== 1 ||
|
||||||
|| $this->mailAccount->isAutoresponseLimitEnabled() === false
|
$this->mailAccount->isAutoresponseLimitEnabled() === false
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user