http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4827
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|M::SA::find_existing_path() |[review]
|returns last path if none |M::SA::first_existing_path()
|exist |returns last path given if
| |none exist
------- Additional Comments From [EMAIL PROTECTED] 2006-03-16 03:06 -------
in case my original comment isn't clear:
$path = first_existing_path(qw@ /notexist1 /notexist2 /notexist3 @);
will set $path to "/notexist3", even though it doesn't exist, which makes it
annoying to debug because it's
not clear where that path comes from.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.