diff --git a/lib/postal/reply_separator.rb b/app/lib/reply_separator.rb similarity index 100% rename from lib/postal/reply_separator.rb rename to app/lib/reply_separator.rb diff --git a/app/senders/http_sender.rb b/app/senders/http_sender.rb index af931e9..4da8c7f 100644 --- a/app/senders/http_sender.rb +++ b/app/senders/http_sender.rb @@ -91,7 +91,7 @@ class HTTPSender < BaseSender } if @endpoint.strip_replies - hash[:plain_body], hash[:replies_from_plain_body] = Postal::ReplySeparator.separate(message.plain_body) + hash[:plain_body], hash[:replies_from_plain_body] = ReplySeparator.separate(message.plain_body) else hash[:plain_body] = message.plain_body end