version 0.1.13
[fms.git] / src / nntp / nntpconnection.cpp
index 078c1c3..fa35f4f 100644 (file)
@@ -786,9 +786,15 @@ void NNTPConnection::HandlePostedMessage(const std::string &message)
                }\r
                else\r
                {\r
-                       mess.StartFreenetInsert();\r
+                       if(mess.StartFreenetInsert())\r
+                       {\r
+                               SendBufferedLine("240 Article received OK");\r
+                       }\r
+                       else\r
+                       {\r
+                               SendBufferedLine("441 Posting failed.  Make sure the identity you are sending with exists!");\r
+                       }\r
                }\r
-               SendBufferedLine("240 Article received OK");\r
        }\r
        else\r
        {\r