From 1a0eed3943d888c80d4139939bd28dd398fda7e5 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 25 Nov 2024 15:48:05 -0800 Subject: [PATCH] Actually the hash map type is sometimes missing --- postfix/postfix-lib.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/postfix/postfix-lib.pl b/postfix/postfix-lib.pl index 61ae070fb..2d2f22e95 100755 --- a/postfix/postfix-lib.pl +++ b/postfix/postfix-lib.pl @@ -2301,7 +2301,6 @@ return 1; sub supports_map_type { local ($type) = @_; -return 1 if ($type eq 'hash'); # Assume always supported if (!scalar(@supports_map_type_cache)) { @supports_map_type = ( ); open(POSTCONF, "$config{'postfix_config_command'} -m |");