이메일 응답에서 '답장'과 '답장 목록' 혼동

It’s a while since I looked at it, and I might have been wrong, but I think two or three headers were all added at once to solve that problem, whatever it was, and List-Post just wasn’t necessary.

2개의 좋아요

Looks like we added the List-Post header a while ago

https://github.com/discourse/discourse/commit/beaa1455729c8a442e37e9f23d908fa7677ce0cb

Might not be necessary anymore. We’ll investigate.

2개의 좋아요

I wrote a few posts about it here:

Here is the original problem described:

List-Post was blindly copied from somewhere else without any consideration being given to what it is for. It hasn’t anything to do with threading - as far as I know anyway! :slight_smile:

3개의 좋아요

If it helps: Adding a Mail-Reply-To header with the identical email address as Reply-To would also fix the Thunderbird-Problem.

1개의 좋아요

If removing the header helps, we should do that. Audit the code to make sure it’s not being used anywhere first though.

2개의 좋아요

@nbianca investigated and removed it in this commit. She replied in

4개의 좋아요