summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-12-16 21:45:41 +0000
committeruckelman <uckelman@nomic.net>2010-12-16 21:45:41 +0000
commitd3a9424cdd9e7f88edec7940435508da9c4ed98c (patch)
tree1028aaa05850eadb85f3e6b3b602aa11d4c97415
parent9a23a60d0714a08191f0eef5a1d095dea6420d59 (diff)
Added a FIXME.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7578 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r--src/MailmanToPhpBB3.php2
1 files changed, 2 insertions, 0 deletions
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);
}