Mercurial > noffle
comparison 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 |
comparison
equal
deleted
inserted
replaced
221:0eaf93997170 | 222:bf290632d29e |
---|---|
4 The following macros must be set, when compiling this file: | 4 The following macros must be set, when compiling this file: |
5 CONFIGFILE | 5 CONFIGFILE |
6 SPOOLDIR | 6 SPOOLDIR |
7 VERSION | 7 VERSION |
8 | 8 |
9 $Id: configfile.c 331 2001-11-22 12:04:45Z mirkol $ | 9 $Id: configfile.c 341 2001-12-09 11:32:31Z bears $ |
10 */ | 10 */ |
11 | 11 |
12 #if HAVE_CONFIG_H | 12 #if HAVE_CONFIG_H |
13 #include <config.h> | 13 #include <config.h> |
14 #endif | 14 #endif |
103 7, /* threadFollowTime */ | 103 7, /* threadFollowTime */ |
104 30, /* connectTimeout */ | 104 30, /* connectTimeout */ |
105 FALSE, /* autoSubscribe */ | 105 FALSE, /* autoSubscribe */ |
106 FALSE, /* autoUnsubscribe */ | 106 FALSE, /* autoUnsubscribe */ |
107 TRUE, /* infoAlways */ | 107 TRUE, /* infoAlways */ |
108 TRUE, /* replaceMsgId */ | 108 FALSE, /* replaceMsgId */ |
109 "", /* hostnameMsgId */ | 109 "", /* hostnameMsgId */ |
110 FALSE, /* postLocal */ | 110 FALSE, /* postLocal */ |
111 "over", /* defaultAutoSubscribeMode */ | 111 "over", /* defaultAutoSubscribeMode */ |
112 "", /* mailTo */ | 112 "", /* mailTo */ |
113 14, /* defaultExpire */ | 113 14, /* defaultExpire */ |