<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Alexander Bech schrieb:</tt>
<blockquote cite="mid:491EBA92.8060509@bakarasse.de" type="cite"><tt>Hi,
  <br>
  <br>
i have configured alerts in hobbit-alerts.cfg: <br>
  <br>
HOST=%.* <br>
     MAIL recipient (at) company.examle DURATION>3 DURATION<10
REPEAT=1 <br>
  <br>
This works fine. <br>
Hobbit sent me 7 mails after 3 minutes each minute and after that no
more. <br>
  <br>
But i can't see anything in the "Stop after" column in the info-page. <br>
  <br>
  <br>
  </tt></blockquote>
I have found the bug (?) in loadalerts.c in the line 1081 (-less
than/+greater than):<br>
<tt>-               if (recip->criteria &&
recip->criteria->maxduration &&
(recip->criteria->maxduration < maxdur)) ...<br>
+               if (recip->criteria &&
recip->criteria->maxduration &&
(recip->criteria->maxduration > maxdur)) ...</tt><br>
<tt><br>
This works:<br>
<img alt="info" src="cid:part1.00030306.09050108@bakarasse.de"
 height="101" width="490"><br>
<br>
Alex<br>
<br>
</tt><tt>
</tt><br>
</body>
</html>