-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usermin's spf and dkim flagging of emails could be enhanced #95
Comments
Can you attach a screenshot of the popup you're seeing currently? |
If you compare those two emails by viewing as a raw message, do you see DKIM signature in the two last message from the screenshot above? Is there a DKIM signature in the first one? Can we have a look at the headers of those 3 mentioned emails? |
|
I don't understand what you're trying to say. Sorry. I need to see the complete headers (in raw) of the email in question. |
I have listed spam assassin's results, which shows that the SPF passed, and DKIM is present and valid. As for the headers, which ones do you need? Those on the spam page, or the original mail page? |
I don't need to do it. The email should already include all information needed to make this check.
Which is fine, right? It depends on the email message headers. I still don't understand the problem we're solving here. If Usermin displays DKIM status incorrectly then it's a bug. But to know that, I need to see the screenshot of a popup and all actual email headers in raw. |
Email (redacted) headers:
|
I think it's rather a feature than a bug. Google Mail does the same. It doesn't say anything about the signature if it's not present. However, I think that you're right, it's better to always show signed-by field. Check this patch, does it solve your problem? |
Just to understand, what does a green check mark or a red X supposed to mean for spf and dkim? present/notpresent, or valid/invalid? Then i will be able to re-evaluate the other emails. In the case of this email (#95 (comment)), it was the other way round as the mail has a dkim signature, but Usermin didn't show the dkim status. However i won't be able to check the patch as this email is on a production machine. I will see if i can setup a test server and attract spam in order to test the patch :) |
Alright, please give it a try on a test server and let me know what you find out. |
I will. However i need to know the expected behavior to be able to spot drifts: What does a green check mark or a red X supposed to mean for spf and dkim? present/notpresent, or valid/invalid, or some combination? What's the recommended way to install Virtualmin from github master? |
Currently, green means passed and red can mean failed/missing.
Never do that. Always use automated installer - https://www.virtualmin.com/download/. |
Great!
Let me rephrase my question:
|
You cannot have all the latest patches applied like that. You could try nightly builds of Webmin and Usermin thought. |
Usermin's flagging of emails with respect to spf and dkim (the popup when one clicks on the inverted arrow next to the sender name in the spam folder) could be enhanced:
dkim-signature is currently not visible when an invalid dkim signature is present. It is better if it is always displayed, and indicates whether a dkim signature is found or not, and in case it is there, whether it is valid or invalid.
Similarly for spf: spf record found or not, and matches or not
The text was updated successfully, but these errors were encountered: