--On Dienstag, 13. Januar 2004 09:55 -0800 "Mitch \\(WebCob\\)" <[EMAIL PROTECTED]> wrote:
> I'm trying to call TMDA, and I get an error that SENDER is not set during > one of it's processes... it IS set during the others... the difference in > the messages (from the logs) is that in this case from is showing as <> > > Someone on the TMDA list says it is maildrop unsetting the RMPTY env vars... > > I tried changing my code to reset it, but it isn't working (syntax error) > > to "| SENDER='$SENDER' /usr/local/tmda/bin/tmda-filter" This wont ever work, and there is also absolutely no point to pipe mails with empty sender into tmda. use |env to see what variables are available, and import those you need in maildrop. Roland ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
