On Mon, 18 Oct 2004, Michael Lang wrote:
> As this method isnt nice to support, we´d like to request a "include"
> Module Feature for MIMEDefang as show in the Patch below.
It's not necessary to put that in mimedefang.pl, is it? You can just
do it from your filter.
> +# Include 3Party Modules
> +opendir(DIR, '/etc/mimedefang/modules/') ||
> + die "Couldnt read Modules Include Dir /etc/mimedefang/modules/\n";
> +
> +my @files = sort (grep {/\.pm$/} (readdir(DIR)));
> +closedir(DIR);
> +foreach my $f (@files) {
> + require "/etc/mimedefang/modules/$f";
> +}
> +
Regards,
David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang