Open working-name opened 10 months ago
By the way, this bug applies to your live service too. It fails to strip that, although your FAQ states it.
The regular expression that is used to remove the banner is here - https://github.com/anonaddy/anonaddy/blob/master/app/Mail/ReplyToEmail.php#L226-L238
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