[Mimedefang] Embedded Perl & External Perl Modules

David F. Skoll dfs at roaringpenguin.com
Wed May 5 11:41:35 EDT 2004


On Wed, 5 May 2004, Chris Masters wrote:

> Hmmm. I initialise all connection handles in a
> getConnection function that checks the connection and
> opens one if necessary (because there never used to be
> a filter_initialize function and it's very resilient).

> Any other reasons?

We've noticed a problem with error reporting and the embedded interpreter,
but haven't been able to track it down.  Try wrapping your use
statements in a BEGIN { eval { use XXX; } or die ("Error with use: $@"); }

Regards,

David.



More information about the MIMEDefang mailing list