remove List-Post header as a test
This commit is contained in:
parent
834b83aaea
commit
d782a7dc48
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue