Skip to content

Commit c7209ad

Browse files
committed
documented email blocklist usage
1 parent 1801e96 commit c7209ad

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

INSTALLATION.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)