# Email issue -- Reply User Not Matching

**URL:** https://meta.discourse.org/t/email-issue-reply-user-not-matching/38745
**Category:** Support
**Created:** [2016年一月29日 22:23 UTC](https://meta.discourse.org/t/email-issue-reply-user-not-matching/38745 "2016-01-29T22:23:03Z")
**Posts on this page:** 1
**Showing post:** 6

<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: [2016年二月1日 18:37 UTC](https://meta.discourse.org/t/email-issue-reply-user-not-matching/38745/6 "2016-02-01T18:37:26Z")

</div>

@tobiaseigen helped me debug this issue. It’s due to the bug introduced in [`1bb485f`](https://github.com/discourse/discourse/commit/1bb485fca50c7c235ea307f5b51bb0366f80317b) and fixed in [`d51019e`](https://github.com/discourse/discourse/commit/d51019ee53e524cb18829cc16e918c81b84136e9).

All emails sent between these two commits (_only a couple of days_) will **not** have the user associated to the email log. Which means that whenever we process an incoming email that uses a `reply_key`, it won’t match any user and will thus be rejected.

I just pushed a migration that should fix all the `email_logs` that were created between that period and I highly recommend that you guys upgrade to latest ASAP if you haven’t already.

[https://github.com/discourse/discourse/commit/de58e58272b73fa08c193e444605c0153224115a](https://github.com/discourse/discourse/commit/de58e58272b73fa08c193e444605c0153224115a)

---

_[View the full topic](https://meta.discourse.org/t/email-issue-reply-user-not-matching/38745)._
