<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 2024-07-31 13:10, list--- via
      Mailmunge wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:bcdfa68d85109d2555a066650f9b5a3d@ptld.com">I am hoping
      for a creative solution. I want to be able to add a header based
      on a condition that happens in the filter_recipient{}.
      <br>
    </blockquote>
    <p>Why do you think the test has to be in filter_recipient()?<br>
    </p>
    <p>filter_recipient() handles one recipient at a time. Post-DATA,
      you have all the recipients. Can you just move the test from
      filter_recipient() to the end? Or can you repeat the test?</p>
    <pre class="moz-signature" cols="72">-- 
Richard</pre>
  </body>
</html>