chore(release): 1.12.6#265
Merged
Merged
Conversation
…boxes, isolate lifecycle Inbound mail: a ~all softfail is accepted and tagged instead of answered with a permanent 550 (RFC 7208 8.5). gmail/google/microsoft all publish ~all, so this was permanently bouncing legitimate forwarded and mailing-list mail. Plus the RFC 4291 dotted-quad ip6: fix and test pins closing a forged-pass vector. Corporate mailboxes are now an admin-granted permission rather than something inferred from the account's own (self-writable) email address. BEHAVIOUR CHANGE: migration 0006 grants on upgrade only to administrators and edit_users holders and leaves every other on-domain account disabled, listed in the boot log and in the professional_mailbox_migration_pending option. Plugin/theme process lifecycle: no orphaned isolates on theme switch, on a concurrent same-slug load, or on a failed load; theme re-inits coalesce instead of queueing a full reload each; activation no longer reports a theme the site is not on.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump + CHANGELOG for 1.12.6 (PRs #261, #262, #263, #264 already merged).
Headline: a
~allsoftfail was being answered with a permanent 550, which permanently bounced legitimate forwarded and mailing-list mail from gmail/google/microsoft. Also ships admin-owned corporate mailboxes (with a documented migration that disables non-admin on-domain accounts until an admin re-enables them) and the plugin/theme isolate lifecycle fixes.