[cvs] commit: vacation/lib/Driver forwards.php

Chuck Hagenbuch chuck at horde.org
Thu Apr 29 08:42:27 PDT 2004


chuck       2004/04/29 08:42:27 PDT

  Modified files:
    lib/Driver           forwards.php 
  Log:
  From: Peter Arien <peter.arien at cc.kuleuven.ac.be>
  
  The forward driver installs the following .forward file:
  \m2000953, "|/usr/bin/vacation -a peter.arien at student.kuleuven.ac.be m2000953"
  
  The first part ("\m2000953") is recognised as a valid email address
  by Mail_RFC822::parseAddressList, and put in $adr->mailbox, but the
  second part is not recognised, and thus not put in $adr->mailbox.
  The preg_match will never succeed, because it matches $adr->mailbox,
  but at that time $adr is a string, not an array.
  
  Revision  Changes    Path
  1.30      +5 -4      vacation/lib/Driver/forwards.php

  Chora Links:
  http://cvs.horde.org/diff.php/vacation/lib/Driver/forwards.php?r1=1.29&r2=1.30&ty=u


More information about the cvs mailing list