diff --git a/postfix/postfix-lib.pl b/postfix/postfix-lib.pl index 4fd8ab4b2..aa4841d9b 100644 --- a/postfix/postfix-lib.pl +++ b/postfix/postfix-lib.pl @@ -680,7 +680,8 @@ sub regenerate_any_table foreach $map (@files) { next unless $map; - if (&file_map_type($map->[0])) { + if (&file_map_type($map->[0]) && + $map->[0] ne 'regexp' && $map->[0] ne 'pcre') { local $out = &backquote_logged("$config{'postfix_lookup_table_command'} -c $config_dir $map->[0]:$map->[1] 2>&1"); if ($?) { &error(&text('regenerate_table_efailed', $map->[1], $out)); } }