{
    # Generic template to rebuild any .qmail-groupname file. Expects
    # to be called with a CONFREF containing the group members.
    $OUT .= join("\n", map { '&' . $_ } split(/,/, $Members));
}
