aboutsummaryrefslogtreecommitdiffstats
path: root/script/handle-mail-replies.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-06-25 12:10:33 +0100
committerLouise Crow <louise.crow@gmail.com>2015-06-25 12:10:33 +0100
commit86b5feb588b84b1d815565d13e0e0d3faba9ba39 (patch)
tree07bda2dadd166c4cc91933c2af35a0fdfc1529dc /script/handle-mail-replies.rb
parent34a1bc6b32d5a1e61bd4f23be72372b8b081185e (diff)
parentf031b9881a197539f0a33ffc0188cc6b8f98bb3e (diff)
Merge branch 'hotfix/0.21.0.40'HEAD0.21.0.40master
Diffstat (limited to 'script/handle-mail-replies.rb')
-rwxr-xr-xscript/handle-mail-replies.rb2
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