<startdow>*</startdow>
<canbedisabled>0</canbedisabled>
</cronjob>
+ <cronjob name="com.woltlab.wcf.exceptionMailer">
+ <classname>wcf\system\cronjob\ExceptionMailerCronjob</classname>
+ <description>Sends out notifications about new entries in the error log.</description>
+ <description language="de">Versendet Benachrichtigungen über neue Einträge im Fehlerprotokoll.</description>
+ <startminute>0</startminute>
+ <starthour>5</starthour>
+ <startdom>*</startdom>
+ <startmonth>*</startmonth>
+ <startdow>*</startdow>
+ </cronjob>
+ <cronjob name="com.woltlab.wcf.updateBlacklist">
+ <classname>wcf\system\cronjob\UpdateBlacklistCronjob</classname>
+ <description>Refreshes the blacklist for spam prevention</description>
+ <description language="de">Aktualisiert die Sperrlisten zur Spambekämpfung</description>
+ <!-- Runs once every hour, even though the data is only refreshed every 6 hours,
+ but allows instances to catch up when it misses some updates. -->
+ <startminute>15</startminute>
+ <starthour>*</starthour>
+ <startdom>*</startdom>
+ <startmonth>*</startmonth>
+ <startdow>*</startdow>
+ <canbedisabled>0</canbedisabled>
+ </cronjob>
</import>
</data>