"Mitch (WebCob)" <[EMAIL PROTECTED]> writes: > My problem seems to be a missmissinging sender, but it seems to be > missing during the re-injection - do I need to set additional > environment variables during the intial processing to record the > original sender?
Courier has a bug where it removes the $SENDER variable from the environment if its value is empty, as in the case of a null envelope sender address which most bounces have. > to "| /usr/local/tmda/bin/tmda-filter" Untested, but try the following instead for this last line: to "| env SENDER=$SENDER /usr/local/tmda/bin/tmda-filter" _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
