Clarify email domain submission filter formats and auto-enable behavior#729
Closed
promptless-for-oss wants to merge 1 commit into
Closed
Conversation
Update documentation to explain that plain domain names (like blocked.com) can be used without wildcards, and document the new auto-enable behavior where Email fields automatically turn on the domain filter when blocked domains are configured in Form Settings.
| :alt: Screenshot showing global domain blocking | ||
|
|
||
| Specify domains, one per line, using either full Email addresses or entire domains using an asterisk before the domain name, which acts as a wildcard. Ensure you save your changes. | ||
| Specify domains, one per line. You can enter: |
Author
There was a problem hiding this comment.
Added plain domain format (blocked.com) as a documented option based on the bug fix in FormValidationSubscriber.php that extracts the domain from the email address and matches it against plain domain filters without requiring @ prefix or wildcards.
Source: mautic/mautic#16171
|
|
||
| Applying domain name filtering to a Form | ||
| ======================================== | ||
|
|
Author
There was a problem hiding this comment.
Documented the auto-enable behavior from the fix in FormFieldEmailType.php that changes the default value of the donotsubmit toggle to true when do_not_submit_emails config is non-empty.
Source: mautic/mautic#16171
Contributor
|
Closing this PR as the PR on the Mautic repo is also closed. |
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.
Open this suggestion in Promptless to view citations and reasoning process
Updates documentation to clarify that plain domain names (like blocked.com) work without wildcards for the domain submission filter, and documents the new auto-enable behavior where Email fields automatically turn on the domain filter when blocked domains are configured in Form Settings.
Trigger Events
Tip: Use Vale? Add your vale.ini when setting up your Docs Collection.