# Why only send one rejection email per day to the same email address?

**URL:** https://meta.discourse.org/t/why-only-send-one-rejection-email-per-day-to-the-same-email-address/54721
**Category:** Feature
**Created:** [23 december 2016 om 21:34 UTC](https://meta.discourse.org/t/why-only-send-one-rejection-email-per-day-to-the-same-email-address/54721 "2016-12-23T21:34:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![deargle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deargle/32/120295_2.png) [@deargle](https://meta.discourse.org/u/deargle)
#### Post date: [23 december 2016 om 21:34 UTC](https://meta.discourse.org/t/why-only-send-one-rejection-email-per-day-to-the-same-email-address/54721/1 "2016-12-23T21:34:33Z")

</div>

Just curious, why is it set up to only send one rejected email notification per day? [This is the code](https://github.com/discourse/discourse/blob/5dbd6a304bed5400be481d71061d3e3ebb4d6785/lib/email/processor.rb#L75-L78). Limited use case, but may be nice to make that timespan configurable. Like new users who post too short of messages may benefit from a reminder of why their emails aren’t going through, instead of radio silence.

Thanks all.

---

<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: [23 december 2016 om 22:28 UTC](https://meta.discourse.org/t/why-only-send-one-rejection-email-per-day-to-the-same-email-address/54721/2 "2016-12-23T22:28:04Z")

</div>

This was done to prevent loops when sending rejection emails to (bad) auto responders. I agree we could losen the knot a bit here.
