[MKDoc-dev] Use of Mail::CheckUser in the account registration
process
Bruno Postle
bruno at mkdoc.com
Fri Jan 28 19:52:00 GMT 2005
> I don't think it is a good idea to use it at the "change your preferences"
> stage as there are plenty of reasons why a perfect good address might
> temporarily become inaccessible - Validating addresses every time somebody
> clicks "save preferences" is sure to cause trouble sooner or later.
I've just been hit by this, the current version of Mail::CheckUser
fails tests on a server I was working-on yesterday. I installed it
anyway, but MKDoc was rejecting addresses consistently.
Though I ought to try and find the bug in Mail::CheckUser, I
ended-up patching that instance of MKDoc as a workaround:
Index: flo/Record/Editor.pm
===================================================================
RCS file: /var/spool/cvs/mkd/flo/Record/Editor.pm,v
retrieving revision 1.25.2.19
diff -r1.25.2.19 Editor.pm
529a530
> $Mail::CheckUser::Skip_Network_Checks = 1;
--
Bruno
More information about the MKDoc-dev
mailing list