Instagram Hates the Internet

Instagram Uses DMCA Complaint to "Protect" Users' "Copyrighted Works"

The anti-circumvention provisions of the DMCA allow companies that own or provide access to copyrighted works to target tools and systems that facilitate access to that content in an unauthorized manner. [...]

This week Facebook-owned Instagram entered the arena when it filed a DMCA notice against code repository Github. It targeted Instagram-API, an independent Instagram API created by a Spain-based developer known as 'mgp25'. [...]

"Back in the day I wasn't able to use Instagram on my phone, and I wanted something to upload photos and communicate with my friends. That's why I made the API in the first place," he explains. [...]

"I think reverse engineering should be exempt from the DMCA and should be legal. By reverse engineering we can verify whether apps are violating user privacy, stealing data, backdooring your device or doing even worse things," he says. "Without reverse engineering we wouldn't know whether the software was a government spy tool. Reverse engineering should be a right every user should have, not only to provide interoperability functionalities but to assure their privacy rights are not being violated." [...]

After the filing of the complaint, it took a couple of days for Github to delete the project but it is now well and truly down. The same is true for more than 1,500 forks of Instagram-API that were all wiped out after their URLs were detailed in the same complaint.

Previously, previously, previously, previously, previously, previously, previously, previously, previously.

Tags: , , , , , , ,

Postfix address rewriting

Dear Lazyweb,

How do I get postfix to log the entirety of inbound and outbound SMTP sessions? (Including the STARTTLS payload.)

I've mostly solved my mail-delivery problems by routing most (but not all) of my outbound mail through Amazon SES. But when I send a message that happens to bounce, the bounce is bouncing. I'm having a hard time understanding the thing that "notify_classes = 2bounce" is sending me.

<jwz@jwz.org> (expanded from <root@dnalounge.com>): host email-smtp.us-west-2.amazonaws.com[52.88.130.249] said: 501 Invalid MAIL FROM address provided (in reply to MAIL FROM command)
...
Reporting-MTA: dns; cerebrum.dnalounge.com
X-Postfix-Queue-ID: 4FD309B318
X-Postfix-Sender: rfc822; MAILER-DAEMON@cerebrum.dnalounge.com

Final-Recipient: rfc822; jwz@jwz.org
Original-Recipient: rfc822;root@dnalounge.com
Action: failed
Status: 5.0.0
Remote-MTA: dns; email-smtp.us-west-2.amazonaws.com
Diagnostic-Code: smtp; 501 Invalid MAIL FROM address provided

It looks like it's saying that SES rejected my "MAIL FROM" address, but I definitely have dnalounge.com and jwz.org on the list of verified, allowed domains. So I don't know how to tell what address it is complaining about. I've tried debug_peer_list but it is confusing and does not appear to answer my question.

Previously.

Tags: , , , , ,

  • Previously