Mercurial > noffle
comparison noffle.conf.example @ 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 | 76460d98b2fb |
children | 0340b9c17edc |
comparison
equal
deleted
inserted
replaced
221:0eaf93997170 | 222:bf290632d29e |
---|---|
59 # Replace Message-ID in posted articles. If you are in a local domain, | 59 # Replace Message-ID in posted articles. If you are in a local domain, |
60 # ask your news provider for a domain name for generating Message-IDs. | 60 # ask your news provider for a domain name for generating Message-IDs. |
61 # If the hostname option is unused, it is replaced by the fully qualified | 61 # If the hostname option is unused, it is replaced by the fully qualified |
62 # domain name of your system. | 62 # domain name of your system. |
63 | 63 |
64 replace-messageid yes | 64 replace-messageid no |
65 #hostname UserId-XXXXX_newsserver | 65 #hostname UserId-XXXXX_newsserver |
66 | 66 |
67 # Post articles to remote groups into the local database immediately | 67 # Post articles to remote groups into the local database immediately |
68 # on receipt of article. | 68 # on receipt of article. |
69 # post-locally no | 69 #post-locally no |
70 | 70 |
71 # Set the default expire period in days | 71 # Set the default expire period in days |
72 default-expire 14 | 72 default-expire 14 |
73 | 73 |
74 # Expire all alt.* groups after 2 days, except for alt.oxford.* | 74 # Expire all alt.* groups after 2 days, except for alt.oxford.* |