Change: Drop %LM from subject if Last-Modified is not found.
[usenet/yapfaq.git] / 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/;
+  } else {
+    $$Subject =~ s/[<\[{\(]?\%LM[>\]}\)]?//;
   }
 
   # Test mode?
This page took 0.010345 seconds and 4 git commands to generate.