From 393a8667711e59b310e038cd604b038b42bccee5 Mon Sep 17 00:00:00 2001 From: zefie Date: Sun, 24 Aug 2025 13:11:45 -0400 Subject: [PATCH] Maybe fix upstream Usenet Injection-Date header error --- zefie_wtvp_minisrv/includes/classes/WTVNews.js | 1 + 1 file changed, 1 insertion(+) diff --git a/zefie_wtvp_minisrv/includes/classes/WTVNews.js b/zefie_wtvp_minisrv/includes/classes/WTVNews.js index e5603210..39b03daf 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVNews.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVNews.js @@ -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) {