David F. Skoll wrote:
On Fri, 24 Sep 2004, NFN Smith wrote:
Global symbol "$Subject" requires explicit package name at mimedefang-filter line 549. mimedefang-filter had compilation errors.
You must have "use strict;" in your filter. Put this near the top:
use vars qw($Subject);
Yes, I do. I went back and changed the setting to 'use vars ...', and the result is a clean run when I run a syntax check.
I'll pass this one to our up-line provider.
Thanks for the quick response on this one -- it was exactly what we needed.
Smith
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

