Stops the Google Apps spam on OTRS, and spams validation@ instead.
[platal.git] / configs / platal.cron.in
index 4c57ba8..74f51c2 100644 (file)
@@ -31,6 +31,6 @@ WD=/home/web/prod/platal/bin/cron
 * * * * *       web     cd $WD; ./cron_ml_moderate.php > /dev/null
 
 # synchronisation google apps - plat/al
-0 3 * * *      web     cd $WD; ./google_apps.php
+12,42 * * * *  web     cd $WD; ./google_apps.php
 
 # vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: