teambox icon indicating copy to clipboard operation
teambox copied to clipboard

Fixes for receive_email pipe script and Whenever

Open mrtorrent opened this issue 14 years ago • 2 comments

These commits fix the following:

  • receive_email script breakage if not specifically run from the Rails root
  • typo in output redirection in receive_email script which could inadvertently generate a bounce message
  • old version of Whenever doesn't work with Bundler
  • Whenever config is broken (tries to call a Rails method)
  • extraneous cron job for mail:inbox will fail if using pipe method
  • Sphinx cron job incorrectly rebuilds rather than reindexing

mrtorrent avatar Sep 21 '11 11:09 mrtorrent

Several more fixes. I'll apply these to the dev branch in a minute as well

mrtorrent avatar Sep 21 '11 13:09 mrtorrent

Added a fix for output redirection in the receive_email script to prevent bounce messages

mrtorrent avatar Nov 16 '11 14:11 mrtorrent