On Fri, 7 Feb 2003, Derek Simkowiak wrote:
> > The goal of this is to be able to sort mail to specific folders per user,
> > i.e., moving all mail tagged as spam (via spamc) to a spam folder. If
> > there's a better solution to this than procmail, I'm all ears.
>
> Exim has its own filtering that can reside in, say, a .forward
> file, but does not support the Maildir format (which procmail does).
> Check the Exim docs for more on Exim's built-in filtering.
Exim filters work perfect with maildirs, you just need to use
save Directory/
or
save .Directory/
however your server requires it.
But you have to define a directory_transport in your redirect-router.
Nico