Fix: Wrong text for content check (configuration file).
authorThomas Hochstein <thh@inter.net>
Sun, 11 Apr 2010 22:20:48 +0000 (00:20 +0200)
committerThomas Hochstein <thh@inter.net>
Sun, 11 Apr 2010 22:20:48 +0000 (00:20 +0200)
Check for Message-ID had text from check for Expires.

Signed-off-by: Thomas Hochstein <thh@inter.net>
yapfaq.pl

index 0e141e5..cbcea37 100644 (file)
--- 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;
This page took 0.012086 seconds and 4 git commands to generate.