+ David T-G <[EMAIL PROTECTED]>:
>
> An approach that I recall as successful was to set up a send-hook that
> only triggered when there is no to: field and set the header in there,
> turning it off (or changing it) otherwise if to: can match anything.

I believe the suggestion was something to the effect of

   send-hook ! . 'my_hdr Blah: foo'

with the assumption that a news post would match because it contains
nothing in its To: and Cc: fields.  Unfortunately, this doesn't actually
match any posts.

send-hooks do apparenly affect [P]ost's because the following adds Blah:
to news postings:

   send-hook . 'my_hdr Blah: foo'

So I guess it's just a matter of figuring out a correct pattern.

-- 
Drew

Reply via email to