<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Long ago, Nostradamus foresaw that on 03/20/2012 12:22 PM, Thomas
    Spycher would write:<br>
    <blockquote
      cite="mid:CFAC5CE3-8475-4E1C-BFD6-03F61B2E915E@tspycher.com"
      type="cite">
      <div>I'm doing some performance testings for a high security
        appliance based on postfix, ubuntu and PythonMilter.</div>
      <div>I've figured out, that adding a recipient takes extremely
        long.</div>
      <div><br>
      </div>
      <div>    def eom(self):<br>
                "Called at the end of message."<br>
                 self.addrcpt( "<<a moz-do-not-send="true"
          href="mailto:mail@domain.tld">mail@domain.tld</a>>")</div>
    </blockquote>
    As far as I can see, the performance of this is entirely up to the
    MTA - postfix in your case.  Can you try it with sendmail?  Or is
    there a script I could try with sendmail?  If sendmail has more
    reasonable overhead for addrcpt, I would call that a performance bug
    in postfix.<br>
  </body>
</html>