https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6274
--- Comment #12 from Mark Martinec <[email protected]> 2010-01-13 06:55:14 UTC --- > One consistency fix in line with many of the other scoping clarifications > in conf.pm for $Mail::SpamAssassin::Conf::XXX vs $XXX This last suggestion revealed that a variable $Mail::SpamAssassin::Conf::COLLECT_REGRESSION_TESTS is not declared anywhere (no my(), our(), use vars). Perl doesn't notice the omission because a full name is used. Changing it to $COLLECT_REGRESSION_TESTS within the Mail::SpamAssassin::Conf.pm allows perl to notice the error, so I had to back this one off. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
