X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=blobdiff_plain;f=yapfaq.pl;h=cbcea37b249f817ef7dc30199c44ddb4fc8f5846;hp=0e141e52bcd81ceb3d60f633124454b65cb8cb4d;hb=2ef9b9cd23aa25fa81a093176121f5bc09b5953d;hpb=5a6670c7ff54e30051018ff1e333e314ffa0d2dc 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;