Create a catch-all address in IBM Domino 9

Purpose: send all incoming mail to non-existing addresses to a central account. I added corrections, commentary and screenshots to the code I found at http://www.qtzar.com/dlyh-5mnlz8/. The code parts are licensed under the Apache 2.0 license. The non-code part of qtzar’s page is licensed under the Creative Commons Attribution 3.0 Unported …

Simple Twitter unfollower tracker script

Here’s a script to track Twitter unfollowers. It it based on @sferik‘s excellent command-line Ruby Twitter client ‘t’. Visit its GitHub page for installation instructions; they’re pretty straightforward. The script is quick and dirty but easy to follow: it compares a new followers list to the previous list followers list …

Back to Top