summaryrefslogtreecommitdiff
path: root/mailman/mklist.conf.example
blob: 40431ec7057266ccd47549e8ed7f2eeb775ef8f1 (plain)
  1. #!/usr/bin/perl
  2. # Example config file demonstrating use of mklist.pl and skel files
  3. # The file should be stored at /etc/local-ORG/mailman/mklist.conf
  4. # This config file was once used at Homebase <http://Homebase.dk/>
  5. $listhost = 'lists.homebase.dk';
  6. $senders = 'Homebase-brugere';
  7. $senderfilter = '^.*@(frontrunners\\.net|homebase\\.dk|kaospilot\\.(dk|no)|kolbert\\.dk)';
  8. $listowner = 'listmaster@homebase.dk';
  9. 1;