One of the limitations of .Mac groups (video tour of Groups feature) is that new members must be manually invited by existing members. There is no way to just make the group open in that anybody can join. In this hint, I show how to use an Apple Mail rule and a pair of scripts to automatically send invitations to people who request to be invited to the group.
[robg adds: I haven't tested this one...]
- Install WWW::Mechanize, because it is needed by the perl script you'll download in just a bit. In the Terminal, type:
sudo cpan install WWW::Mechanize - Download dot_mac_subscribe.pl, and put it wherever you want to keep it. Remember where you put it, because you'll need to know it in the next step.
- Download dot_mac_subscribe_rule.scpt, and put it wherever you want to keep it. Open it up with the Script Editor and edit the top part of it to suit your needs:
property myAccount : "your_email@mac.com" property myPass : "your_password" property theGroup : "Your Group Name" property theScript : "/path/to/dot_mac_subscribe.pl" - Make a Mail rule to match the invitation request emails that come in and set the action to be Run AppleScript, with the AppleScript being the script you customized in the previous step. Here's a picture for the visually inclined.
[robg adds: I haven't tested this one...]
•
[4,697 views]

