You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2006/03/16 04:06:53 UTC

[Bug 4827] [review] M::SA::first_existing_path() returns last path given if none exist

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4827


felicity@apache.org 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 felicity@apache.org  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.