PyconUK / ironcage

A Django application for managing PyCon UK
1 stars 8 forks source link

Ensure responses to bulk emails don't end up in same thread in Google Group #143

Open inglesp opened 7 years ago

inglesp commented 7 years ago

Emails sent via the sendbulkemail command have different subjects (because they include the user ID of the recipient), but when people reply, the Google Group behind pyconuk-committee@uk.python.org thinks that they're replies to the same email, so threads them together.

There might be a header we can set that convinces Google Groups to not do this.