Updates to the Groups.io service.


Subscribe via RSS


October 6, 2021


October 5, 2021


September 28, 2021

  • CHANGE: The email notification of a pending message will no longer include the original message attached to the message in cases where: the message was generated from a non-subscriber, the message contains a virus, the message was sent from a pending member. The notification email will continue to include the text of the pending message.

September 24, 2021


September 23, 2021


September 22, 2021


September 21, 2021

  • NEW: In pending message moderator notification emails, now include the reason why the message is moderated.
  • BUGFIX: Refactor the smptd process and fix a bug where the wrong group name was included in an error message when a message was sent to multiple groups.
  • BUGFIX: Moderators with the Billing permission but not the Paid Subscriptions/Donations permission did not have the `Billing` tab in the sidebar.

September 20, 2021


September 17, 2021

  • BUGFIX: Improved parsing of some secureserver.net bounce emails.
  • NEW: We now track bounces of moderator notifications in the Email Delivery History page, specifically: storage limit, pending message, pending subscriber, new subscriber, unsubscription, resubscription, spam unsubscription, new subgroup created.
  • NEW: We now track bounces of +owner messages in the Email Delivery History page.
  • NEW: We now track bounces of replies to messages from the web site separately from posts to subscribers in the Email Delivery History page.
  • INTERNAL: Cleanup of email delivery history processing system.

September 14, 2021


September 13, 2021


September 10, 2021

  • DOCS: Updates from Nina.
  • API: Fixed `sub_group_access` documention to the `/update_group` endpoint documention.
  • API: Changed the `subgroup_access` field to `sub_group_access` on the group object to be consistent with other uses of the term.
  • API: Changed the `subgroupcategoryid` field to `sub_group_categoryid` on the group object to be consistent with other uses of the term.

September 7, 2021


September 3, 2021

  • INTERNAL: More work on automating Android app releases.
  • APP: Submitted new versions of the app to both the Apple and Android stores and am awaiting responses.

September 2, 2021

  • CHANGE: When viewing or editing a database row that contains images, limit the size of the images when viewing them to prevent formatting problems.

September 1, 2021


August 31, 2021

  • BUGFIX: Refactored the editor code and fixed a problem with Firefox where an error banner would sometimes briefly show up when exiting the editor page.

August 30, 2021


August 28, 2021

  • BUGIFX: Convert `/` characters in photo names to `_` when exporting photos.

August 27, 2021

  • BUGFIX: For some repeating events ending on a specific day in a non-Pacific timezone, we sometimes had an off-by-one day error for the until date.
  • INTERNAL: Fixed some minor Javascript errors on the `New Topic` and `Invite` pages.
  • INTERNAL: Re-enabled logging of client-side javascript errors, and did some work to filter out useless results.