Maybe fix upstream Usenet Injection-Date header error

This commit is contained in:
zefie
2025-08-24 13:11:45 -04:00
parent 4af3819cbf
commit 393a866771

View File

@@ -300,6 +300,7 @@ class WTVNews {
'Newsgroups': group,
'Subject': msg_subject || "(No subject)",
'Message-ID': "<" + this.wtvshared.generateString(16) + "@" + this.minisrv_config.config.domain_name + ">",
'Injection-Date': this.strftime('%a, %-d %b %Y %H:%M:%S %z', new Date()),
'Date': this.strftime('%a, %-d %b %Y %H:%M:%S %z', new Date())
}
if (headers) {