SA Bugzilla – Bug 7272
Use of uninitialized value $file in File::Spec->catpath
Last modified: 2018-08-24 23:59:04 UTC
When calling any of the SpamAssassin tools (except spamd) with a path containing a volume (i.e. "C:\path\to\sa-update"), a "uninitialized value" warning is printed.
Created attachment 5355 [details] patch, fixes the warning The attached patch fixes the warning by always supplying a file portion to File::Spec->catpath()
Thanks Martin, committed. 3.4 Committed revision 1838992. Trunk: Committed revision 1838993.