Author: Mike Diehl Date: To: Mike Scott, exim-users Subject: Re: [Exim] limitations with embedded Perl
On Tuesday 24 June 2003 08:49 am, Mike Scott wrote: > Sorry for the similar post so soon after my first, but I can't believe no
> one responded. I see the embedded Perl functionality as a HUGE feature for
> extensibility. Does no one use it? Is it technically flawed? Why is
> there so little information on its use and capabilities (or limitations)?
I couldn't believe that there weren't more examples to be found. But I use
the perl feature and got it working in about 10 minutes! I love it!
Let's see: postgres-based white/black lists are pretty easy to do in perl and
much easier to read/maintain than as a condition in exim.
I've got a perlscript that looks at a message and decides what folder to
deliver it to. That is nice.
There is lots of other things I intend to do that I probably couldn't do
without perl.