<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 3/11/11 11:54 AM, Mark Martinec wrote:
    <blockquote
      cite="mid:201103111754.51917.Mark.Martinec+amavis@ijs.si"
      type="cite">
      <pre wrap="">if ($msginfo->msg_size < 1024*1024) {
    Amavis::do_quarantine($conn,$msginfo, undef,
      ['archive-quarantine'], 'sql:');
  }
</pre>
    </blockquote>
    back on this.  I do want to quarantine the whole email if it is
    'spam/virus/attachment'. its only in certain circumstances that I
    want to limit this to 1M.<br>
    and, only on some systems.<br>
    <br>
    so, start with:<br>
     my($content) = $msginfo->is_in_contents_category(CC_CLEAN);<br>
     if ($content && $msginfo->msg_size < 1024*1024 ) {<br>
    <br>
    also, looks like (in 2.6.4) do_quarantine might have more fields I
    need to populate.<br>
    <br>
     my($conn,$msginfo,$hdr_edits_inherited,$recips_ref,<br>
         $quarantine_method,@snmp_id) = @_;<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Michael Scheidell, CTO<br>
      o: 561-999-5000<br>
      d: 561-948-2259<br>
      ISN: 1259*1300<br>
      <font color="#999999">></font><font color="#cc0000"> <b>| </b></font>SECNAP
      Network Security Corporation
      <style type="text/css">
<!--
.unnamed1 {
        margin: 1em;
        padding: 1px;
} -->
</style>
      <ul class="unnamed1">
        <li>Best Intrusion Prevention Product, Networks Product Guide</li>
        <li>Certified SNORT Integrator</li>
        <li>Hot Company Award, World Executive Alliance</li>
        <li>Best in Email Security, 2010 Network Products Guide</li>
        <li>King of Spam Filters, SC Magazine</li>
      </ul>
    </div>
  
<br>
<div id="disclaimer.secnap.com"><hr />
<p>This email has been scanned and certified safe by SpammerTrap®.
<br />For Information please see
<a href="http://www.secnap.com/products/spammertrap/">http://www.secnap.com/products/spammertrap/</a></p> <hr /></div>
<br>
</body>
</html>