[tin-dev] [tin 2.6.4] snapshots

Urs Janßen urs at tin.org
Sat May 11 12:45:08 CEST 2024


Urs Janßen wrote:
> The MOTD will only displayed at startup if it changed on the server
> (it can be seen anytime via 'J').

and that broke NEWGROUPS detection and thus $AUTO[UN]SUBSCRIBE.
sorry

=== modified file 'src/config.c'
--- old/src/config.c	2024-05-05 17:28:34 +0000
+++ new/src/config.c	2024-05-11 10:24:15 +0000
@@ -2254,7 +2254,7 @@
 		}
 
 		if (match_long(line, "motd_hash=", &motd_hash))
-			break;
+			continue;
 
 		if (match_string(line, "version=", NULL, 0)) {
 			if (upgrade != NULL) /* ignore duplicate version lines; first match counts */




More information about the tin-dev mailing list