~ubuntu-branches/ubuntu/trusty/curl/trusty

« back to all changes in this revision

Viewing changes to tests/data/test925

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SMTP
 
5
VRFY
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Server-side
 
11
<reply>
 
12
<data>
 
13
252 Send some mail and I'll try my best
 
14
</data>
 
15
</reply>
 
16
 
 
17
#
 
18
# Client-side
 
19
<client>
 
20
<server>
 
21
smtp
 
22
</server>
 
23
 <name>
 
24
SMTP external VRFY
 
25
 </name>
 
26
 <command>
 
27
smtp://%HOSTIP:%SMTPPORT/925 --mail-rcpt user@example.net
 
28
</command>
 
29
</client>
 
30
 
 
31
#
 
32
# Verify data after the test has been "shot"
 
33
<verify>
 
34
<protocol>
 
35
EHLO 925
 
36
VRFY user@example.net
 
37
QUIT
 
38
</protocol>
 
39
</verify>
 
40
</testcase>