mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #284] implement mail domain blacklist #226
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#226
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?
Originally created by @ThomasWaldmann on GitHub (Nov 21, 2016).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/284
Originally assigned to: @ThomasWaldmann on GitHub.
recently, I regularly get error mails from postfix because somebody registered with an email address of a non-functional mail domain.
such domains could end up on a blacklist and account registration could be rejected for them.
@elnappo commented on GitHub (Dec 27, 2016):
If we what to do that I suggest to create a separate project as this could be helpful for others to. I'm not sure how effective this approach is, as these trash mails providers (and their domains) come and go frequently.
@ThomasWaldmann commented on GitHub (Dec 4, 2017):
it could be also like a regular check: if a user account has an email address/domain on the blacklist, it will trigger a similar "get rid of this" mechanism as when you don't use a host for a long time.
i get tons of mailer daemon spam meanwhile due to people using non-working email addresses.
@elnappo commented on GitHub (Jun 25, 2018):
https://github.com/aaronbassett/DisposableEmailChecker
@ThomasWaldmann commented on GitHub (Oct 3, 2018):
related: #375