You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
The receiver can see the This email was sent to ... notice in my reply from Postbox - I just hit reply and allowed the email client to quote the prior content. Addy may not be stripping that notice because the quote level changed?
And then of course there's the issue of things like Roundcube (webmail) that replace URLs with [1] references so now the notice doesn't look the same.
This might need to be a configurable item to have it disabled for self-hosters. We know what the alias is about... <-- this is already a thing, I found it. awkward
Expected behaviour
This email was sent to ... notice should be stripped.
Actual behaviour
Notice is seen on the receiving end along with the URL to disable the alias.
Steps to reproduce
Configure your stuff as per documentation
docker compose up -d
create an account
send a test email from Postbox
reply from the receiver's end
reply back using Postbox's "reply" function, and not touching the default quoted content, just adding your reply.
check second reply on the receiver's end and it will contain the This email was sent to... notice.
By the way, this bug applies to your live service too. It fails to strip that, although your FAQ states it.
working-name
changed the title
"This email was sent to ..." notice NOT removed | make notice optional
"This email was sent to ..." notice NOT removed
Jan 23, 2024
If an email client (or user) is modifying the banner text then this can cause the regex not to match it any longer. Unfortunately I do not know of a perfect "fool-proof" method of always matching the banner even when it has been altered.
The deactivate alias link can only be used when you are logged in to your account.
As you've mentioned the banner can also be turned off in your account settings.
Support guidelines
I've found a bug and checked that ...
Description
The receiver can see the
This email was sent to ...
notice in my reply from Postbox - I just hit reply and allowed the email client to quote the prior content. Addy may not be stripping that notice because the quote level changed?And then of course there's the issue of things like Roundcube (webmail) that replace URLs with
[1]
references so now the notice doesn't look the same.This might need to be a
configurable item to have it disabled for self-hosters. We know what the alias is about...<-- this is already a thing, I found it. awkwardExpected behaviour
This email was sent to ...
notice should be stripped.Actual behaviour
Notice is seen on the receiving end along with the URL to disable the alias.
Steps to reproduce
This email was sent to...
notice.Docker info
Docker Compose config
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: