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
Currently posts can't be resumed at all, it would be nice if they could be.