commit | e48aa966c1f11ee6d66fc96a92dc4972d52353b8 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Nov 10 14:56:16 1995 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Nov 10 14:56:16 1995 +0000 |
tree | 80117f73921991bbcd439f9b4a5b7d56c3b22dd0 | |
parent | e2ac51efccb049df59889f1278f5cbe266d268ab [diff] [blame] |
Fixed bug in cts error message handling.
diff --git a/Tools/scripts/mailerdaemon.py b/Tools/scripts/mailerdaemon.py index 075df1f..245f670 100755 --- a/Tools/scripts/mailerdaemon.py +++ b/Tools/scripts/mailerdaemon.py
@@ -101,9 +101,9 @@ line = line[:-1] if not line: continue - errors.append(line) if line[:2] == '|-': break + errors.append(line) return errors def emparse_aol(fp):