~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to tests/data/test802

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SMTP
 
5
</keywords>
 
6
</info>
 
7
 
 
8
#
 
9
# Server-side
 
10
<reply>
 
11
</reply>
 
12
 
 
13
#
 
14
# Client-side
 
15
<client>
 
16
<server>
 
17
smtp
 
18
</server>
 
19
 <name>
 
20
SMTP
 
21
 </name>
 
22
<stdin>
 
23
From: different
 
24
To: another
 
25
 
 
26
body
 
27
</stdin>
 
28
 <command>
 
29
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example --mail-from 802@from -T -
 
30
</command>
 
31
</client>
 
32
 
 
33
#
 
34
# Verify data after the test has been "shot"
 
35
<verify>
 
36
<protocol>
 
37
EHLO user
 
38
MAIL FROM:802@from
 
39
RCPT TO:<802@foo>
 
40
RCPT TO:<802@foobar.example>
 
41
DATA
 
42
QUIT
 
43
</protocol>
 
44
<upload>
 
45
From: different
 
46
To: another
 
47
 
 
48
body
 
49
 
 
50
.
 
51
</upload>
 
52
</verify>
 
53
</testcase>