Proposal: Limited Catch-All with a Configurable String #2370
hex-ffffff
started this conversation in
Feature Requests
Replies: 1 comment
-
This is already possible with the "auto create" rule that you can define for a custom domain on SL. This auto create rule is based on regular expression and is quite flexible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the Auto create/on the fly alias feature combined with Catch-All is very convenient for dynamically creating aliases. However, this mechanism could be further enhanced to provide even better spam protection.
Instead of accepting emails to any address and automatically creating an alias, SimpleLogin could optionally only accept messages that match a predefined pattern. For instance, each email address must begin with a certain string before the system will treat it as a “Catch-All”:
[prefix][random-part]@domain.com
Or more concretely:
abcweifo3hfe@domain.com
abc98237940@domain.com
adamiofjoiwf@domain.com
Users would define the prefix (e.g., abc, adam, etc.) and the allowed character set (e.g., [a-z,0-9]) for the random part.
Benefits:
With such an option, SimpleLogin retains the flexibility of creating on-the-fly aliases while adding an extra, customizable layer of security against spam.
Beta Was this translation helpful? Give feedback.
All reactions