mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
The following example message would generate an exception: ``` Return-Path: <discourse@bar.com> From: Foo Bar <discourse@bar.com> To: reply+4f97315cc828096c9cb34c6f1a0d6fe8@bar.com Date: Fri, 15 Jan 2016 00:12:43 +0100 Message-ID: <21@foo.bar.mail> Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 </div> ``` Exception: ``` NoMethodError: undefined method `split' for nil:NilClass ```