4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Help with a script.
FromSent OnAttachments
John RunnelsNov 20, 2002 9:26 am 
Ruprecht HelmsNov 20, 2002 2:07 pm 
Bob LeighNov 20, 2002 2:43 pm 
Mark WeinemNov 20, 2002 6:03 pm 
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] Help with a script.Actions...
From:Bob Leigh (bobl@twomeeps.com)
Date:Nov 20, 2002 2:43:40 pm
List:net.sourceforge.lists.courier-maildrop

John Runnels <jrun@networkcloud.com> wrote:

I am running a script where a particular line executes a script to create a new
maildir for new users. but when then script executes it gives me an error
"maildrop:_error_writing_to_filter" on my debug screen.

here is a snippet of the script that is giving me the error.

exception { #"| /var/vpopmail/bin/newuser" xfilter"/var/vpopmail/bin/newuser" }

I think xfilter is expected to take the current message as input, modify it (usually), and write the result to its output. Then the output replaces the original message.

If your script _only_ creates a new maildir but doesn't handle the current message, then maildrop might well complain.