Skip to content

Commit

Permalink
Fix module for get_postfix_version call #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed May 12, 2024
1 parent 63098c6 commit fbb8d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-mailman-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ sub delete_list
&write_file($lists_file, \%lists);
&unlock_file($lists_file);

if (&get_postfix_version() >= 3) {
if (&postfix::get_postfix_version() >= 3) {
# Regen Mailman-managed aliases
&system_logged("$mailman_cmd aliases >/dev/null 2>&1 </dev/null");
}
Expand Down

0 comments on commit fbb8d41

Please sign in to comment.