GoPostStuff icon indicating copy to clipboard operation
GoPostStuff copied to clipboard

Post resuming

Open madcowfred opened this issue 11 years ago • 2 comments

Currently posts can't be resumed at all, it would be nice if they could be.

  • [ ] Change how Message-IDs are generated:
    • Add a global/SecretKey option, arbitrary length string to use when generating Message-IDs
    • Hash a string consisting of something like "{GPS start time}|subject|secretkey"
    • Message-ID = "{hash}@gopoststuff" or something similar
  • [ ] Log the {GPS start time} when starting up
  • [ ] Add ability to override the {GPS start time} parameter with a command line option
  • [ ] If overridden, send "IHAVE messageid" commands to server for every article before posting

madcowfred avatar May 09 '14 08:05 madcowfred

why not use the message-id that the usenet server provides? you can then write those to a file as you post stuff

L2501 avatar Jun 15 '14 09:06 L2501

Any idea on when this might be implemented? The header check comes in handy.

peaveyman avatar Mar 29 '15 04:03 peaveyman