https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6698
--- Comment #17 from Kevin A. McGrail <[email protected]> 2011-11-14 22:19:05 UTC --- (In reply to comment #16) > Please also forget my comment about !$x versus > defined $x && $x ne '' > I now realize that the intent was probably to > allow files and directories named '0'. That's a good edge case actually but you can also have a variable defined but empty. So this is a test to see is it defined and is it empty. Unfortunately, with parameter sanitization, this case comes up more than it should. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
