You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the poor title, please adjust as needed.
Would be nice to be able to read a list of emails to block from a file, or something. If you want to keep something like disposable_email_blocklist.conf in your ergo.yaml, you end up with literally 1000s of lines and it's a pain to keep up-to-date.
Aside: the example of regexs should actually be like: .*@example\\.com
The text was updated successfully, but these errors were encountered:
@progval noted that YAML includes would be ideal for this, however AIUI neither v2 nor v3 of our YAML library supports them. Switching to another library is risky in terms of compatibility breaks.
slingamn
added a commit
to slingamn/ergo
that referenced
this issue
Sep 11, 2023
Sorry for the poor title, please adjust as needed.
Would be nice to be able to read a list of emails to block from a file, or something. If you want to keep something like disposable_email_blocklist.conf in your
ergo.yaml
, you end up with literally 1000s of lines and it's a pain to keep up-to-date.Aside: the example of regexs should actually be like:
.*@example\\.com
The text was updated successfully, but these errors were encountered: