Should be "all better now". Attempted to fix a minor bug last month, didn't get it quite right, that then caused this month's to not go out (on time). Fixed, that, correctly this time, and now appears all is well (reran the program slightly later this month after the fix). Context was already within single quotes ('), so needed to properly be ''' to get a net single quote at that level. Had earlier fixed whitespace after -m option - where shouldn't have been, but that then caused the loop to error out, until the other issue was properly corrected. # rlog lists_monthly 2>&1 | sed -ne '/^revision 1.6$/q;/^-{28}$/,$p' ---------------------------- revision 1.10 locked by: root; date: 2026/03/02 06:07:30; author: root; state: Exp; lines: +1 -1 properly fix syntax around (intended) log message for context ---------------------------- revision 1.9 date: 2026/02/09 22:35:01; author: root; state: Exp; lines: +1 -2 http --> https; remove set -x ---------------------------- revision 1.8 date: 2026/02/09 22:28:06; author: root; state: Exp; lines: +1 -1 fix syntax on (intended) log message ---------------------------- revision 1.7 date: 2025/07/02 14:44:38; author: root; state: Exp; lines: +8 -0 filter out list has no members stdout output line in case list membership [for --role] is empty ---------------------------- # rcsdiff -U 0 -r1.7 lists_monthly 2>&1 =================================================================== RCS file: RCS/lists_monthly,v retrieving revision 1.7 diff -U 0 -r1.7 lists_monthly --- lists_monthly 2025/07/02 14:44:38 1.7 +++ lists_monthly 2026/03/02 06:07:30 @@ -51 +51 @@ - ci -d -f -l -M -m 'membership update' membership
/dev/null 2>&1
+ ci -d -f -l -M -m'''membership update''' membership
/dev/null 2>&1
@@ -62 +61,0 @@ - set -x @@ -68 +67 @@ - echo '''http://www.balug.org/#Lists%27%5C'' + echo '''https://www.balug.org/#Lists%27%5C'' #
On Sun, Mar 1, 2026 at 10:15 PM Michael Paoli via BALUG-Admin balug-admin@lists.balug.org wrote:
Date: Mon, 02 Mar 2026 06:15:38 +0000 (UTC) Subject: [BALUG-Admin] BALUG: Lists, stats, etc. dates, lists, number of members: YYYY-MM-DD announce talk admin 2026-03-02 456 238 31 2026-02-01 457 237 31 2026-01-01 457 236 31
...