mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1855] verification mail in Spam #1081
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1081
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 @Skyfay on GitHub (Jul 16, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1855
I noticed that the verification emails always end up in spam.
The parameters should possibly be adjusted so that they are not declared as spam.
@BlackDex commented on GitHub (Jul 16, 2021):
There are multiple reasons why an email could be marked as spam. So this report isn't going to help us. We need to know why it was triggered.
Also, spf, dkim and dmarc configurations can play an issue here which is out of the control of Vaultwarden
@Masgalor commented on GitHub (Jul 19, 2021):
If you want to better understand why your mails get marked as spam I would recommend to use Mail-Tester or a similar service. They will give you a detailed report about why your mails arent trustworthy enough.
@Skyfay commented on GitHub (Jul 19, 2021):
The rest is good everywhere
@BlackDex commented on GitHub (Jul 19, 2021):
@Masgalor I used that already, and i have think i have fixed all issues.
But since i do not know what type of spam filtering the reporter is using and that mail-tester only uses the default spamassissin rules, it's hard to tell what triggered it.
@BlackDex commented on GitHub (Jul 19, 2021):
@Skyfay, it looks to me it's marked as spam because of the items i mentioned which are out of control of vaultwarden.
SPF, DKIM and DMARC.
@Skyfay commented on GitHub (Jul 19, 2021):
@BlackDex So is the problem with Bitwarden or my provider?
@Masgalor commented on GitHub (Jul 19, 2021):
@BlackDex my comment was mostly meant for Skyfy because I agree with you that the problem is most likely not related to vaultwarden.
@Skyfay the quote "SpamAssassin mag deine E-Mail" (SpamAssassin likes your E-Mail) indicates that the content of the mail is not suspicious. But those entries with a negativ number in the score are missing PTR-Record, invalid SPF-Record and missing DKIM-signature. All three of them are problems with mailserver not vaultwarden.
I assume most mail server would classify this mail as spam, for example my mine would definitly mark it as spam.
@Skyfay commented on GitHub (Jul 19, 2021):
@Masgalor I added the SPF record and now it no longer ends up in spam!
thanks