changeset 136:55ba957023f9 noffle

[svn] do no longer always replace invalid message-IDs
author enz
date Wed, 23 Aug 2000 10:52:25 +0100
parents ae1d1b93883d
children 6f51480cc6ef
files src/post.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/post.c	Wed Aug 23 10:51:47 2000 +0100
+++ b/src/post.c	Wed Aug 23 10:52:25 2000 +0100
@@ -1,7 +1,7 @@
 /*
   post.c
 
-  $Id: post.c 165 2000-06-25 18:42:10Z bears $
+  $Id: post.c 202 2000-08-23 09:52:25Z enz $
 */
 
 #if HAVE_CONFIG_H
@@ -271,11 +271,6 @@
 	Prt_genMsgId( article.over.msgId, article.over.from, "NOFFLE" );
 	Log_inf( "Adding missing Message-ID '%s'", article.over.msgId );
     }
-    else if ( ! Prt_isValidMsgId( article.over.msgId ) )
-    {
-	Log_ntc( "Replacing invalid Message-ID '%s'", article.over.msgId );
-	Prt_genMsgId( article.over.msgId, article.over.from, "NOFFLE" );
-    }
     DynStr_app( s, "Message-ID: " );
     DynStr_appLn( s, article.over.msgId );