Gnus development mailing list
 help / color / mirror / Atom feed
* recipient-specific header
@ 2004-02-27 16:11 James H. Cloos Jr.
  2004-02-27 16:18 ` Paul Jarc
  0 siblings, 1 reply; 2+ messages in thread
From: James H. Cloos Jr. @ 2004-02-27 16:11 UTC (permalink / raw)


What is the best way to add a header (up front) for a specific list
of groups or recipients?

The @ghostscript.com lists now require a magic cookie either appended
to the Subject or in an X-Fnord header.  (It gets removed by the list
software, so fnord is by far the best name for it. :)  Since I read &
post in gnus it seems worse than silly not to automate it....

I presume message-header-setup-hook is the best place to put it?
Or is there a better way?

-JimC




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: recipient-specific header
  2004-02-27 16:11 recipient-specific header James H. Cloos Jr.
@ 2004-02-27 16:18 ` Paul Jarc
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Jarc @ 2004-02-27 16:18 UTC (permalink / raw)
  Cc: ding

"James H. Cloos Jr." <cloos@jhcloos.com> wrote:
> What is the best way to add a header (up front) for a specific list
> of groups or recipients?
>
> The @ghostscript.com lists now require a magic cookie either appended
> to the Subject or in an X-Fnord header.

If you have separate groups for those lists, you can use posting
styles.  Posting styles can be set in a variety of ways, including:
(add-to-list
 'gnus-posting-styles
 '("\\`nnwhatever+foo:ghostscript\\'"
   ("X-Fnord" "cookie")))


paul



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-27 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-27 16:11 recipient-specific header James H. Cloos Jr.
2004-02-27 16:18 ` Paul Jarc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).