Index: moap/command/cl.py
===================================================================
--- moap/command/cl.py	(revision 321)
+++ moap/command/cl.py	(working copy)
@@ -81,7 +81,7 @@
         @type lines: list of str
         """
         # first line is the "name" line
-        m = _nameRegex.search(lines[0])
+        m = _nameRegex.search(lines[0].strip())
         self.date = m.expand("\\1")
         self.name = m.expand("\\2")
         m = _addressRegex.search(self.name)
