From: Thomas Hochstein Date: Thu, 25 Feb 2010 14:15:57 +0000 (+0100) Subject: Change: Default $NNTPServer to 'localhost' X-Git-Tag: v0.6~5 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=5f5909d22515bf8173a2e841e71a9a8bd051a8a9;hp=744071463ae62b7f502b5174d9b8cab1f1343aa9 Change: Default $NNTPServer to 'localhost' Signed-off-by: Thomas Hochstein --- diff --git a/yapfaq.pl b/yapfaq.pl index 998395f..4f42f4f 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -14,7 +14,7 @@ my $Version = "0.6-unreleased"; -my $NNTPServer = ""; +my $NNTPServer = "localhost"; my $NNTPUser = ""; my $NNTPPass = ""; my $Sender = "";