(Posting Styles): Fix regexp.
authorSimon Josefsson <jas@extundo.com>
Fri, 29 Sep 2000 20:16:05 +0000 (20:16 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 29 Sep 2000 20:16:05 +0000 (20:16 +0000)
texi/ChangeLog
texi/gnus.texi

index b1cdd2d..9c4578c 100644 (file)
@@ -1,6 +1,7 @@
 2000-09-29  Simon Josefsson  <simon@josefsson.org>
 
        * gnus.texi (Converting Kill Files): Fix URL.
+       (Posting Styles): Fix regexp.
 
 2000-09-29 12:53:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index a39b02d..fdd51ee 100644 (file)
@@ -9827,7 +9827,7 @@ So here's a new example:
          (signature my-quote-randomizer))
         ((message-news-p)
          (signature my-news-signature))
-        (header "From.*To" "larsi.*org"
+        (header "From\\|To" "larsi.*org"
          (Organization "Somewhere, Inc."))
         ((posting-from-work-p)
          (signature-file "~/.work-signature")