Hi !
I'm trying to get maildrop delivering some messages to different maildir
folders. It does just not seem to work. I put this in the .qmail-default
file:
|preline /usr/local/bin/maildrop -d eric
and this in the ~/.mailfilter
if ( /^Subject: test/ )
{
to "Maildir/.myfolder"
}
Nothing really happens, I'm not sure if the .mailfilter is actually
used, and dont know anyway to debug it. Can anyone point me in the right
direction?
//Eric
