I had to use their silly drag-and-drop email builder because I'm handing the email off to be edited by a non-dev. I dropped in a "Code" module so I could add some custom CSS but because a style tag generates no space, that module is no longer accessible via the UI as there's nothing to click on. So I thought oh brother I'll just inject a couple br tags via the Inspector and then poof, I'm in the doghouse.
Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
171–180 of 204 posts
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#172That's an anticompetitive move. If you need to switch senders for some reason, the inspector is the only clean way to get an email's HTML into another ESP.
Could it be that MailChimp consider this move (copying their HTML template used with your e-mail content) to be copyright infringement ?
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#173Earlier quoted context omitted.
reading further down that page... "We retain a law firm in the UK to consult on EU privacy issues." wouldn't it be better to retain a law firm that's actually in the EU? hiring a UK law firm for EU matters is no different that hiring a US law firm, or AUS, or whatever non-EU country
The UK is subject to the UK GDPR, which has no material differences to the EU GDPR. There are probably some other differences, but the UK is much better than USA or Australia etc. (Although I'm surprised there aren't USA-based law firms which specialise in European privacy laws, because of their impact on tech companies)
or, maybe i'm confusing them with ad agency types that i've worked with in the past and i'm just projecting one ego industry to another?
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#174This is worrying since I have accidently opened dev tools hundreds of times by clicking both mouse buttons when my cursor is near the bottom of the screen. I have a tic disorder (not Tourette's, because my tics are all nonverbal). One of my tics is that I mash both mouse buttons over empty space pretty frequently. I even go out of my way to keep my cursor positioned over empty space so I can mash the mouse buttons wh…
> I have a tic disorder (not Tourette's, because my tics are all nonverbal). That's still Tourette's. Tourette's is described as an involuntary movement /or/ sound.
> It is characterized by multiple movement (motor) tics and at least one vocal (phonic) tic.
> Tourette's is at the more severe end of a spectrum of tic disorders.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#175This is worrying since I have accidently opened dev tools hundreds of times by clicking both mouse buttons when my cursor is near the bottom of the screen. I have a tic disorder (not Tourette's, because my tics are all nonverbal). One of my tics is that I mash both mouse buttons over empty space pretty frequently. I even go out of my way to keep my cursor positioned over empty space so I can mash the mouse buttons wh…
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#176Earlier quoted context omitted.
I'm not defending MailChimp (this devtools thing is pretty awful) but "just DIY it" is a bit glib. DIY'ing what MailChimp provides is... a lot. I wrote a sort of "DIY MailChimp" for a marketer back in the ancient days of the early 2000s. I did the tracking and email content bits. I did not handle the email servers themselves. Lot of work staying off of blacklists. It was something close to a fulltime job back then, a…
The users of mailchimp don't need to make another mailchimp. They just need to handle their own email needs. That's a big difference. It's still not easy, and I would never be glib about it, especially since I've never run my own mail server on my own domain name before. But...several full-time jobs? How much mail do you need to send before postfix on a $5 VPS falls over? In terms of composing html mail that looks go…
As I said though compliance with spam regulations will be a constant battle. If you don't care if e.g. Google blacklists you from gmail.com, cool. That makes things a lot easier.
The users of mailchimp don't need to make another mailchimp
Right. I said that I'm assuming you can skip the consumer-friendly UI bits.However, I'm assuming you do at least want the analytic and tracking bits in this theoretical situation. Otherwise, why use something like Mailchimp in the first place? There are other ways to "just send mail." You choose Mailchimp for the extra bits.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#177I had to use their silly drag-and-drop email builder because I'm handing the email off to be edited by a non-dev. I dropped in a "Code" module so I could add some custom CSS but because a style tag generates no space, that module is no longer accessible via the UI as there's nothing to click on. So I thought oh brother I'll just inject a couple br tags via the Inspector and then poof, I'm in the doghouse.
Just want to say as someone who regularly drops in code modules to insert css, you can absolutely access the block in the UI.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#178Earlier quoted context omitted.
https://sindresorhus.com/devtools-detect/ https://github.com/sindresorhus/devtools-detect EDIT: doesn't seem to work if I have devtools as a separate window
Wow, that code is entirely unreliable. It just detects your browser's viewport being outside of some threshold of a "normal" aspect ratio and then just blindly assumes that means the devtools are open. The only devtool it can actually detect is Firebug. Everything else is nothing but a blind guess based on the size of your viewport. I'd be astonished if anyone used this code for anything serious.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#179Earlier quoted context omitted.
Lots of websites make me disable content blockers on Safari too, or even not let me use Safari (maybe because of Apple’s Private Relay?). The part I do not understand is even websites that verify you via 2FA do this, so I assume their goal is to track you no matter what.
In the general case, I assume it's mostly just bad coding practices, and developers not testing how their site performs with an ad or cookie blocker active.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#180Mailchimp previously cranked up pricing on their Mandrill product dramatically, with minimal warning, no opt in, and unsympathetic tone from C-suite. Mailchimp is pretty hostile to developers. I don't recommend using them after that experience.
I'm convinced at this point they are trying to slowly tank Mandrill to get people to stop using it. Tons of downtime, worsening delivery problems, no active development -- or support even -- for years, worse pricing, ...
seems like they want to eject their more sophisticated dev customers. guess i can't blame them, but why bother, just shut the damn thing down instead of wasting everyone's time.