Author |
|
newbee Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 30 May 2004 at 3:47am | IP Logged
|
|
|
What does "Address Book as White List " do ? and how can I remove this option ? any suggestion ?
|
Back to Top |
|
|
MailBeeSupport AfterLogic Support
Joined: 02 December 2003 Location: United States
Online Status: Offline Posts: 0
|
Posted: 31 May 2004 at 5:55am | IP Logged
|
|
|
"Address Book as White List" checkbox enables system to hide (mark with grey color) messages whose recipients are not in Address Book.
In other words, MailBee WebMail will treat Address Book's list of user contacts as White List (list of trusted senders).
|
Back to Top |
|
|
MailBeeSupport AfterLogic Support
Joined: 02 December 2003 Location: United States
Online Status: Offline Posts: 0
|
Posted: 31 May 2004 at 6:32am | IP Logged
|
|
|
To remove "Address Book as White List" option from user Settings panel, follow next steps:
1) Remove lines 66-68 from file "functions_user_settings.inc.asp":
=======================================
<tr>
<td class="wm_dialog_edit" colspan="3">
<input type="checkbox" class="wm_checkbox" id="checkbox_white_listing"<% If intPmWhiteListing Then
Response.Write(" checked") End If%>> <%=strConfirmWhiteList%>
</td>
</tr>
=======================================
2. Remove lines 281-284 from file "functions.js":
=======================================
if (document.getElementById("checkbox_white_listing").checked )
strUrl += "&white_listing=on";
else
strUrl += "&white_listing=off";
=======================================
|
Back to Top |
|
|
Newbee Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 31 May 2004 at 7:28am | IP Logged
|
|
|
Thanks A lot Indeed !
|
Back to Top |
|
|
Newbee Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 31 May 2004 at 7:28am | IP Logged
|
|
|
Thanks A lot Indeed !
|
Back to Top |
|
|