From 8d364cde8a727736ecdbbb20dbdf2c018a8648d1 Mon Sep 17 00:00:00 2001 From: jgg <> Date: Sat, 3 Mar 2001 20:59:13 +0000 Subject: [PATCH] Lost a ? --- ud-mailgate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-mailgate b/ud-mailgate index 3cd2f00..9046db6 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -204,7 +204,7 @@ def DoDNS(Str,Attrs,DnRecord): # Handle an [almost] arbitary change def HandleChange(Reply,DnRecord,Key): global PlainText; - Lines = re.split("\n *\r",PlainText); + Lines = re.split("\n *\r?",PlainText); Result = ""; Attrs = []; -- 2.20.1