(Posting Styles): Fix example (it was using the To
authorKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 14 Jul 2002 08:55:39 +0000 (08:55 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 14 Jul 2002 08:55:39 +0000 (08:55 +0000)
header instead of the From header).  From Christopher Splinter
<cs@splinter.inka.de>.

texi/ChangeLog
texi/gnus.texi

index aabd51c..f30dcba 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.texi (Posting Styles): Fix example (it was using the To
+       header instead of the From header).  From Christopher Splinter
+       <cs@splinter.inka.de>.
+
 2002-07-07  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (Top): Move hashcash down into spam chapter.
index 91e69f2..a9ed7ee 100644 (file)
@@ -11116,7 +11116,7 @@ So here's a new example:
         (window-system         ;; A value symbol
          ("X-Window-System" (format "%s" window-system)))
         ;; If I'm replying to Larsi, set the Organization header.
-        ((header "to" "larsi.*org")
+        ((header "from" "larsi.*org")
          (Organization "Somewhere, Inc."))
         ((posting-from-work-p) ;; A user defined function
          (signature-file "~/.work-signature")