Sujet : Re: inn: recommended Message-ID question
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : news.software.nntpDate : 13. Sep 2024, 18:02:10
Autres entêtes
Organisation : Stefan Ram
Message-ID : <MID-20240913180108@ram.dialup.fu-berlin.de>
References : 1 2 3
Retro Guy <
retroguy@novabbs.com> wrote or quoted:
On my servers if the client sends it's own message-id, that is the mid used
for the message, so if I'm reading properly it should not be an issue in
most cases. Hoping I understand correctly :)
Yeah, it's the same here. I write the message-ID I want in my
headers. Then I send my message with a small Python script.
That script shows the messages from the news server verbatim:
|b'340 Ok, recommended ID <A>\r\n'
|b'240 Article posted <B>\r\n'
, where <A> is the ID the server recommends and <B> is the
message-ID from my header lines.