home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / spamcrusherenterprise.exe / web / myprofile.asp < prev    next >
Text File  |  2004-05-28  |  4KB  |  99 lines

  1. <html>
  2.     <head>
  3.         <title>Spam Crusher - My Profile</title>
  4.         <meta http-equiv="Content-Language" content="en-us">
  5.         <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6.         <meta name="ProgId" content="FrontPage.Editor.Document">
  7.         <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  8.     </head>
  9.     <body>
  10.     
  11.         <!--#include FILE="header.asp"-->
  12. <!--#include FILE="timeout.asp"-->
  13. <br><br>
  14.  
  15. <%
  16.     if (Session("UserId")="admin") then
  17.     if (Request.QueryString("ErrMsg")="") then
  18. %>
  19.     <p align=center>Because you are the administrator you can modify the filters and friends for everyone from here.</p>
  20. <%
  21.     Else
  22.         ErrMsg = Request.QueryString("ErrMsg")
  23.         Response.Write("<p align=center><font color=#FF0000>" + ErrMsg + "</font></p>")
  24.     End If
  25.     End If
  26. %>
  27.     <table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
  28. <%
  29.     if (Session("UserId")<>"admin") then
  30. %>
  31.   <tr>
  32.     <td width="24%"><a href="friends.asp">My Friends</a></td>
  33.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">This is the list of 
  34.     people that you always want email from no matter what.</font></td>
  35.   </tr>
  36.   <tr>
  37.     <td width="24%"><a href=fromfilters.asp>From Filters</a></td>
  38.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Here are the email 
  39.     addresses and domains that frequently send spam.  You can add your own 
  40.     here.</font></td>
  41.   </tr>
  42.   <tr>
  43.     <td width="24%"><a href=bodyfilters.asp>Body Filters</a></td>
  44.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Here are the things 
  45.     Spam Crusher looks for when blocking email.  You can add your own here.</font></td>
  46.   </tr>
  47.   <tr>
  48.     <td width="24%"><a href=acceptablephrases.asp>Acceptable Phrases</a></td>
  49.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">These are phrases 
  50.     that signal to Spam Crusher that the email is acceptable no matter what.  You can add your own here.</font></td>
  51.   </tr>
  52. <%
  53.     Else
  54. %>
  55.   <tr>
  56.     <td width="24%"><a href=serverstatus.asp>Server Status</a></td>
  57.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Look at what Spam Crusher Enterprise is doing.</font></td>
  58.   </tr>
  59.   <tr>
  60.     <td width="24%"><a href=serversettings.asp>Server Settings</a></td>
  61.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Configure Spam Crusher Enterprise.</font></td>
  62.   </tr>
  63.   <tr>
  64.     <td width="24%"><a href="friends.asp">Friends</a></td>
  65.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">This is the list of 
  66.     email addresses or domains that everyone in your organization can receive mail from no matter what.</font></td>
  67.   </tr>
  68.   <tr>
  69.     <td width="24%"><a href=fromfilters.asp>From Filters</a></td>
  70.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Here are the email 
  71.     addresses and domains that frequently send spam.  You can add your own 
  72.     here.  This is the list that everyone uses.</font></td>
  73.   </tr>
  74.   <tr>
  75.     <td width="24%"><a href=bodyfilters.asp>Body Filters</a></td>
  76.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Here are the things 
  77.     Spam Crusher looks for when blocking email.  You can add your own here.    This is the list that everyone uses.</font></td>
  78.   </tr>
  79.   <tr>
  80.     <td width="24%"><a href=accounts.asp>Email Accounts</a></td>
  81.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Add and remove email accounts that you want Spam Crusher Enterprise to filter email for.</font></td>
  82.   </tr>
  83.   <tr>
  84.     <td width="24%"><a href=adminpwd.asp>Change Admin Password</a></td>
  85.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Change the administrator password.</font></td>
  86.   </tr>
  87.   <tr>
  88.     <td width="24%"><a href=liveupdate.asp>Live Update - Filters</a></td>
  89.     <td width="76%" bgcolor="#008080"><font color="#FFFFFF">Make sure Spam Crusher's filters are up to date.  Spam Crusher Enteprise will check American Systems servers for new and improved filters for you.</font></td>
  90.   </tr>
  91.     
  92. <%    
  93.     End If
  94.  %>
  95. </table>
  96.  
  97.     </body>
  98. </html>
  99.