Sujet : Re: INN batches over multiple intermediates
De : martin (at) *nospam* burmester.org (Martin Burmester)
Groupes : comp.mail.uucpDate : 20. Jun 2024, 19:11:47
Autres entêtes
Organisation : burmester.org
Message-ID : <v51rd2$bmie$1@blackbox.home.burmester.org>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
Hi,
Am 16.06.2024 um 10:02 schrieb lkh:
Kyonshi <gmkeros@gmail.com> wrote:
On 6/15/2024 1:13 PM, Martin Burmester wrote:
Hi,
>
Am 14.06.2024 um 18:08 schrieb Kyonshi:
One question we just came across when thinking about this and we
couldn't find an answer:
Assuming we have two INN2 installations on machines more than one hop
away from one another, how would be the best way to move a batch from
Machine 1 to Machine 3, without an installation of INN on Machine 2
between them.
Would this have to be defined in the send-uucp.cf of INN or rather in
the port/sys settings of uucp itself?
>
I came across this question a few years ago. This would have to be done
in send-uucp. But as far as I know send-uucp does not support this. You
would have to dive into the the source code of send-uucp and implement it.
>
Cheers,
Martin
>
>
ah, pity. I thought that would be easier to manage.
>
although. I guess one could have a script running to push any
batch-files further down the line.
Maybe all it'd take would be editing the rnews command in the
execute files for the remote system. Something like:
sed 's/fakeremote/intermediate\!trueremote/' X.<file>
run by a cron job?
send-uucp is a pretty easy to read perl script. Adding it there is probably easier than those hacky ideas.
Cheers
Martin