[Mimedefang] mimedefang-filter config problem

David F. Skoll dfs at roaringpenguin.com
Fri Sep 24 17:28:09 EDT 2004


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);

--
David.



More information about the MIMEDefang mailing list