[imp] Disabling from changing sender address
Anant Athavale
asa at isac.gov.in
Fri Feb 15 10:22:03 UTC 2008
modify prefs.php in horde and lock from_addr like this
$_prefs['from_addr'] = array(
'value' => '',
'locked' => true,
'hook' => true,
'shared' => true,
'type' => 'text',
'desc' => _("Your From: address:")
);
But you need to enable hook in hooks.php to get that value.
Regards,
ANANT.
----- Message from bubuk.gabrok at yahoo.com ---------
Date: Fri, 15 Feb 2008 01:23:38 -0800 (PST)
From: Bubuk Gabrok <bubuk.gabrok at yahoo.com>
Reply-To: Bubuk Gabrok <bubuk.gabrok at yahoo.com>
Subject: [imp] Disabling from changing sender address
To: IMP <imp at lists.horde.org>
> Under Options / Personal Information, how do I disable
> someone from changing their from address:
>
> Your From: address: <they can type here>
>
> I looked inside imp/config/prefs.php but couldn't find
> the segment that controls that. Please help. Many
> thanks.
>
>
> --
> Bubuk
>
>
>
> ____________________________________________________________________________________
> Never miss a thing. Make Yahoo your home page.
> http://www.yahoo.com/r/hs
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
----- End message from bubuk.gabrok at yahoo.com -----
Regards,
Anant Athavale.
More information about the imp
mailing list