NEW Nmail PHP 3 업그레이드 할인
자세히 보기

Nmail ASP 서비스 종료 안내(EOS)

Nmail ASP (nWmail, Nmail Server) 제품은 유상 유지보수를 포함한 모든 서비스가 종료되었습니다.

사용자정의 필터링이 안되서요

윤*호 2004.04.26 16:41 조회 814

엔터프라이즈 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>

댓글 4
이전 글 특정사용자 보내기멜이 안됩니다. 2 엄*식 2004.04.26
다음 글 수신이 불가능합니다. dns 설정이 아직 잘못되었나요? 1 김*천 2004.04.26
Loading...