mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #36] Links are misconfigured #82
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stefanschramek on GitHub (Mar 7, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/36
Hi,
From time to time I have issues with links sent through AnonAddy.
The links are invalid when I click them, and I saw that some of the dots in the URL are doubled, e.g.
https://www.domain..com/email?e=JXkKl49H8xTHLpLq3cRl4RFfogdRojsxthdswwWFvSJtZZnSb9eNnNQ5dK7iprp3Thanks
Stefan
@willbrowningme commented on GitHub (Mar 9, 2020):
Hmm, are you using GPG encryption?
Is this for the plain text version of the email or html?
Thanks!
@stefanschramek commented on GitHub (Mar 9, 2020):
As far as I remember it‘s happening in plain text emails!
No GPG encryption used!
Thanks
Stefan
@stefanschramek commented on GitHub (Apr 28, 2020):
I still have this issue from time to time!
Is there any update?
I have one from today, which I could forward to you if it helps debugging!
Thanks!
@willbrowningme commented on GitHub (Apr 28, 2020):
I haven't been able to replicate this issue. Please could you send me an email with further details and perhaps the email attached too (with any sensitive information removed).
@willbrowningme commented on GitHub (Jun 25, 2020):
Does anyone have any ideas about this issue? It seems to happen very occasionally with certain URLs, perhaps it is related to the base64 encoding then decoding.
@jlopp commented on GitHub (Jun 25, 2020):
I will note that when I was investigating this issue for a user who reported our email links as broken, the particular spot in the HTML portion of the email where the URL got screwed up ALSO happened to coincide with a newline. That may or may not be a root cause. Example section:
@willbrowningme commented on GitHub (Jun 25, 2020):
@jlopp Thanks a lot, I still can't seem to reproduce this locally or in production. Do you happen to have an example of the full raw .eml file of the email where this issue occurred?
@jlopp commented on GitHub (Jun 25, 2020):
I'm having trouble reproducing it myself; will email you the info I have.
@vlenzr commented on GitHub (Jul 16, 2020):
Got the same problem. Tried to change a mail address for an online service. Therefore I had to confirm my new mail address via a send link. I nearly went crazy as I tried it dozens of times (each time with a new link). The customer service pointed out to me the additional point in the link. I can forward the mail/ link if desired. The dot was always added at the same place in the link btw.
@willbrowningme commented on GitHub (Jul 17, 2020):
@vlenzr Yes please could you let me know the service so I can test this out myself. You can email it to me if you like.
@vlenzr commented on GitHub (Jul 17, 2020):
@willbrowningme it's www.ebay-kleinanzeigen.de. I can't find an english version. If you need any help please let me know. In addition I will forward you the mail.
@erik-h commented on GitHub (Jul 31, 2020):
Just wanted to add that I've also experienced this issue a couple of times. If it helps I can find one of my affected emails and forward it along as well.
@cmbail commented on GitHub (Aug 10, 2020):
I'm seeing this regularly. Just sent @willbrowningme the eml for the most recent one. I reviewed other messages of the same type from the same sender and the other links I tested were fine. I tried searching my email for “..com” and unfortunately that also returns results for “.com”. In Outlook, Gmail (web), and X1 Search. Let me know if you have any other tips for surfacing these?!
@willbrowningme commented on GitHub (Sep 17, 2020):
I believe I have just pushed out a fix for this issue in release v0.2.12, specificully this commit.
I found that the bug had been widely discussed on the SwiftMailer repo and numerous issues had been opened for it, the latest being - https://github.com/swiftmailer/swiftmailer/issues/805
The last user's comment about escaping the periods for the quoted printable encoding seems to be working so far.
If anybody still sees this double dot issue occurring then please let me know.