Gottfried <[email protected]> writes: > I have got that "gnus-posting-styles" , but it does not work. > It should sent mail from "[email protected]" > > (setq gnus-parameters > >> '((".*" > >> (posting-style > >> (name "gfp") > >> (address "[email protected]")))))
>From what I know, this should actually do what you want. Maybe the setting is just not used? There could be several reasons for that: for example, the setting is not even loaded due to some error (a syntax error for example), or it is overwritten or shadowed by some other source of setting(s) like your custom file. Michael.
