X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=blobdiff_plain;f=yapfaq.pl;h=816f1954177b1ce7891f057d3748d87628c7c4ec;hp=50928277f62f6c05974e72e89055c2e5a843d147;hb=7ef63844b5c14ca2bf5875bb39012faab0402f4f;hpb=ace701c4a66620857f468a138c29caeef8e9183d diff --git a/yapfaq.pl b/yapfaq.pl index 5092827..816f195 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -12,7 +12,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -my $Version = "0.7"; +my $Version = "0.8-prelease"; my $RCFile = '.yapfaqrc'; my @ValidConfVars = ('NNTPServer','NNTPUser','NNTPPass','Sender','ConfigFile', @@ -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 => "",