51Testing软件测试论坛

标题: 大家过来帮我看看这个脚本的错误吧?我是实在想不出来为什么了? [打印本页]

作者: luojin100    时间: 2005-10-20 16:07
标题: 大家过来帮我看看这个脚本的错误吧?我是实在想不出来为什么了?
脚本:


vuser_init()
{

        pop31 = 0;
        pop3_logon_ex(&pop31, "Pop3Logon",
                "URL=pop3://×××:1@192.168.2.251:18110",
                LAST);

        pop3_command_ex(&pop31, "Pop3Command",
                "Command=STAT",
                LAST);

        pop3_list_ex(&pop31, "Pop3List",
                LAST);

        pop3_retrieve_ex(&pop31, "RetrieveMail",
                "RetrieveList=1",
                "DeleteMail=No",
                LAST);

       
        pop3_logoff_ex(&pop31);
        pop3_free_ex(&pop31);

        return 0;







执行这个脚本 从服务器看到的错误日志是、:
ct 20 16:00:22 [ 9072] debug: command is STAT
[Src/CEFService.h:431]
Oct 20 16:00:22 [ 9072] debug: command is STAT
[Src/CEFService.h:431]
Oct 20 16:00:22 [ 9072] debug: command is LIST
[Src/CEFService.h:431]
Oct 20 16:00:22 [ 9072] debug: command is STAT
[Src/CEFService.h:431]
Oct 20 16:00:22 [ 9072] debug: command is STAT
[Src/CEFService.h:431]
Oct 20 16:00:22 [ 9072] debug: command is RETR 1
[Src/CEFService.h:431]
Oct 20 16:00:22 [ 9072] debug: Data is decrypted [Src/CEF.cpp:1114]
Oct 20 16:00:22 [ 9072] debug: command is QUIT
[Src/CEFService.h:431]
Oct 20 16:00:22 [ 9072] debug: UPDATE push_user SET conn_status=0, conn_pid=0 WHERE pushuser_id='13911019439' [Src/CEFUser.cpp:1691]
Oct 20 16:00:22 [ 9072] debug: Done! [Src/CEFService.h:546]


现在的问题是 我只在脚本中设置了发送一个【command is stat]】可是服务器怎么收到这么多啊,每执行完lr的一个接收邮件语句,就产生一个command is stat命令
作者: luojin100    时间: 2005-10-20 16:08
我在线等待,各位大人,拜托帮帮忙 呵呵额~
作者: luojin100    时间: 2005-10-20 16:10
还有 ,最好有战友能给提供个测试 邮件服务器的脚本给看看!~
作者: luojin100    时间: 2005-10-21 13:30
怎么没有人啊?、有人帮忙看看吧?、




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2