https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5895
--- Comment #20 from Sidney Markowitz <[email protected]> 2010-01-05 13:32:42 UTC --- (in reply to comment #18) Looking over the test code I think the type would have to indicate the internal representation. In order to read in the config file we have to call the routines that are set to read it, which contain embedded methods to parse the text file. This is especially true for this test which is checking for leaks between loads of the configuration, as it has to actually load the configuration and check that the internal data structures are not leaking through. Given that, the solution will be to define a string array type and a null type so that we can remove options such as trusted_networks, originating_ip_headers for the former, and the clear_* options for the latter. Of course the null type should cause the option to be skipped just like if it is in the ignore list. That will leave a few more options still in the ignore list, but it will be a good start. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
