# Hoe voeg ik handmatig een e-mailadres toe aan de blokkeerlijst?

**URL:** https://meta.discourse.org/t/how-do-i-manually-add-an-email-address-to-the-block-list/307098
**Category:** Support
**Created:** [7 mei 2024 om 14:38 UTC](https://meta.discourse.org/t/how-do-i-manually-add-an-email-address-to-the-block-list/307098 "2024-05-07T14:38:32Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [7 mei 2024 om 15:37 UTC](https://meta.discourse.org/t/how-do-i-manually-add-an-email-address-to-the-block-list/307098/2 "2024-05-07T15:37:33Z")

</div>

I don’t think this is possible still using the UI.

There’s this tip for doing it through the rails console, though I haven’t tested it to check it’s up-to-date. Always worth taking a backup first as well when adjusting things in the rails console.

> [@Manually add an email to the screened email list](https://meta.discourse.org/t/manually-add-an-email-to-the-screened-email-list/142277/2):
>
> It looks like you can do it from the console. I just tested the following:
> 
> ```plaintext
> ./launcher enter app
> rails c
> ScreenedEmail.create(email: "problem@email.com")
> 
> ```
> 
> The screened email will show up in your admin interface after that. You can remove it from there if ever necessary.

---

_[View the full topic](https://meta.discourse.org/t/how-do-i-manually-add-an-email-address-to-the-block-list/307098)._
