Allow reply-to individual instead of topic/forum (mailing list feature)

This is now fixed in the github. The essence is that there were some changes in the way message_builder.rb and sender.rb did their thing that killed the plugins’ changes. For one, gsub! was used instead of gsub for reply_key replacement, which killed the ‘to’ header. Also, for some reason CC was getting killed by self.custom_headers for being 2 characters. Maybe a security feature somewhere? But I disabled it to get the module working. New version is on github. Thanks for the bug reporting!

1 me gusta