The sample configuration file that is installed for majordomo has a section that can be uncommented to get majordomo to halt processing if the load averages get too high. This section just calls uptime and then uses a regular expression to parse the output. The regular expression does not match the output for the FreeBSD uptime command and so processing will never be stopped (due to load averages). This also causes perl (at least version 5.005_03) to emit a warning about uninitialised variables when using -w to perl. Fix: A patch to /usr/ports/mail/majordomo/patches/patch-ab
Responsible Changed From-To: freebsd-ports->jfitz Over to maintainer.
State Changed From-To: open->closed Committed, thanks!