From: Ken Hornstein Date: Tue, 28 Feb 2012 03:05:41 +0000 (-0500) Subject: Fix bug #1466. It turns out that RFC 934 specifies that any line starting X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/7d2c0f47e69415ffb3425f46f0fd78a984e119e2?hp=7d2c0f47e69415ffb3425f46f0fd78a984e119e2 Fix bug #1466. It turns out that RFC 934 specifies that any line starting with a "-" but NOT followed by a space is a valid message delimiter. We only supported one type of message delimiter. Adapt the code so any valid delimiter is supported. ---