From: Thomas Hochstein Date: Sun, 11 Apr 2010 22:20:48 +0000 (+0200) Subject: Fix: Wrong text for content check (configuration file). X-Git-Tag: v0.7~2 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=2ef9b9cd23aa25fa81a093176121f5bc09b5953d;hp=5a6670c7ff54e30051018ff1e333e314ffa0d2dc;ds=sidebyside Fix: Wrong text for content check (configuration file). Check for Message-ID had text from check for Expires. Signed-off-by: Thomas Hochstein --- diff --git a/yapfaq.pl b/yapfaq.pl index 0e141e5..cbcea37 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -210,7 +210,7 @@ sub readconfig{ warn "$0: W: The Expires for your project \"$$Config[$i]{'name'}\" is invalid - set to 3 month.\n"; } unless(defined($$Config[$i]{'mid-format'}) && $$Config[$i]{'mid-format'} =~ /^<\S+\@\S{2,}\.\S{2,}>$/) { - warn "$0: W: The Expires for your project \"$$Config[$i]{'name'}\" seems to be invalid - set to default.\n"; + warn "$0: W: The Message-ID format for your project \"$$Config[$i]{'name'}\" seems to be undefined or invalid - set to default.\n"; } } $Error .= "-" x 25 . 'program terminated' . "-" x 25 . "\n" if $Error;