Commit be7908c6 be7908c6646f0fe735d23d69a1efc67b5ac96e30 by Sergey Poznyakoff

Added new test.

1 parent d2682d58
1 # This file is part of Mailutils testsuite. 1 # This file is part of Mailutils testsuite.
2 # Copyright (C) 2002, Free Software Foundation 2 # Copyright (C) 2002, 2004, Free Software Foundation
3 # 3 #
4 # This program is free software; you can redistribute it and/or modify 4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by 5 # it under the terms of the GNU General Public License as published by
...@@ -153,6 +153,31 @@ It works? ...@@ -153,6 +153,31 @@ It works?
153 BODY END 153 BODY END
154 PATTERN BEGIN 154 PATTERN BEGIN
155 ENVELOPE FROM: <gray@gnu.org> 155 ENVELOPE FROM: <gray@gnu.org>
156 ENVELOPE TO: <root@localhost>
157 0: To: <root@localhost>
158 1: From: gray@gnu.org
159 2: Cc: "Alain Magloire" <alainm@gnu.org>, "Jeff Bailey" <jbailey@gnu.org>
160 3: Subject: A complex test
161 4:
162 5: It works?
163 6:
164 END OF MESSAGE
165 PATTERN END
166 MESSAGE END
167
168 MESSAGE Complex+Read recipients
169 OPTIONS -t
170 TO <root@localhost>
171 BODY BEGIN
172 From: gray@gnu.org
173 Cc: "Alain Magloire" <alainm@gnu.org>, "Jeff Bailey" <jbailey@gnu.org>
174 Bcc: bug-mailutils@gnu.org
175 Subject: A complex test
176
177 It works?
178 BODY END
179 PATTERN BEGIN
180 ENVELOPE FROM: <gray@gnu.org>
156 ENVELOPE TO: <root@localhost>,<alainm@gnu.org>,<jbailey@gnu.org> 181 ENVELOPE TO: <root@localhost>,<alainm@gnu.org>,<jbailey@gnu.org>
157 0: To: <root@localhost>,<alainm@gnu.org>,<jbailey@gnu.org> 182 0: To: <root@localhost>,<alainm@gnu.org>,<jbailey@gnu.org>
158 1: From: gray@gnu.org 183 1: From: gray@gnu.org
...@@ -176,4 +201,5 @@ END OF MESSAGE ...@@ -176,4 +201,5 @@ END OF MESSAGE
176 PATTERN END 201 PATTERN END
177 MESSAGE END 202 MESSAGE END
178 203
204
179 # End of data 205 # End of data
......