Lines Matching refs:defect
17 exception. Instead, when it finds something unexpected, it adds a 'defect' to
390 # that as a defect and store the captured text as the payload.
442 # is illegal, so let's note the defect, store the illegal
444 defect = errors.FirstHeaderLineIsContinuationDefect(line)
445 self._cur.defects.append(defect)
470 # Weirdly placed unix-from line. Note this as a defect
472 defect = errors.MisplacedEnvelopeHeaderDefect(line)
473 self._cur.defects.append(defect)
478 defect = errors.MalformedHeaderDefect(line)
479 self._cur.defects.append(defect)