On Mon, Mar 12, 2001 at 04:30:05PM +0200, [EMAIL PROTECTED] wrote:
> [lame-and-lazy-request]
> anyone using maildrop can share a rules file?

In it's most basic setup (I only use header matching rules, that it):

if([EMAIL PROTECTED]/:h)
{
        to "./Maildir/mutt-users/"
}

if(/^To: [EMAIL PROTECTED]/)
{
    to "./Maildir/bugtrack/"
}

if(/vim/:h)
{
    to "./Maildir/vim/"
}

to ./Maildir/default/


... plus all other rules for lists etc. which are the same as these.

cheers,

roel

Reply via email to