From: Thomas Hochstein Date: Wed, 14 Apr 2010 07:11:45 +0000 (+0200) Subject: Reset default for NNTPServer to "unset". X-Git-Tag: v0.8~10 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=7ef63844b5c14ca2bf5875bb39012faab0402f4f;ds=sidebyside Reset default for NNTPServer to "unset". Since yapfaq fill fall back to Perl's build-in defaults, that should be no problem; furthermore user may now override this setting via .yapfaqrc without changing the code. Signed-off-by: Thomas Hochstein --- diff --git a/yapfaq.pl b/yapfaq.pl index 520a635..816f195 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -20,7 +20,7 @@ my @ValidConfVars = ('NNTPServer','NNTPUser','NNTPPass','Sender','ConfigFile', 'PathtoPGPPass','pgpbegin','pgpend','pgptmpf','pgpheader'); ################################### Defaults ################################## -my %Config = (NNTPServer => "localhost", +my %Config = (NNTPServer => "", NNTPUser => "", NNTPPass => "", Sender => "",