diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-06-25 12:10:33 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-06-25 12:10:33 +0100 |
commit | 86b5feb588b84b1d815565d13e0e0d3faba9ba39 (patch) | |
tree | 07bda2dadd166c4cc91933c2af35a0fdfc1529dc /script/handle-mail-replies.rb | |
parent | 34a1bc6b32d5a1e61bd4f23be72372b8b081185e (diff) | |
parent | f031b9881a197539f0a33ffc0188cc6b8f98bb3e (diff) |
Diffstat (limited to 'script/handle-mail-replies.rb')
-rwxr-xr-x | script/handle-mail-replies.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle-mail-replies.rb b/script/handle-mail-replies.rb index cbff03acb..29f618154 100755 --- a/script/handle-mail-replies.rb +++ b/script/handle-mail-replies.rb @@ -168,7 +168,7 @@ def is_oof?(message) end def forward_on(raw_message) - IO.popen("/usr/sbin/sendmail -i #{AlaveteliConfiguration::forward_nonbounce_responses_to}", "w") do |f| + IO.popen("/usr/sbin/sendmail -i #{AlaveteliConfiguration::forward_nonbounce_responses_to}", "wb") do |f| f.write(raw_message); f.close; end |