Updates to the Groups.io service.


Subscribe via RSS


July 14, 2022


July 11, 2022


July 8, 2022

  • CHANGE: Changed the order that we check addresses to see if an email is sent from a subscriber. Previously, we checked envelope sender, then From:, then Reply-To:. Now we check From:, Reply-To:, then envelope sender. Also, we now only consider the check a success if the user has a subscription to the group. Previously, we would stop checking once we found a user account, without considering if the user was a subscriber. This could lead to some instances of the wrong user being selected as the sender of the email, and the email bouncing.

July 7, 2022


July 6, 2022


July 5, 2022


June 23, 2022


June 22, 2022


June 21, 2022

  • SYSADMIN: Switched all the web servers from using dnsmasq for DNS resolution to coredns, because of Amazon S3 DNS issues.

June 17, 2022


June 14, 2022


June 13, 2022

  • SYSADMIN: Updated the Go compiler.

June 10, 2022

  • INTERNAL: Reorganized and restructured the web server code and templates to increase the speed of compilation and testing as well as to make future development easier.

June 8, 2022


June 6, 2022


June 2, 2022


May 31, 2022


May 26, 2022

  • CHANGE: For new subscriptions to subgroups, if the subgroup does not have a default color set, the color of the parent group is used.
  • DOCS: Updates from Nina. [Owners Manual Revision History](https://groups.io/helpcenter/ownersmanual/1/revision-history), [Members Manual Revision History](https://groups.io/helpcenter/membersmanual/1/revision-history).

May 24, 2022

  • BUGFIX: The default color for new table rows should be no color. https://beta.groups.io/g/main/message/32257
  • CHANGE: The `Add Table Row` and `View Table Row` pages have been updated with a new format.
  • INTERNAL: Refactored much of the database table web UX code.

May 20, 2022