hobbitd_alert command is not working ( maybe )
On Mon, Oct 23, 2006 at 07:02:07PM +0200, Lars Ebeling wrote:
When I run hobbitd_alert I get this: $ ./hobbitd_alert --test leopg9 msgs
When running hobbit commands by hand, ALWAYS run them through the "bbcmd" utility. This makes sure all of the settings from hobbitserver.cfg are loaded. So: $ bbcmd hobbitd_alert --test ...... If you don't do that, then hobbitd_alert will pick up whatever value your MAIL environment has, instead of the one from hobbitserver.cfg. Regards, Henrik