Added Mailchip recognition

pull/194/merge
M66B 3 years ago
parent 68b8ae4866
commit 7aeb2d31ca

@ -1680,6 +1680,10 @@ public class MessageHelper {
if (!TextUtils.isEmpty(mandrill))
return "mandrill";
String mailchimp = imessage.getHeader("X-MC-User", null);
if (!TextUtils.isEmpty(mailchimp))
return "mailchimp";
return null;
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save