View Issue Details

IDProjectCategoryView StatusLast Update
0001581Main CAcert Websiteaccount administrationpublic2025-08-01 17:52
Reporteralkas Assigned To 
PrioritynormalSeveritymajorReproducibilitysometimes
Status newResolutionopen 
PlatformMain CAcert WebsiteOSN/AOS Versionstable
Product Version2017 Q4 
Target Version2017 Q4 
Summary0001581: If an user employes PING Email mechanism without success, the error message is too vague and ambiguous
DescriptionThe error message:
Email Address given was invalid, or a test connection couldn't be made to your server, or the server rejected the email address as invalid
gives 3 possibilities at once. The function used is checkEmail, which can give more detailed reason.
In the recent state, the user cannot get anything more specific about the error. Users do not receive PING Emails successfully and can do nothing with that error. This is true especially if the user new Email address belongs to a public server (@gmail.com, @free.fr, @gmx.de, @volny.cz,...).
A suggestion:
(1) Report a more specific error message, at least.
(2) The server ping,cacert,org is used for sending PINGs. Use the CAcert Email server (email.cacert.org) to send PINGs instead, or let the user chose.
The software module concerned is www/index.php
Steps To ReproduceTry to add an Emai address to your account. Use the standard web interface: menu Emails, function New.
Alternatively, try to add a new domain.
Tagsadd Email
Reviewed by
Test InstructionsTry to add an Emai address to your account. Use the standard web interface: menu Emails, function New.

Activities

alkas

2025-08-01 17:52

manager   ~0006318

The suggestion (1) should be already fulfilled: after an error message there is the line
$_SESSION['_config']['errmsg'] .= "
\n$checkemail
\n";
which should copy (after new line) the answer of the checkEmail function, i.e. whole return string. A question will be sent to the complaining user.

Issue History

Date Modified Username Field Change
2025-08-01 13:18 alkas New Issue
2025-08-01 13:18 alkas Tag Attached: add Email
2025-08-01 17:52 alkas Note Added: 0006318