<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1"><font face="Arial">i found one bug today relating to
        conditions where day and date are used, just wanted to confirm
        if its a bug or a misconfig<br>
        <br>
        i have a condition as below<br>
        <br>
              &lt;condition wday="1-2" time-of-day="00:00:00-00:00:00"
        break="never"&gt;<br>
                  &lt;action application="set" data="out-prefix=777"
        inline="true"/&gt;<br>
              &lt;/condition&gt;<br>
        <br>
        what this does is if its a Sunday to Monday morning then set
        out-prefix variable to 777 but even though being a Sunday this
        always parses as fail unless i set wday to 1 and time-of-day to
        00:00:00-23:59:59<br>
        <br>
        the reason i use the above is because i have more conditions
        which r as follows<br>
        <br>
              &lt;condition wday="2-7" time-of-day="7:00-21:00"
        break="never"&gt;<br>
                  &lt;action application="set" data="out-prefix=888"
        inline="true"/&gt;<br>
              &lt;/condition&gt;<br>
              &lt;condition wday="2-7" time-of-day="21:00:00-7:00:00"
        break="never"&gt;<br>
                  &lt;action application="set" data="out-prefix=777"
        inline="true"/&gt;<br>
              &lt;/condition&gt;<br>
        <br>
        <br>
      </font></font>
    <div class="moz-signature">-- <br>
      <style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin:0in; margin-bottom:.0001pt; }
p.footr { font-family: "Trebuchet MS", Verdana, sans-serif; margin:0in; margin-bottom:.0001pt; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
</style>Regards,<br>
      Bipin<br>
      <br>
      <br>
      <hr>
    </div>
  </body>
</html>