Closed sstevan closed 7 years ago
Should I move this to plugin repo? https://github.com/haraka/haraka-plugin-vmta
Yes I think it will be better to move the issue to the VMTA plugin repo and add the full example with the raw message content that contains the x-vmta
parameter, so we could reproduce the issue you're getting.
Yes please move the issue there.
On Wed, Jul 5, 2017 at 5:25 AM, Zakaria Acharki notifications@github.com wrote:
Please add the full example here with the raw message content that contains the x-vmta parameter.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/haraka/Haraka/issues/1996#issuecomment-313050765, or mute the thread https://github.com/notifications/unsubscribe-auth/AAobY0MNS8D6NgKcT620uusidhx7txd-ks5sK1afgaJpZM4ONX0Z .
This one was moved and fixed in https://github.com/haraka/haraka-plugin-vmta/issues/4 , could be closed now.
Thank you @acharkizakaria and @baudehlo for the quick resolution. I'd like to know if donations are shared among contributors or should be made individually?
They are currently not shared. I'd like to find a way to change that (PayPal is obviously not the best way).
On Jul 6, 2017, at 5:07 AM, Stevan Šandi notifications@github.com wrote:
Thank you @acharkizakaria and @baudehlo for the quick resolution. I'd like to know if donations are shared among contributors or should be made individually?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
VMTA issue with send_email (splitting #1993)
I've enabled VMTA plugin and I can see that configuration is properly loaded:
When I post raw message content with
x-vmta: default_02
to HTTP API ( check #1993) I don't get proper VMTA selected andx-vmta
header is not removed. What should I do to get raw message properly processed?Haraka