File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,6 +233,16 @@ Add the tags to the "Required tags" section:
233233
234234![ img/required-tags.png] ( img/required-tags.png )
235235
236+ ## Optional: Email blocklists
237+
238+ If you want to block some known-bad actors from using the deployment, you can setup the following email blocklists:
239+
240+ - Bad email patterns for granular control over which email addresses to block.
241+ To enable it, add a file named ` qpixel-email-patterns.txt ` to the deployment root's parent directory.
242+ Each line in the file should be a valid regular expression that a given email will be checked against.
243+ - Bad email domains for bulk blocks on emails from known bad domains.
244+ To enable it, add a file named ` qpixel-domain-blocklist.txt ` to the deployment root's parent directory.
245+ Each line in the file corresponds to a domain that should be blocked.
236246
237247## Optional: Help Topics
238248
You can’t perform that action at this time.
0 commit comments