aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb')
-rw-r--r--app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb b/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb
index d34257f9e9..72303378a9 100644
--- a/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb
+++ b/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb
@@ -6,7 +6,6 @@ class ActionMailbox::Ingresses::Postfix::InboundEmailsController < ActionMailbox
def create
ActionMailbox::InboundEmail.create_and_extract_message_id! request.body.read
- head :no_content
end
private