Fix badrcptto_ext template

This commit is contained in:
Daniel Berteaud 2020-12-18 12:03:29 +01:00
parent 3aab0fa5bd
commit b8a5c09c7e

View File

@ -1,6 +1,6 @@
{
$OUT .= '';
foreach my $list ( $a->get_all_by_prop( type => 'list' ){
foreach my $list ( $a->get_all_by_prop( type => 'minilist' ) ){
next unless ( $list->prop('Visible') || '') =~ m/^(internal|none)$/i;
foreach my $domain ( $d->domains ){