diff options
Diffstat (limited to 'src/MailmanToPhpBB3.php')
-rw-r--r-- | src/MailmanToPhpBB3.php | 2 |
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); } |