Fix badrcptto_ext template

tags/smeserver-minilist-0.1.10-1
Daniel Berteaud 3 years ago
parent 3aab0fa5bd
commit b8a5c09c7e
  1. 2
      root/etc/e-smith/templates/var/service/qpsmtpd/config/badrcptto_ext/20InternalMinilist

@ -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 ){

Loading…
Cancel
Save