Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Fixes for receive_email pipe script and Whenever #33

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mrtorrent
Copy link
Contributor

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

…ve paths

Some paths in the application are interpreted as relative to the present
working directory. If the user does not first cd to the Rails root, this
causes the application to bomb out at various places when running receive_mail.
Rebuilding is only necessary when the schema changes, so doing this is a job
for the deployment script
@mrtorrent
Copy link
Contributor Author

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

@mrtorrent
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant