diff noffle.conf.example @ 357:b0ee77fa24d4 noffle

[svn] * src/post.c,src/configfile.c,src/configfile.h,docs/noffle.conf.5, noffle.conf.example,TODO: Added a config value to specify whether a Reply-To header should be appended to messages posted without it. Also made the new option show up in the noffle.conf manpage and the initial example configuration shipped with the package.
author bears
date Mon, 24 Mar 2003 23:32:48 +0000
parents 0340b9c17edc
children 614a3177b15c
line wrap: on
line diff
--- a/noffle.conf.example	Sun Mar 23 15:19:24 2003 +0000
+++ b/noffle.conf.example	Mon Mar 24 23:32:48 2003 +0000
@@ -65,6 +65,10 @@
 #hostname UserId-XXXXX_newsserver
 #hostname %user@domain.tld
 
+# Append a "Reply-To" header with the address mentioned in the "From" header. 
+# gererally a good idea
+append-reply-to yes
+
 # Post articles to remote groups into the local database immediately
 # on receipt of article.
 #post-locally no