1 message in net.sourceforge.lists.courier-maildrop[maildropl] Command substitution errorss
FromSent OnAttachments
Russell P. SutherlandFeb 6, 2002 8:57 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] Command substitution errorssActions...
From:Russell P. Sutherland (ru@quist.ca)
Date:Feb 6, 2002 8:57:40 am
List:net.sourceforge.lists.courier-maildrop

I'm trying to use maildrop in concert with vpopmail/qmail. on a FreeBSD system.

My .qmail-defauly file looks like:

| /usr/local/bin/maildrop /var/qmail/users/antispam/mailfilter

So this would indicate to me that maildrop is running in Manual mode.

My mailfilter file contains a few command substitution lines:

VHOME=`/usr/home/vpopmail/bin/vuserinfo -d $EXT@$HOST` DATE=`date`

Both of these lines yield a RETURNCODE with a value of 1.

Why does the command substitution not work?