Will Power
Will Power
I've ended up with a fairly minimalistic pair of AWS cli config files with `.aws/config` only containing ``` [default] region = eu-west-2 ``` and `.aws/credentials` as follows ``` [default] aws_access_key_id...
figured out how to make the dev consoles accessible on windows, enjoy
As per https://github.com/atech/postal/wiki/Click-&-Open-Tracking#disable-tracking-on-a-per-e-mail-basis I included the header in an email to ignore click tracking in that message. Unfortunately, it does not seem to have done anything. Having a quick look...
There are a number of messages in the `queued_messages` table which have the `locked_by` field filled in with a reference presumably to a no-longer-existing process. The messages date back some...
The HTML and plain text parts of an email should be sub parts of a part with content type "multipart/alternative" and the main message content type should be "multipart/mixed". Attachments...
As per #402 it seems messages are reported as checked and then publicly reported as "not spam" even if the spam check failed. I would suggest a check needs adding...
These two lines of text don't make sense at all for the `Incoming Spam Failure Threshold` but not sure exactly what should be said. https://github.com/atech/postal/blob/2f0155747c5c058afb83856ce5c3c8d5f8cad341/app/views/servers/spam.html.haml#L26-L27
I don't think this has already been discussed but if your webhook has multiple attempts, it is impossible to view any attempt after the first one. As per https://github.com/atech/postal/blob/ed7889a40e1d777f1d80821043562ab18b04766e/app/controllers/webhooks_controller.rb#L42 The...
As noted in #800 and evidenced by [the HTTPSender class](https://github.com/atech/postal/blob/183f3b4192bef57f92459b249117ee5a44c8529f/lib/postal/http_sender.rb#L119-L120), the [raw message payload](https://github.com/atech/postal/wiki/HTTP-Payloads#the-raw-message-payload) example in the wiki is `rcpt_to` and `mail_from` keys.