From: spork <sp...@fa...> - 2003-07-19 08:57:33
|
On Sat, 19 Jul 2003, spork wrote: > That would be a no-go. It appears that something is clobbering some > environment variables I need to deliver the mail with maildrop. My > maildrop filters still work fine for mail sent directly to a "real" > account, And while I'm on this topic, from a quick read of vdelivermail.c, it looks like it pulls $EXT and $HOST as environment variables from qmail. It then does a lookup itself to figure out where to go. Could this in turn be exported to eliminate the below hack in most maildrop filters? > VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST` Thanks, Charles |