people.apache.org alias

April 2nd, 2008 by Hen

Probably pretty obvious, but as I’ve been having trouble unsubscribing from lists from gmail, thought I’d share how I ended up doing it. Especially as pine and mutt were both quite unhappy on people.apache.org.

function unsub() {
    echo "unsubscribe" | mail -s unsubscribe $1
}

Then type unsub general-unsubscribe@apache.org.

Comments are closed.