Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] nntp question

From: kolla:nvg:ntnu:no at: 29-Aug-2001 18:21

What would be the correct way to pick a certain article from a usenet server using rebol? I currently use the following script... #!/bin/sh nc news.blarb.com 119 <<EOF | less mode reader article $1 quit EOF which I would use like... getart "<message-id>" I dont find any reference on how to use the nntp support in rebol though, the section 12.3 in the user guide seems pretty irrelevant I think. When I pick messages, I do so based on message IDs, not their list placement on the server. -- kolla