@page @using OliverBooth.Data.Web @using OliverBooth.Services @inject IContactService ContactService @{ ViewData["Title"] = "Blacklist"; }

Contact Blacklist

Below is a list of email addresses that have been blocked from contacting me. This list is public so that others may also block these addresses if they wish. Any email address that contains an asterisk (*) is a wildcard, meaning that any email address that matches the pattern will be blocked.

You can view this list in JSON format here, or in CSV format here.

@foreach (IBlacklistEntry entry in ContactService.GetBlacklist()) { }
Name / Email Reason
@entry.Name <@entry.EmailAddress> @entry.Reason