Stops the Google Apps spam on OTRS, and spams validation@ instead.
[platal.git] / configs / platal.cron.in
index c8c6196..74f51c2 100644 (file)
@@ -6,7 +6,7 @@ WD=/home/web/prod/platal/bin/cron
 0  5 * * *     web     cd $WD; ./clean.php
 0 21 * * 1-6   web     cd $WD; ./checkdb.php    | mail -e -s "verifications sur la BDD de plat/al @VERSION@"         br@staff.m4x.org
 0 21 * * 0     web     cd $WD; ./checkdb.php -v | mail -e -s "verifications verbose sur la BDD de plat/al @VERSION@" br@staff.m4x.org
-0 20 * * *      web     cd $WD; ./emails.check.php | mail -e -s "recherche d'usurpateurs"                   br@staff.m4x.org
+0 20 * * *      web     cd $WD; ./emails.check.php | mail -e -s "qualite de l'annuaire"                   br@staff.m4x.org
 
 # inscription report
 0  6 * * 1     web     cd $WD; ./rapports_inscription.php
@@ -30,4 +30,7 @@ WD=/home/web/prod/platal/bin/cron
 # ml moderation
 * * * * *       web     cd $WD; ./cron_ml_moderate.php > /dev/null
 
+# synchronisation google apps - plat/al
+12,42 * * * *  web     cd $WD; ./google_apps.php
+
 # vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: