# public discussion list # reply_to is set to the list define sympa::public_list($subject, $language = 'en', $topics = false) { include sympa::variable list { $name: subject => $subject, language => $language, topics => $topics, reply_to => "$name@$sympa::variable::vhost", } }