From e18270bb747e2e5a58c40cf567febd4cb970ae89 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 19 Jan 2023 18:51:31 +0000 Subject: [PATCH] Fix typo in local domain configuration for mailman --- roles/lists.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lists.rb b/roles/lists.rb index e637b48c9..8e1091987 100644 --- a/roles/lists.rb +++ b/roles/lists.rb @@ -6,7 +6,7 @@ default_attributes( :aliases => { "mailman-loop" => "/dev/null" }, - :local_domain => [ + :local_domains => [ "openstreetmap.org" ] } -- 2.43.2