>>>>> In >>>>> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote: > I feel it's much better. However, I don't know what the > parameter symbol is for the posting server. BTW, I wish I could > do as such as follows: > > (setq gnus-secondary-select-methods > `((nnml "" (gnus-post-method ,gnus-select-method)))) Kai> How about the variable gnus-parameters? Kai> (setq gnus-parameters Kai> `(("^nnml:" (gnus-post-method ,gnus-select-method)))) Kai> Does this work? No. But it's a good idea. There is a need to modify the function `gnus-post-method'. Could you please apply the following patch? 2001-07-31 Katsumi Yamaoka * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.