mautic: bounces process only bounced today
Go to Mailbox.php public function searchMailbox($criteria = self::CRITERIA_ALL) { $criteria = 'SINCE "'.date("Y-m-d").'"'; #$criteria = 'ALL'; if (preg_match('/'.self::CRITERIA_UID.' ((\d+):(\d+|\*))/', $criteria, $matches)) […]