Lines Matching full:defect
17 exception. Instead, when it finds something unexpected, it adds a 'defect' to
411 # that as a defect and store the captured text as the payload.
463 # is illegal, so let's note the defect, store the illegal
465 defect = errors.FirstHeaderLineIsContinuationDefect(line)
466 self._cur.defects.append(defect)
491 # Weirdly placed unix-from line. Note this as a defect
493 defect = errors.MisplacedEnvelopeHeaderDefect(line)
494 self._cur.defects.append(defect)
499 defect = errors.MalformedHeaderDefect(line)
500 self._cur.defects.append(defect)