# HG changeset patch # User enz # Date 967024345 -3600 # Node ID 55ba957023f93b345f5b2e2b3c9c5c176b56db5f # Parent ae1d1b93883d3dcc35cdca7924e8e797639fd525 [svn] do no longer always replace invalid message-IDs diff -r ae1d1b93883d -r 55ba957023f9 src/post.c --- 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 );