Re: [Lazarus] help with NNTP posting

2024-11-20 Thread duilio foschi via lazarus
solved. from https://www.w3.org/Protocols/rfc977/rfc977.html 3.10. The POST command ... The text forming the header and body of the message to be posted should be sent by the client using the conventions for text received from the news server: A single period (".") on a line indicates

Re: [Lazarus] help with NNTP posting

2024-11-19 Thread Marcus Sackrow via lazarus
Am 20.11.2024 um 08:34 schrieb Marcus Sackrow via lazarus:    LineToStream('"peppepolpo" '); just noticed here is also the 'From:' missing! LineToStream('From: "peppepolpo" '); -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists

Re: [Lazarus] help with NNTP posting

2024-11-19 Thread Marcus Sackrow via lazarus
Hi, Am 19.11.2024 um 21:25 schrieb duilio foschi via lazarus: I cannot understand how I can post a message into a newsgroup using INet components. I am not 100% sure but as far as I remember you need to send a single "POST" command first check the return code if you are even allowed to post a