[cvs] commit: horde problem.php

Eric Rostetter eric.rostetter@physics.utexas.edu
Sat Nov 23 02:24:18 2002


ericr       2002/11/22 18:24:18 PST

  Modified files:
    .                    problem.php 
  Log:
  Use the email address the user provides for guest logins.  Before this
  patch, if the use is a guest user it drops their email address so you
  have no way to contact/identify them.  This patch says: use the horde
  identify if there is one, else use the one the user provided address.
  Could be changed to use the one provided over the horde one by changing
  the $email setting to read:
  $email = Horde::getFormData('email', $identity->getValue('from_addr'));
  But I thought why not trust horde over the user?  If you don't want
  people sending your forged addresses, we could just include the user
  defined addresses in the message body instead.  But since we know the
  destination, why not risk the forged addresses?
  
  Revision  Changes    Path
  2.82      +4 -1      horde/problem.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/problem.php?r1=2.81&r2=2.82&ty=u


More information about the cvs mailing list