diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-27 15:21:00 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-27 15:21:00 -0700 |
commit | 7362459d60b9070dce0a5dcbe67f26a5e511d5ca (patch) | |
tree | d3b7982435e0ef2c4cccebeac71598c226683008 /app/controllers | |
parent | 427fa83325848d497901a45f3cd15fa2dff78d19 (diff) | |
download | rails-7362459d60b9070dce0a5dcbe67f26a5e511d5ca.tar.gz rails-7362459d60b9070dce0a5dcbe67f26a5e511d5ca.tar.bz2 rails-7362459d60b9070dce0a5dcbe67f26a5e511d5ca.zip |
Add TODOs based on review call
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/action_mailroom/inbound_emails_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/action_mailroom/inbound_emails_controller.rb b/app/controllers/action_mailroom/inbound_emails_controller.rb index 2aa2a89323..cf44367b7b 100644 --- a/app/controllers/action_mailroom/inbound_emails_controller.rb +++ b/app/controllers/action_mailroom/inbound_emails_controller.rb @@ -1,4 +1,6 @@ # TODO: Add access protection using basic auth with verified tokens. Maybe coming from credentials by default? +# TODO: Spam/malware catching? +# TODO: Specific bounces for SMTP good citizenship: 200/404/400 class ActionMailroom::InboundEmailsController < ActionController::Base skip_forgery_protection before_action :require_rfc822_message |