[Mimedefang] Messages with multiple recipients andfilter_recipient

David Nelson dave at itsdave.tv
Sun Apr 2 16:24:57 EDT 2006


David F. Skoll wrote:

> Whatever you code up in your filter.  MIMEDefang provides mechanism,
> not policy.

That's what I expected, but needed to ask anyway...   :)

> Then you need to code this up, in filter_recipient.

How would you suggest doing this?  I'm toying with the idea of using
resend_message, but my gut is telling me this isn't a good idea.

<nasty unthought-through code>

if ($#Recipients > 1) {
   foreach $Recip (@Recipients) {
      resend_message($Recip)
   }
}

</nasty unthought-through code>

Thanks!
-- Dave




More information about the MIMEDefang mailing list