On Thu, Jan 13, 2000 at 05:15:01PM +0300, Sergei Kolobov wrote:
> Mikko H?nninen wrote:
> > Nick Jennings <[EMAIL PROTECTED]> wrote on Wed, 12 Jan 2000:
> > >   Argh! I despise procmail, yes its powerfull, and can do alot, but
> > > it's severly anoying.
> > ...
> > > yes procmail is powerfull, but its far too much of a
> > > hassle for just setting up a simple filter,
> > 
> > You could try maildrop instead, then.  You might like that better than
> > procmail (or maybe not).

You can use exim, it has some nice filter capabilities, looking almost
like plain english.  Here is my current filter in ~/.forward:


    # Exim filter
    if error_message then finish endif

    if $h_sender: matches "owner-(.*)@" then
        save Mail/inbox.$1
    elif $h_x-mailing-list: matches "([a-z0-9\-]+)@" then
        save Mail/inbox.$1
    elif not delivered then
        save Mail/inbox
    endif

Even when you see it for the first time you almost instantly know what
its doing.

Regards.

  Holger


-- 
+ PGP || GnuPG key -> finger [EMAIL PROTECTED] +
+++ Debian/GNU Linux <[EMAIL PROTECTED]> +++ ICQ: 2882018 +++

Reply via email to