remove List-Post header as a test

This commit is contained in:
Jeff Atwood 2014-06-14 01:21:32 -07:00
parent 834b83aaea
commit d782a7dc48
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ module Email
if reply_key.present?
# in github notifications, these fields are identical
@message.header['List-Post'] = @message.header['Reply-To']
#@message.header['List-Post'] = @message.header['Reply-To']
end
email_log.post_id = post_id if post_id.present?