3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop not sending ...
FromSent OnAttachments
Steve QuezadasNov 1, 2004 7:39 pm 
Jay LeeNov 1, 2004 8:21 pm 
Devin RubiaNov 2, 2004 7:37 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] maildrop not sending to maildirActions...
From:Jay Lee (jl@pbu.edu)
Date:Nov 1, 2004 8:21:00 pm
List:net.sourceforge.lists.courier-maildrop

Steve Quezadas said:

[localhost]$ cat .mailfilter

VERBOSE=9

logfile "/$HOME/maildrop.log"

MAILBOX="/home/TestAccount/Maildir/"

TO /home/TestAccount/Maildir/IN/

IN should be a maildir created with the maildirmake command or created by an IMAP client. In either case, the maildir folder for it would be named .IN not just IN. You should also probably have the full folder name in quotes. Try this:

MAILBOX="/home/TestAccount/Maildir" TO "$MAILBOX/.IN"

That should do the trick.

Jay