Limit the tests to created addresses #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we have our main button on the home page that "create a test address". In fact, every email received that begins with "test-" followed by an UUID is considered as a test and is accepted and graded.
On the demo instance, in order to enforce limits, it would be useful to only accept emails for existing demands. It should be activable with an option so personal instances could continue to work without this enforcement.
This would requires that postfix asks happydeliver if the address exists.