* gnus.texi (Posting Styles): Addition.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 28 Dec 2000 23:55:28 +0000 (23:55 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 28 Dec 2000 23:55:28 +0000 (23:55 +0000)
texi/ChangeLog
texi/gnus.texi

index 51aa573..f8ef0c0 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-29 00:38:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Posting Styles): Addition.
+
 2000-12-28 20:04:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * message.texi (Buffer Entry): New section.
index f207302..1f8efd8 100644 (file)
@@ -9949,16 +9949,24 @@ So here's a new example:
         ((message-news-p)
          (signature my-news-signature))
         (header "From\\|To" "larsi.*org"
-         (Organization "Somewhere, Inc."))
+                (Organization "Somewhere, Inc."))
         ((posting-from-work-p)
          (signature-file "~/.work-signature")
          (address "user@@bar.foo")
          (body "You are fired.\n\nSincerely, your boss.")
          (organization "Important Work, Inc"))
+        ("nnml:.*"
+         (From (save-excursion
+                 (set-buffer gnus-article-buffer)
+                 (message-fetch-field "to"))))
         ("^nn.+:"
          (signature-file "~/.mail-signature"))))
 @end lisp
 
+The @samp{nnml:.*} rule means that you use the @code{To} address as the
+@code{From} address in all your outgoing replies, which might be handy
+if you fill many roles.
+
 
 @node Drafts
 @section Drafts