initial commit of file from CVS for smeserver-mailalias on Sat Sep 7 19:55:18 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 19:55:18 +10:00
parent 3a69d41870
commit bfbb6cae0d
87 changed files with 7961 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
# 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));
}