Re: slrn: mailing posts for certain newgroups?
Grant Edwards <[email protected]> Sun, 26 Sep 2021 13:39:15 -0000 (UTC)
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
On 2021-09-25, Grant Edwards <[email protected]> wrote: > Many, many years ago, I remember configuraing slrn so that posts to > certain specific groups were submitted via email instead of being > posted via NNTP. > > It looks like I'll need to do that again, but I don't remember how I > did it and can't find any old config files. :/ > > Can anybody offer any advice on the best way to set that up again? > > Create a newsgroup hook that changes post_object to "inews" and sets > "inews_program" to something I hack together that e-mails the article? Rats. That doesn't appear to work. The value of post_object is only checked during startup and changes to it after that are ignored. -- Grant