Actions
Bug #10771
closedarpwatch: option to not send hourly email notification on cron run
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
arpwatch
Target version:
-
Start date:
07/17/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
dirty workaround by editing /usr/local/arpwatch/sendmail_proxy.php
< if (false !== $message) {
if ((false !== $message) and (false === strpos($message, ': Cron '))) {
would be nice to have a checkbox in settings for that
Actions