TheSwanFactory / igwet

Interconnecting Groups for Whole-Earth Transformation
https://theswanfactory.wordpress.com
MIT License
1 stars 1 forks source link

Support multiple RECEIVED Headers #23

Open drernie opened 6 years ago

drernie commented 6 years ago

We currently generate emails via Bamboo, which uses a Map for headers, and thus doesn't directly support multiple Received headers in a single message.

It does use a case-sensitive string for the key, so we could fake it using varying case, but that would be weird.

Have filed a ticket there: https://github.com/thoughtbot/bamboo/issues/360