<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    From examining the amavisd-new code, it appears the relevant portion
    is at line 11554:<br>
    <br>
    <tt><i>11554</i>       } elsif (!$reporting &&
      /^(?:X-Spam|X-CRM114)-.+:/si) {</tt><tt><br>
    </tt><tt><i>11555</i>         # skip header fields inserted by us</tt><tt><br>
    </tt><tt><i>11556</i>       } else {</tt><br>
    <br>
    This is amavisd-new-2.10.1 (20141025).<br>
    <br>
    So it doesn't look like changing <b>$sa_tag_level_deflt</b>, or any
    other user-tunable value, is going to do what I want.<br>
    <br>
    I suppose I could try commenting out lines 11554 and 11555 if I
    really, really want the X-Spam lines to be retained when releasing a
    message from quarantine.  Any other ideas?<span
      style="color:#FFFFFF"><br>
      <br>
    </span>
    <div class="moz-signature">
      <span style="color:#800000"><b>Rich Wales</b></span><br>
      <span style="color:#000000"><a class="moz-txt-link-abbreviated" href="mailto:richw@richw.org">richw@richw.org</a></span>
    </div>
  </body>
</html>