tosdr / tosback2

Reimplementing TOSBack with Ruby and using git to see TOS changes!
http://tosback.org
GNU General Public License v2.0
125 stars 32 forks source link

Add mailgun.com and rackspace.com rules #20

Closed gmacon closed 10 years ago

gmacon commented 10 years ago

This adds the Terms of Service and Privacy Policy for mailgun.com.

Mailgun is a service for sending transactional email from your applications.

The Terms of Service include the rackspace.com Acceptable Use Policy by reference, so I've also added rules for the Rackspace Acceptable Use Policy (in 6 languages) and the Rackspace Privacy Policy.

JimmStout commented 10 years ago

Hey thanks! If you'll change just a couple things, I'll be happy to merge it in! Could you just capitalize the policy names?

jimm$ grep -r "Privacy Policy" ../rules/ | wc -l
     908
jimm$ grep -r "Privacy policy" ../rules/ | wc -l
       1
jimm$ grep -r "Privacy policy" ../rules/ 
../rules//mailgun.com.xml:  <docname name="Privacy policy">
jimm$ grep -r "Terms of Service" ../rules/ | wc -l
     133
jimm$ grep -r "Terms of service" ../rules/ | wc -l
       1
jimm$ grep -r "Terms of service" ../rules/ 
../rules//mailgun.com.xml:  <docname name="Terms of service">
gmacon commented 10 years ago

OK. I've pushed that up.

On 8/5/14, 12:11 PM, Jimm Stout wrote:

Hey thanks! If you'll change just a couple things, I'll be happy to merge it in! Could you just capitalize the policy names?

jimm$ grep -r "Privacy Policy" ../rules/ wc -l 908 jimm$ grep -r "Privacy policy" ../rules/ wc -l 1 jimm$ grep -r "Privacy policy" ../rules/ ../rules//mailgun.com.xml: jimm$ grep -r "Terms of Service" ../rules/ wc -l 133 jimm$ grep -r "Terms of service" ../rules/ wc -l 1 jimm$ grep -r "Terms of service" ../rules/ ../rules//mailgun.com.xml:

— Reply to this email directly or view it on GitHub https://github.com/tosdr/tosback2/pull/20#issuecomment-51220119.

JimmStout commented 10 years ago

Thanks! :+1: