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
Updated by Jim Pingle over 4 years ago
- Project changed from pfSense to pfSense Packages
- Category set to arpwatch
- Affected Version deleted (
2.4.5)
Updated by Viktor Gurov over 4 years ago
Fix:
https://github.com/pfsense/FreeBSD-ports/pull/912
see also #8454
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Viktor Gurov about 4 years ago
- Status changed from Pull Request Review to Feedback
already merged
Updated by Azamat Khakimyanov about 4 years ago
- Status changed from Feedback to Resolved
Tested on 2.4.5_p1 and on 2.5.0-DEVELOPMENT (built on Tue Oct 20 01:00:50 EDT 2020)
There is an option to disable Cron email notifications now.
This bug can be marked RESOLVED
Actions