diff --git a/app/Classes/Protocol/Binkp.php b/app/Classes/Protocol/Binkp.php index e337627..c6fffec 100644 --- a/app/Classes/Protocol/Binkp.php +++ b/app/Classes/Protocol/Binkp.php @@ -1018,10 +1018,13 @@ final class Binkp extends BaseProtocol * @param string $buf * @return bool * @throws \Exception + * @todo We need to not add more files this session if a node skips a file + * @todo This incorrectly records the mail/file as sent and thus it is not sent again */ private function M_skip(string $buf): bool { - Log::info(sprintf('%s:+ Remote request to skip the file for now [%s]',self::LOGKEY,$buf)); + Log::debug(sprintf('%s:+ Remote request to skip the file for now [%s]',self::LOGKEY,$buf)); + throw new \Exception('We got a skip, but we dont handle it properly'); if ($file = $this->file_parse($buf)) { if ($this->send->nameas