comparison ChangeLog @ 222:bf290632d29e noffle

[svn] * src/post.c: Always replace message ID in posted message if existing message ID fails Prt_isValidMsgId. * noffle.conf.example,docs/noffle.conf.5,src/configfile.c: Change replace-messageid default from 'yes' to 'no'. These days bad message IDs from newsreaders shouldn't happen (or should be more easily fixable from the newsreader config), and replacing message IDs causes havoc if you're gatewaying mailing lists or similar.
author bears
date Sun, 09 Dec 2001 11:32:31 +0000
parents 81277bc2c264
children ffb1848a39db
comparison
equal deleted inserted replaced
221:0eaf93997170 222:bf290632d29e
1 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
2
3 * src/post.c: Always replace message ID in posted message if existing
4 message ID fails Prt_isValidMsgId.
5 * noffle.conf.example,docs/noffle.conf.5,src/configfile.c: Change
6 replace-messageid default from 'yes' to 'no'. These days bad message
7 IDs from newsreaders shouldn't happen (or should be more easily fixable
8 from the newsreader config), and replacing message IDs causes havoc if
9 you're gatewaying mailing lists or similar.
10
1 Sun Dec 2 2001 Mirko Liß <mirko.liss@web.de> 11 Sun Dec 2 2001 Mirko Liß <mirko.liss@web.de>
2 12
3 * src/protocol.c: Use pid and count to generate MsgIDs, not random number. 13 * src/protocol.c: Use pid and count to generate MsgIDs, not random number.
4 14
5 Thu Nov 29 2001 Jim Hague <jim.hague@acm.org> 15 Thu Nov 29 2001 Jim Hague <jim.hague@acm.org>