Skip to content

Commit

Permalink
Preserve case of local part for rails message delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 6, 2024
1 parent ef193e9 commit d7e1424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cookbooks/exim/templates/default/exim4.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,9 @@ noreply:
<% else -%>
transport = <%= name %>
<% end -%>
<% if details[:case_sensitive] -%>
caseful_local_part
<% end -%>
<% end -%>
Expand Down
3 changes: 2 additions & 1 deletion roles/web-frontend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
:user => "rails",
:group => "rails",
:home_directory => "/srv/www.openstreetmap.org/rails",
:path => "/bin:/usr/bin:/usr/local/bin"
:path => "/bin:/usr/bin:/usr/local/bin",
:case_sensitive => true
}
}
}
Expand Down

0 comments on commit d7e1424

Please sign in to comment.