Nmail ASP 서비스 종료 안내(EOS)
사용자정의 필터링이 안되서요
엔터프라이즈 3.2 이구요 필터링이 안되는데
수정한 소스는 없거든요
down.asp
<!--#Include File = "config.asp"-->
<!--#Include File = "Include/IncHead.asp"-->
<%
	Dim maliCount
	Dim strSql
	
	Set RFM = Server.CreateObject("ReadFileMail.FileMail.1")
	mailCount = RFM.Mailbox_mailcount(path, "mailbox")
	Set RFM = Nothing
	
	Set Rs = Server.CreateObject("ADODB.RecordSet")
	
	userId=trim("userId")
	servers=trim("servers")
	strSql = "SELECT " _
	& "* " _
	& "FROM " _
	& "FILTERING " _
	& "WHERE " _
	& "USER_ID = '" & userId & "' " _
	& "AND DOMAIN = '" & servers & "'"
	
	Rs.Open strSql, DbCon
%>
<html>
<head><link rel="STYLESHEET" type="text/css" href="default.css">
<title></title>
<SCRIPT LANGUAGE=javascript>
<!--
	<%
		If (mailCount > 0) And (Not Rs.EOF or Not Rs.BOF) Then
	%>
	window.open("Progress.asp", "mailFiltering", "width=390,height=120,toolbars=no,scrollbars=no,left=300,top=250");
	<%
		End If
		
		Rs.Close
		Set Rs = Nothing
	%>
//-->
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0" bgcolor="#AEEAE4">
<table width="776" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="246"><img src="http://pck.or.kr/nwmail/webmail/images/newimages_03.gif" width="246" height="40"></td>
    <td width="531" bgcolor="#2D9F93"><font color="#FFFFFF">Copyright ⓒ 2002 The 
      Presbyterian Church of Korea. TEL : (02)741-4350~2. <a href="mailto:****@****">Contact 
      Us.</a> </font> 
      <p></p>
    </td>
  </tr>
</table>
</body>
</html>
| 이전 글 | 특정사용자 보내기멜이 안됩니다. 2 | 엄*식 | 2004.04.26 | 
|---|---|---|---|
| 다음 글 | 수신이 불가능합니다. dns 설정이 아직 잘못되었나요? 1 | 김*천 | 2004.04.26 |