animetosho / Nyuu

Flexible usenet binary posting tool
215 stars 30 forks source link

Feature request: bring back PowerPost style Message-ID generation as an option #98

Closed jrehmer closed 1 year ago

jrehmer commented 1 year ago

I know some people hate it, but the way PowerPost and similar tools generate the Message-IDs containing partXXXofXXX to represent the part numbers is very valuable to me. It makes it ridiculously simple for me as a user, and a server admin, to see exactly which articles came through and which did not in various situations.

animetosho commented 1 year ago

I'm not entirely sure what you're looking for, but perhaps adding part{0part}of{parts} to the --subject parameter is what you want?

jrehmer commented 1 year ago

PowerPost Message-IDs look like this:

<part25of168.EU4wMMScxjDSDAXad8aS@powerpost2000AA.local>

The only part of the Message-ID that changes between articles is the part numbers.

Being a server admin, it's easier for me to look at logs, which only contain a Message-ID and no other information that I may need to pull out of overview data.

animetosho commented 1 year ago

Oops, I thought you meant subject. But the same applies for the --message-id option, so you probably want something like --message-id "part{part}of{parts}.${rand(20)}@powerpost2000AA.local"

jrehmer commented 1 year ago

Yep, as in #97, I did not fully read this feature was already there, thanks again.