2016-08-03 By mistake, the date of our OSM meeting was set to tomorrow. In fact, it was yesterday. As nobody had sent a reminder message, one of us didn't come, believing it would be tomorrow. To avoid such problems in the future, I set up an automatic rem- inder service, which grabs the date out of the wiki page and sends a message if the meeting is the next day. #!/bin/sh to=ulmer-alb@lists.openstreetmap.de url=http://wiki.openstreetmap.org/wiki/UlmerAlb next=`wget -q -O- "$url" | sed -n '/Nächstes/{n;p;q}'` date=`echo "$next" | egrep -o '[0-9]{4}-[0-9]{2}-[0-9]{2}'` if [ "$date" = "`date +%F -d tomorrow`" ] ; then mail -s "OSM-Treffen Ulmer-Alb morgen!" "$to" <]*>,,g'` Also bis morgen Abend dann! Euer kleines Stammtisch-Erinnerungsprogramm -- Dieser Service wird von markus schnalke betrieben. ! fi The script in action: [0] [0] https://lists.openstreetmap.de/pipermail/ulmer-alb/2016- August/000114.html http://marmaro.de/lue/ markus schnalke