Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/app/models/channel/driver/sendmail.rb b/app/models/channel/driver/sendmail.rb 2index 475636c013..7f3149c331 100644 3--- a/app/models/channel/driver/sendmail.rb 4+++ b/app/models/channel/driver/sendmail.rb 5@@ -30,7 +30,7 @@ class Channel::Driver::Sendmail < Channel::Driver::BaseEmailOutbound 6 # test 7 super(attr, notification, :test) 8 else 9- super(attr, notification, :sendmail) 10+ super(attr, notification, :sendmail, { location: '/run/wrappers/bin/sendmail' }) 11 end 12 end 13 end