mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: add Precedence header
This commit is contained in:
parent
0c739bb5b6
commit
47d48b4dd8
2 changed files with 12 additions and 0 deletions
|
@ -87,6 +87,9 @@ module Email
|
|||
@message.header['List-ID'] = list_id
|
||||
|
||||
@message.header['List-Archive'] = topic.url if topic
|
||||
|
||||
# http://www.ietf.org/rfc/rfc3834.txt
|
||||
@message.header['Precedence'] = 'list'
|
||||
end
|
||||
|
||||
if reply_key.present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue