Comment 3 for bug 982551

Revision history for this message
Barry Warsaw (barry) wrote :

The problem is that if you do 'bin/mailman -C some/relative/path' these paths will not get passed to the runner subprocesses correctly. I think the fix is to make them absolute paths in cli_control.py and pass only absolute paths to the runners command lines.