------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1339 --- Comment #3 from Phil Pennock <[email protected]> 2013-02-15 23:48:04 --- You can create a new test category (4050-DCC ?) and in test/scripts/4050-DCC/REQUIRES add "running DCC" and "support Experimental_DCC". The support keyword is an item from "exim -bV" / "Support for:". Around line 2600 of runtest, you'd add detection logic to handle $parm_running{'DCC'} which sets it according to whether or not DCC is actually running. That can test for client commands existing, invoke them, whatever. Then, your tests only run if DCC is available. Document how to get DCC running in a state for the testsuite. At this point, I think you're good to add tests. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
