[Tickets #3067] NEW: Unable to update From address in Identity

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Nov 29 06:02:49 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=3067
-----------------------------------------------------------------------
 Ticket             | 3067
 Created By         | Matt Selsky <selsky at columbia.edu>
 Summary            | Unable to update From address in Identity
 Queue              | Horde Framework Packages
 Version            | HEAD
 State              | Assigned
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


Matt Selsky <selsky at columbia.edu> (2005-11-29 06:02) wrote:

Horde HEAD

I'm attempting to update the From: address for my default identity and I get
the following error:

The new from address can't be verified, try again later: sendmail: command
line usage error (64)

The problem is the call to "$result = $identity->verifyFromAddress($id,
$new_from, $current_from);" on line 79 of horde/services/prefs.php. 
$current_from is not set so sendmail attempts to set the from address with
-f to '' and fails.  I would have switched to the getFromAddress() method,
but that only exists for the Identity_imp object and not the Horde Identity
object.




More information about the bugs mailing list