Thanks to Wolfgang Ziegler (fago on Drupal.org and a Google Summer of Code for 2006), the feedback module was totally rewritten for 4.7.
The module now allows multiple feedback pages, each going to a different email address. It also has configurable categories.
The only thing that did not get carried over is the validation of the email address. The reason is that this feature was unreliable and slow since it involved opening a socket to the SMTP server for the domain, and trying to contact the user's email.
Several ISPs do not allow this including large ones like AOL and MSN. It also tied up a PHP process while slow socket operations happened.
If you relied on this feature, we would like to hear from you, and find ways for alternatives, e.g. patches for optional non-image captchas to lessen spam.
Comments
Visitor (not verified)
Sounds great!
Tue, 2006/07/25 - 19:45Where can we download the updated module?
Khalid
The usual
Tue, 2006/07/25 - 23:45Drupal.org project page for feedback.
Wait till tomorrow to make sure that the new tarball include the latest files.
Visitor (not verified)
Feedback module in Java
Mon, 2008/04/28 - 05:41Hi All,
Im looking for a java based feedback module, can anyone specify me where can i get it.