On Fri, 06 Oct 2006 23:58:27 +0200, Renee Klawitter wrote:

> Hi there!  I'm trying to rewrite my address when posting through nntp;
> as you can see, without luck.  I've skimmed through the gnus help and
> found:
>
> (setq gnus-posting-styles
>       '(("nntp:.*";
>          (address "klawitter(at)email(dot)de"))))
>
> But that obviously didn't do the trick. What did I miss ?

This is mine.

;; gnus posting styles
(setq gnus-posting-styles
      '((".*"                          ;;  default settings
         (address "[EMAIL PROTECTED]"))
        ((message-news-p)               ;; for news
         (address "[EMAIL PROTECTED]")))) 

HTH.

-- 
Peter Wu
Powered by Gentoo GNU/Linux 2.6.17
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to