mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-05 05:22:09 -04:00
Bug: Email address with + in username triggers invalid email format error. #70
Reference in New Issue
Block a user
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 @hollajandro on GitHub (Oct 21, 2020).
Originally assigned to: @qdm12 on GitHub.
TLDR: Email address with + on user side of address fails verification and triggers ERROR invalid email format error.
Is this urgent?
What DNS service provider(s) are you using?
What's the version of the program?
See the line at the top of your logs
Running version latest built on 2020-10-13T01:10:51Z (commit 860bc02)What are you using to run the container?
Extra information
Logs:
Running version latest built on 2020-10-13T01:10:51Z (commit
860bc02)🔧 Need help? https://github.com/qdm12/ddns-updater/issues/new
💻 Email? quentin.mcgaw@gmail.com
☕ Slack? Join from the Slack button on Github
💸 Help me? https://github.com/sponsors/qdm12
2020-10-20T21:26:33.038Z ERROR invalid email format
Configuration file (remove your credentials!):
{
"settings": [
{
"zone_identifier": "",
"provider": "cloudflare",
"domain": "example.com",
"host": "hostname",
"ttl": 1,
"email": "user+name@gmail.com",
"key": "",
"proxied": false,
"ip_version": "ipv6"
}
]
}
Host OS:
RancherOS 1.5.6
@qdm12 commented on GitHub (Oct 25, 2020):
Sorry for the delay; it should now be fixed if you re-pull the docker image
Let me know if it still doesn't work. Thanks!