6.0.0-beta1
7/18/25

[#1070] problem.php -- bad "explode"
Summary problem.php -- bad "explode"
Queue Horde Base
Queue Version 3.0
Type Bug
State Resolved
Priority 1. Low
Owners
Requester dustin (at) ywlcs (dot) org
Created 01/04/2005 (7500 days ago)
Due
Updated 01/05/2005 (7499 days ago)
Assigned
Resolved 01/05/2005 (7499 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/05/2005 03:03:43 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Yes, they were trivial, but all the same, we've got a lot on our 
plates. It'd be awfully nice of you to supply patches in the future.
01/04/2005 09:34:42 PM dustin (at) ywlcs (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ problem.php -- bad "explode"
Queue ⇒ Horde Base
Reply to this comment
                 list($mailbox, $host) = @explode('@', $email);

                 if (empty($host)) {

                     $host = $conf['server']['name'];

                 }



If the "explode" returns other than two results, the first line 
produces an error, although the second line is probably supposed to 
catch just that error.  The required changes are trivial.

Saved Queries