6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
{
|
|
# 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));
|
|
}
|