# GDPR and the Digest email

**URL:** https://meta.discourse.org/t/gdpr-and-the-digest-email/86753
**Category:** Community Building
**Tags:** gdpr, activity-summary
**Created:** [04.Май.2018 13:16:50 UTC](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753 "2018-05-04T13:16:50Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![michaeld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michaeld/32/1594_2.png) [@michaeld](https://meta.discourse.org/u/michaeld)
#### Post date: [24.Май.2018 21:06:30 UTC](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753/21 "2018-05-24T21:06:30Z")

</div>

(Usually I would argue that something got lost in translation but since you are saying that Google Translate did a decent job, I’m not sure about that. )

I’m not reading anything about (non marketing) emails here?

---

<div class="post-metadata">

### Author: ![ljpp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ljpp/32/96506_2.png) [@ljpp](https://meta.discourse.org/u/ljpp)
#### Post date: [25.Май.2018 03:55:20 UTC](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753/22 "2018-05-25T03:55:20Z")

</div>

Yeah the quote is out of context. The whole article ia about the email mayhem of recent days.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [04.Июнь.2018 16:01:24 UTC](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753/25 "2018-06-04T16:01:24Z")

</div>

Slightly shorter

```
cd /var/discourse
./launcher enter app
rails db
UPDATE user_options SET email_digests = false

```

Or, the version I prefer

```
cd /var/discourse
./launcher enter app
rails c
UserOption.update_all(email_digests: false)

```

[Previous page](https://meta.discourse.org/t/gdpr-and-the-digest-email/86753.md?page=1)
