<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 16-06-07 07:30 PM, Alex Neuman van
      der Hans wrote:<br>
    </div>
    <blockquote
      cite="mid:A1231E97-35CD-443B-8CF3-9E00A0837266@vidadigital.com.pa"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Probably a permissions issue.
      <div class=""><br class="">
        <div style="">
          <blockquote type="cite" class="">
            <div class="">
              <div class=""><br class="">
              </div>
            </div>
          </blockquote>
        </div>
        <br class="">
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    I doubt it's a permission issue, because there is no error logging
    in the web server log.<br>
    <br>
    I looked the PHP code of the detail.php, line 422:<br>
    <font face="Courier New, Courier, monospace">         foreach
      ($quarantined as $item) {<br>
                  echo " <tr>\n";<br>
                  // Don't allow message to be released if it is marked
      as 'dangerous'<br>
                  // Currently this only applies to messages that
      contain viruses.<br>
                  if ($item['dangerous'] !== "Y" ||
      $_SESSION['user_type'] == 'A') {<br>
                     ...</font><br>
                <br>
    So I think it is designed to not allow release a mail if it is
    marked as "dangerous" in MailWatch. I think ALL the virus and SOME
    of spam are labelled as "dangerous".<br>
    <br>
    Gao<br>
  </body>
</html>