3 messages in net.sourceforge.lists.courier-maildrop[maildropl] .mailfilter Problems
FromSent OnAttachments
Bill WendlingAug 27, 2003 2:43 pm 
Sam VarshavchikAug 27, 2003 6:31 pm 
Bill WendlingAug 28, 2003 8:54 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:[maildropl] .mailfilter ProblemsActions...
From:Bill Wendling (wend@ncsa.uiuc.edu)
Date:Aug 27, 2003 2:43:55 pm
List:net.sourceforge.lists.courier-maildrop

Hi all,

I'm having some problems with maildrop working. Here's the output of my ~/.mailfilter file:

if (/^Delivered-To:.*hdf5cvs\@ncsa\.uiuc\.edu$/) { to .cvs }

Yet I get

Aug 27 16:26:58 colonelk fetchmail[17144]: reading message wend@mail.ncsa.uiuc.edu:1 of 2 (920 octets) Aug 27 16:26:58 colonelk fetchmail[17144]: MDA returned nonzero status 75 Aug 27 16:26:58 colonelk fetchmail[17144]: not flushed

when it goest to grab email via fetchmail. I've changed the "to .cvs" line to:

to ~/Maildir/.cvs

to no avail. The ~/Maildir/.cvs directory was created using the

maildirmake -f cvs ~/Maildir

command.

Is there something else I should do?

Thanks.