View Issue Details

IDProjectCategoryView StatusLast Update
0003484mantisbtemailpublic2009-06-23 15:28
Reportersteffi Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
OSWindows 2000 
Product Version0.18.0 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0003484: check_mx_record fails on windows platforms
Description

If I activate globals 'validate_email' and 'check_mx_record' and try to add a new useraccount with a valid email-address, I'm getting a blank page (manage_user_create.php) with no error message. Also the account has not been created.

Steps To Reproduce

There's no problem, if either validate_email OR check_mx_record has been activated. Or both off.

TagsNo tags attached.

Relationships

Activities

jlatour

jlatour

2005-12-08 04:56

reporter   ~0011736

According to the PHP Manual, getmxrr and checkdnsrr are currently not implemented on windows, but there is a PEAR class that implements the same functionality.

We should probably put a note in the manual about this for 1.0 and see if we will/can use the PEAR class for 1.1.

grangeway

grangeway

2009-04-25 10:30

reporter   ~0021674

/admin/check.php now checks that php on windows is version 5.3.0 or higher if the email validation configuration options in mantis are turned on.