Mercurial > noffle
diff src/configfile.c @ 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 | 21200ce10e68 |
children | 0340b9c17edc |
line wrap: on
line diff
--- a/src/configfile.c Sun Dec 02 19:32:44 2001 +0000 +++ b/src/configfile.c Sun Dec 09 11:32:31 2001 +0000 @@ -6,7 +6,7 @@ SPOOLDIR VERSION - $Id: configfile.c 331 2001-11-22 12:04:45Z mirkol $ + $Id: configfile.c 341 2001-12-09 11:32:31Z bears $ */ #if HAVE_CONFIG_H @@ -105,7 +105,7 @@ FALSE, /* autoSubscribe */ FALSE, /* autoUnsubscribe */ TRUE, /* infoAlways */ - TRUE, /* replaceMsgId */ + FALSE, /* replaceMsgId */ "", /* hostnameMsgId */ FALSE, /* postLocal */ "over", /* defaultAutoSubscribeMode */