3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Not sure why this isn...
FromSent OnAttachments
Ian TruelsenOct 25, 2001 7:31 pm 
Chris JohnsonOct 25, 2001 7:38 pm 
Ian TruelsenOct 26, 2001 3:58 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] Not sure why this isn't workingActions...
From:Chris Johnson (cjoh@palomine.net)
Date:Oct 25, 2001 7:38:45 pm
List:net.sourceforge.lists.courier-maildrop

On Fri, Oct 26, 2001 at 02:31:54AM +0000, Ian Truelsen wrote:

I have installed Maildrop 1.3.5 under qmail. However, I haven't had any luck in getting it to work.

Here is the contents of .qmail file from my home directory:

| /var/qmail/bin/preline -f /usr/local/bin/maildrop .mailfilter

And this is the contents of my .mailfilter file, also in my home directory. It is as simple a test setup as I could think of that just sends anything from my hotmail account to a test maildir, which does exist and is in the proper format:

logfile "mailfilter-log.txt"

log "========="

if ( /^From: ihtr@hotmail.com/ ) { log "--------------------------------test " to "Maildir/.Test

You have an unclosed quotation mark.

Check your qmail-send logs, and you should see a deferral with a complaint from maildrop.

Chris