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