Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS SDK 2.2.36 causes crash on MAIL FROM #5

Open
RobbyZ opened this issue Apr 22, 2016 · 1 comment
Open

AWS SDK 2.2.36 causes crash on MAIL FROM #5

RobbyZ opened this issue Apr 22, 2016 · 1 comment

Comments

@RobbyZ
Copy link

RobbyZ commented Apr 22, 2016

When installing ses-proxy via gem / rvm, the latest AWS sdk is pulled (2.2.36).

When a mail client executes a MAIL FROM, for instance:

MAIL FROM: <asdf.com>

The server will crash:

uninitialized constant SesProxy::SmtpServer::AWS
Did you mean? Aws

Downgrading AWS SDK to 1.66.0 fixes this, however, it would be more ideal to support the latest SDK.

gem install aws-sdk --version '=1.66.0'

@maintux
Copy link
Owner

maintux commented Apr 26, 2016

@RobbyZ I'm working on this, so I think that in this week I'll push a new version on master with support for AWS SDK 2

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

No branches or pull requests

2 participants