\n"; @to = map { $_->{'email'} || $_->{'user'} } @users; foreach $t (@to) { print "$t\n"; } &run_post_actions(); &webmin_log("mailusers", undef, undef, { 'to' => join("\0", @to) }); &ui_print_footer("list_users.cgi?dom=$in{'dom'}", $text{'users_return'}, "", $text{'index_return'});