Adam Cooke
Adam Cooke
We should be able to update the regex used on the link replacer to avoid a) breaking things like this when there's an invalid character and b) support brackets in...
Was that from an HTML email or a plain text one?
I see. The link is likely being presented with `&` in the HTML and is just being copied into the links table as is. I'll see if I can reproduce.
I've been looking into this. It's actually not quite as simple as I would have hoped. We need to look at the regular expression used to detect links to avoid...
I imagine I'll never get an answer to this but presumably you have `use_local_ns_for_domains` enabled?
Postal will usually try to query directly with your nameservers for these DNS checks which really shouldn't be affected by the `ndots`. If not, it'll use your local resolvers. I...
This is just an enhancement ticket. This will be added to the software when either myself or someone else fancies working on adding it 😄
I'd say the main thing holding this up is that we likely don't want plain text only e-mails to be within the multipart/alternative block. * If there's a plain text...
You are right, Postal doesn't generate and add message IDs. I've converted this into an issue to add server side message ID generation when one is missing.