Change: Drop %LM from subject if Last-Modified is not found.
authorThomas Hochstein <thh@inter.net>
Sat, 15 May 2010 14:36:52 +0000 (16:36 +0200)
committerThomas Hochstein <thh@inter.net>
Sat, 15 May 2010 14:36:52 +0000 (16:36 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
yapfaq.pl

index 6e3032c..5cba939 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -292,6 +292,8 @@ sub postfaq {
   #Replace %LM by the content of the news.answer-pseudo-header Last-modified:
   if ($LastModified) {
     $$Subject =~ s/\%LM/$LastModified/;
   #Replace %LM by the content of the news.answer-pseudo-header Last-modified:
   if ($LastModified) {
     $$Subject =~ s/\%LM/$LastModified/;
+  } else {
+    $$Subject =~ s/[<\[{\(]?\%LM[>\]}\)]?//;
   }
 
   # Test mode?
   }
 
   # Test mode?
This page took 0.012054 seconds and 4 git commands to generate.