Pavlo Astashonok

Results 117 comments of Pavlo Astashonok

Agree. It makes no sense to use deprecated tool like `virtualenv`. Venv is a stanard and has the same capabilities, the only reason people use `virtualenv` is backward compatibility with...

> But when e-mail sending failed to Soft Bounce reason (for example: server temporarily unavailable), SES will be trying it again multiple times Well, yesterday it didn't do this and...

Ok, thanks, will research this tool. It worth implementing some filter in Lambda, even primitive one.

If I got it right, SPF helps if someone is spoofing my domain and sends messages **on my behalf**, aka like from my domain. I suppose this is not the...

> do you have an example spam email? already deleted all. It was something like: "I've got access to you PC, send me X bitcoins to get your data back"....

Wow, very cool. Will definitely worth a try. Thanks a lot.

Just thought it's purely a configuration issue, because bucket is specified in default config and so it should be possible to forward messages as well. It would be handy to...

Still no possibility? We have bucket in config: var defaultConfig = { fromEmail: "[email protected]", emailBucket: "buckbuck", Can we make it conditional?

Also I observe such kind of encoding mess: ![image](https://user-images.githubusercontent.com/6388034/40707267-e44db69e-63f8-11e8-8c99-3249a155fed4.png) I strongly suspect that it is a forwarder issue, 'cause I never received such things to those forwarded email directly.