From d3a9424cdd9e7f88edec7940435508da9c4ed98c Mon Sep 17 00:00:00 2001 From: uckelman Date: Thu, 16 Dec 2010 21:45:41 +0000 Subject: Added a FIXME. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7578 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/MailmanToPhpBB3.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MailmanToPhpBB3.php b/src/MailmanToPhpBB3.php index 40822e6..a8d4cd7 100644 --- a/src/MailmanToPhpBB3.php +++ b/src/MailmanToPhpBB3.php @@ -81,6 +81,8 @@ class MailmanToPhpBB3 { # Possibly a reply to an existing topic $parentId = $this->bridge->getPostId($inReplyTo); if ($parentId === false) { +# FIXME: we need to try harder to find where this message goes, instead +# of dropping it! throw new Exception('unrecognized Reply-To: ' . $inReplyTo); } -- cgit v1.2.1