diff options
| author | Louise Crow <louise.crow@gmail.com> | 2015-06-25 13:09:50 +0100 |
|---|---|---|
| committer | Louise Crow <louise.crow@gmail.com> | 2015-06-25 13:09:50 +0100 |
| commit | 89700f017d193fc4c50f712132ad05a5294d3181 (patch) | |
| tree | 4252b58901da90400fd6914db48499da6f00290b /script/handle-mail-replies.rb | |
| parent | 54ba7a4fa232ad3b57310551b9a5e19d72060abe (diff) | |
| parent | f031b9881a197539f0a33ffc0188cc6b8f98bb3e (diff) | |
Merge branch 'hotfix/0.21.0.40' into develop
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 5cd6d4576..89c24809d 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 |
