Moved from mail/testsuite
Showing
11 changed files
with
1519 additions
and
0 deletions
testsuite/Makefile.am
0 → 100644
1 | EXTRA_DIST = makespool | ||
2 | test_dirs = lib etc spool folder | ||
3 | |||
4 | dist-hook: | ||
5 | here=`cd $(top_builddir)/$(subdir) && pwd`; \ | ||
6 | srcdir=`cd $(srcdir) && pwd`; \ | ||
7 | distdir=`cd $(distdir) && pwd`; \ | ||
8 | for dir in $(test_dirs); \ | ||
9 | do \ | ||
10 | cd $$srcdir;\ | ||
11 | mkdir $$distdir/$$dir;\ | ||
12 | cd $$dir;\ | ||
13 | for file in DISTFILES `cat DISTFILES`; do \ | ||
14 | d=$$srcdir/$$dir; \ | ||
15 | if test -d $$d/$$file; then \ | ||
16 | cp -pr $$d/$$file $$distdir/$$dir/$$file; \ | ||
17 | else \ | ||
18 | test -f $$distdir/$$dir/$$file \ | ||
19 | || cp -p $$d/$$file $$distdir/$$dir/$$file || exit; \ | ||
20 | fi; \ | ||
21 | done;\ | ||
22 | done;\ | ||
23 | cd $$here | ||
24 | |||
25 | DISTCLEANFILES=*.exp *.log *.sum | ||
26 | |||
27 | distclean-local: | ||
28 | -rm -rf data |
testsuite/etc/DISTFILES
0 → 100644
1 | mail.rc |
testsuite/etc/mail.rc
0 → 100644
testsuite/folder/DISTFILES
0 → 100644
testsuite/folder/one
0 → 100644
1 | From foobar@nonexistent.net Fri Dec 28 22:18:09 2001 | ||
2 | Received: (from foobar@nonexistent.net) | ||
3 | by nonexistent.net id fBSKI8N04906 | ||
4 | for bar@dontmailme.org; Fri, 28 Dec 2001 22:18:08 +0200 | ||
5 | Date: Fri, 28 Dec 2001 22:18:08 +0200 | ||
6 | From: Foo Bar <foobar@nonexistent.net> | ||
7 | Message-Id: <200112282018.fBSKI8N04906@nonexistent.net> | ||
8 | To: Bar <bar@dontmailme.org> | ||
9 | Subject: Mailbox 1 | ||
10 | |||
11 | This is the first folder mailbox. | ||
12 |
testsuite/folder/two
0 → 100644
1 | From foobar@nonexistent.net Fri Dec 28 22:18:09 2001 | ||
2 | Received: (from foobar@nonexistent.net) | ||
3 | by nonexistent.net id fBSKI8N04906 | ||
4 | for bar@dontmailme.org; Fri, 28 Dec 2001 22:18:08 +0200 | ||
5 | Date: Fri, 28 Dec 2001 22:18:08 +0200 | ||
6 | From: Foo Bar <foobar@nonexistent.net> | ||
7 | Message-Id: <200112282018.fBSKI8N04906@nonexistent.net> | ||
8 | To: Bar <bar@dontmailme.org> | ||
9 | Subject: Mailbox 2 | ||
10 | |||
11 | This is the second folder mailbox | ||
12 |
testsuite/makespool
0 → 100755
1 | #! /bin/sh | ||
2 | # GNU mailutils - a suite of utilities for electronic mail | ||
3 | # Copyright (C) 2002 Free Software Foundation, Inc. | ||
4 | # | ||
5 | # This program is free software; you can redistribute it and/or modify | ||
6 | # it under the terms of the GNU General Public License as published by | ||
7 | # the Free Software Foundation; either version 2, or (at your option) | ||
8 | # any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | # GNU General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
18 | |||
19 | if [ "$1" = "-r" ]; then | ||
20 | shift | ||
21 | rm -rf $* | ||
22 | exit 0 | ||
23 | fi | ||
24 | |||
25 | mkdirhier() { | ||
26 | dir="" | ||
27 | for d in `echo $1|sed 's,/, ,g'` | ||
28 | do | ||
29 | dir="$dir/$d" | ||
30 | test -d $dir || mkdir $dir | ||
31 | done | ||
32 | } | ||
33 | |||
34 | while [ $# -gt 0 ] | ||
35 | do | ||
36 | SRCDIR=${1:?} | ||
37 | DSTDIR=${2:?} | ||
38 | shift 2 | ||
39 | |||
40 | if [ ! -d $SRCDIR ]; then | ||
41 | echo "$SRCDIR not a directory" >&2 | ||
42 | exit 1 | ||
43 | fi | ||
44 | if [ ! -r $SRCDIR/DISTFILES ]; then | ||
45 | echo "$SRCDIR/DISTFILES does not exist" >&2 | ||
46 | exit 1 | ||
47 | fi | ||
48 | mkdirhier $DSTDIR | ||
49 | chmod -R u+w $DSTDIR | ||
50 | rm -rf $DSTDIR/* | ||
51 | |||
52 | cat $SRCDIR/DISTFILES | | ||
53 | while read NAME | ||
54 | do | ||
55 | cp $SRCDIR/$NAME $DSTDIR/$NAME | ||
56 | chmod u+w $DSTDIR/$NAME | ||
57 | done | ||
58 | done |
testsuite/spool/DISTFILES
0 → 100644
testsuite/spool/mbox
0 → 100644
1 | From gray@Mirddin.farlep.net Tue Jul 16 12:11:35 2002 | ||
2 | Organization: Farlep-Internet | ||
3 | Received: from Mirddin.farlep.net (localhost [127.0.0.1]) | ||
4 | by Mirddin.farlep.net with ESMTP id g6G9BZb00791 | ||
5 | for <gray@mirddin.farlep.net>; Tue, 16 Jul 2002 12:11:35 +0300 | ||
6 | Message-Id: <200207160911.g6G9BZb00791@Mirddin.farlep.net> | ||
7 | To: To: Bar <bar@dontmailme.org> | ||
8 | Subject: MBOX | ||
9 | Date: Tue, 16 Jul 2002 12:11:35 +0300 | ||
10 | From: Sergey Poznyakoff <gray@Mirddin.farlep.net> | ||
11 | |||
12 | |||
13 | This is a sample user's mbox. | ||
14 |
testsuite/spool/mbox1
0 → 100644
1 | From foobar@nonexistent.net Fri Dec 28 22:18:09 2001 | ||
2 | Received: (from foobar@nonexistent.net) | ||
3 | by nonexistent.net id fBSKI8N04906 | ||
4 | for bar@dontmailme.org; Fri, 28 Dec 2001 22:18:08 +0200 | ||
5 | Date: Fri, 28 Dec 2001 22:18:08 +0200 | ||
6 | From: Foo Bar <foobar@nonexistent.net> | ||
7 | Message-Id: <200112282018.fBSKI8N04906@nonexistent.net> | ||
8 | To: Bar <bar@dontmailme.org> | ||
9 | Subject: Jabberwocky | ||
10 | |||
11 | `Twas brillig, and the slithy toves | ||
12 | Did gyre and gimble in the wabe; | ||
13 | All mimsy were the borogoves, | ||
14 | And the mome raths outgrabe. | ||
15 | |||
16 | `Beware the Jabberwock, my son! | ||
17 | The jaws that bite, the claws that catch! | ||
18 | Beware the Jujub bird, and shun | ||
19 | The frumious Bandersnatch!' | ||
20 | |||
21 | He took his vorpal sword in hand: | ||
22 | Long time the manxome foe he sought -- | ||
23 | So rested he by the Tumtum gree, | ||
24 | And stood awhile in thought. | ||
25 | |||
26 | And as in uffish thought he stood, | ||
27 | The Jabberwock, with eyes of flame, | ||
28 | Came whiffling through the tulgey wook, | ||
29 | And burbled as it came! | ||
30 | |||
31 | One, two! One, two! And through and through | ||
32 | The vorpal blade went snicker-snack! | ||
33 | He left it dead, and with its head | ||
34 | He went galumphing back. | ||
35 | |||
36 | `And has thou slain the Jabberwock? | ||
37 | Come to my arms, my beamish boy! | ||
38 | O frabjous day! Calloh! Callay! | ||
39 | He chortled in his joy. | ||
40 | |||
41 | `Twas brillig, and the slithy toves | ||
42 | Did gyre and gimble in the wabe; | ||
43 | All mimsy were the borogoves, | ||
44 | And the mome raths outgrabe. | ||
45 | |||
46 | |||
47 | From bar@dontmailme.org Fri Dec 28 23:28:09 2001 | ||
48 | Received: (from bar@dontmailme.org) | ||
49 | by dontmailme.org id fERKR9N16790 | ||
50 | for foobar@nonexistent.net; Fri, 28 Dec 2001 22:18:08 +0200 | ||
51 | Date: Fri, 28 Dec 2001 23:28:08 +0200 | ||
52 | From: Bar <bar@dontmailme.org> | ||
53 | To: Foo Bar <foobar@nonexistent.net> | ||
54 | Message-Id: <200112232808.fERKR9N16790@dontmailme.org> | ||
55 | Subject: Re: Jabberwocky | ||
56 | |||
57 | It seems very pretty, but it's *rather* hard to understand!' | ||
58 | Somehow it seems to fill my head with ideas -- only I don't | ||
59 | exactly know what they are! However, SOMEBODY killed SOMETHING: | ||
60 | that's clear, at any rate... | ||
61 | |||
62 | From gray@Mirddin.farlep.net Sat Jul 13 00:43:18 2002 | ||
63 | Organization: Farlep-Internet | ||
64 | Received: from Mirddin.farlep.net (localhost [127.0.0.1]) | ||
65 | by Mirddin.farlep.net with ESMTP id g6CLhIb05086 | ||
66 | for <gray@mirddin.farlep.net>; Sat, 13 Jul 2002 00:43:18 +0300 | ||
67 | Message-Id: <200207122143.g6CLhIb05086@Mirddin.farlep.net> | ||
68 | To: Foo Bar <foobar@nonexistent.net> | ||
69 | Subject: Simple MIME | ||
70 | MIME-Version: 1.0 | ||
71 | Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" | ||
72 | Content-ID: <5082.1026510189.0@Mirddin.farlep.net> | ||
73 | Date: Sat, 13 Jul 2002 00:43:18 +0300 | ||
74 | From: Sergey Poznyakoff <gray@Mirddin.farlep.net> | ||
75 | |||
76 | ------- =_aaaaaaaaaa0 | ||
77 | Content-Type: text/plain; name="msg.1"; charset="us-ascii" | ||
78 | Content-ID: <5082.1026510189.1@Mirddin.farlep.net> | ||
79 | Content-Description: How doth | ||
80 | |||
81 | How doth the little crocodile | ||
82 | Improve his shining tail, | ||
83 | And pour the waters of the Nile | ||
84 | On every golden scale! | ||
85 | |||
86 | `How cheerfully he seems to grin, | ||
87 | How neatly spread his claws, | ||
88 | And welcome little fishes in | ||
89 | With gently smiling jaws! | ||
90 | |||
91 | ------- =_aaaaaaaaaa0 | ||
92 | Content-Type: application/octet-stream; name="msg.21" | ||
93 | Content-ID: <5082.1026510189.2@Mirddin.farlep.net> | ||
94 | Content-Description: Father William Part I | ||
95 | Content-Transfer-Encoding: base64 | ||
96 | |||
97 | YFlvdSBhcmUgb2xkLCBGYXRoZXIgV2lsbGlhbSwnIHRoZSB5b3VuZyBtYW4gc2FpZCwKYEFuZCB5 | ||
98 | b3VyIGhhaXIgaGFzIGJlY29tZSB2ZXJ5IHdoaXRlOwpBbmQgeWV0IHlvdSBpbmNlc3NhbnRseSBz | ||
99 | dGFuZCBvbiB5b3VyIGhlYWQtLQpEbyB5b3UgdGhpbmssIGF0IHlvdXIgYWdlLCBpdCBpcyByaWdo | ||
100 | dD8nCgpgSW4gbXkgeW91dGgsJyBGYXRoZXIgV2lsbGlhbSByZXBsaWVkIHRvIGhpcyBzb24sCmBJ | ||
101 | IGZlYXJlZCBpdCBtaWdodCBpbmp1cmUgdGhlIGJyYWluOwpCdXQsIG5vdyB0aGF0IEknbSBwZXJm | ||
102 | ZWN0bHkgc3VyZSBJIGhhdmUgbm9uZSwKV2h5LCBJIGRvIGl0IGFnYWluIGFuZCBhZ2Fpbi4nCgo= | ||
103 | |||
104 | ------- =_aaaaaaaaaa0-- | ||
105 | |||
106 | From gray@Mirddin.farlep.net Sat Jul 13 00:50:58 2002 | ||
107 | Organization: Farlep-Internet | ||
108 | Received: from Mirddin.farlep.net (localhost [127.0.0.1]) | ||
109 | by Mirddin.farlep.net with ESMTP id g6CLowb05126 | ||
110 | for <gray@mirddin.farlep.net>; Sat, 13 Jul 2002 00:50:58 +0300 | ||
111 | Message-Id: <200207122150.g6CLowb05126@Mirddin.farlep.net> | ||
112 | To: Foo Bar <foobar@nonexistent.net> | ||
113 | Subject: Nested MIME | ||
114 | MIME-Version: 1.0 | ||
115 | Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" | ||
116 | Content-ID: <5122.1026510654.1@Mirddin.farlep.net> | ||
117 | Date: Sat, 13 Jul 2002 00:50:58 +0300 | ||
118 | From: Sergey Poznyakoff <gray@Mirddin.farlep.net> | ||
119 | |||
120 | ------- =_aaaaaaaaaa0 | ||
121 | Content-Type: text/plain; name="msg.21"; charset="us-ascii" | ||
122 | Content-ID: <5122.1026510654.2@Mirddin.farlep.net> | ||
123 | Content-Description: Father William Part I | ||
124 | |||
125 | `You are old, Father William,' the young man said, | ||
126 | `And your hair has become very white; | ||
127 | And yet you incessantly stand on your head-- | ||
128 | Do you think, at your age, it is right?' | ||
129 | |||
130 | `In my youth,' Father William replied to his son, | ||
131 | `I feared it might injure the brain; | ||
132 | But, now that I'm perfectly sure I have none, | ||
133 | Why, I do it again and again.' | ||
134 | |||
135 | |||
136 | ------- =_aaaaaaaaaa0 | ||
137 | Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" | ||
138 | Content-ID: <5122.1026510654.3@Mirddin.farlep.net> | ||
139 | |||
140 | ------- =_aaaaaaaaaa1 | ||
141 | Content-Type: application/octet-stream; name="msg.22" | ||
142 | Content-ID: <5122.1026510654.4@Mirddin.farlep.net> | ||
143 | Content-Description: Father William Part II | ||
144 | Content-Transfer-Encoding: base64 | ||
145 | |||
146 | YFlvdSBhcmUgb2xkLCcgc2FpZCB0aGUgeW91dGgsIGBhcyBJIG1lbnRpb25lZCBiZWZvcmUsCkFu | ||
147 | ZCBoYXZlIGdyb3duIG1vc3QgdW5jb21tb25seSBmYXQ7CllldCB5b3UgdHVybmVkIGEgYmFjay1z | ||
148 | b21lcnNhdWx0IGluIGF0IHRoZSBkb29yLS0KUHJheSwgd2hhdCBpcyB0aGUgcmVhc29uIG9mIHRo | ||
149 | YXQ/JwoKYEluIG15IHlvdXRoLCcgc2FpZCB0aGUgc2FnZSwgYXMgaGUgc2hvb2sgaGlzIGdyZXkg | ||
150 | bG9ja3MsCmBJIGtlcHQgYWxsIG15IGxpbWJzIHZlcnkgc3VwcGxlCkJ5IHRoZSB1c2Ugb2YgdGhp | ||
151 | cyBvaW50bWVudC0tb25lIHNoaWxsaW5nIHRoZSBib3gtLQpBbGxvdyBtZSB0byBzZWxsIHlvdSBh | ||
152 | IGNvdXBsZT8nCg== | ||
153 | |||
154 | ------- =_aaaaaaaaaa1 | ||
155 | Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa2" | ||
156 | Content-ID: <5122.1026510654.5@Mirddin.farlep.net> | ||
157 | |||
158 | ------- =_aaaaaaaaaa2 | ||
159 | Content-Type: application/octet-stream; name="msg.23" | ||
160 | Content-ID: <5122.1026510654.6@Mirddin.farlep.net> | ||
161 | Content-Description: Father William Part III | ||
162 | Content-Transfer-Encoding: base64 | ||
163 | |||
164 | YFlvdSBhcmUgb2xkLCcgc2FpZCB0aGUgeW91dGgsIGBhbmQgeW91ciBqYXdzIGFyZSB0b28gd2Vh | ||
165 | awpGb3IgYW55dGhpbmcgdG91Z2hlciB0aGFuIHN1ZXQ7CllldCB5b3UgZmluaXNoZWQgdGhlIGdv | ||
166 | b3NlLCB3aXRoIHRoZSBib25lcyBhbmQgdGhlIGJlYWstLQpQcmF5IGhvdyBkaWQgeW91IG1hbmFn | ||
167 | ZSB0byBkbyBpdD8nCgpgSW4gbXkgeW91dGgsJyBzYWlkIGhpcyBmYXRoZXIsIGBJIHRvb2sgdG8g | ||
168 | dGhlIGxhdywKQW5kIGFyZ3VlZCBlYWNoIGNhc2Ugd2l0aCBteSB3aWZlOwpBbmQgdGhlIG11c2N1 | ||
169 | bGFyIHN0cmVuZ3RoLCB3aGljaCBpdCBnYXZlIHRvIG15IGphdywKSGFzIGxhc3RlZCB0aGUgcmVz | ||
170 | dCBvZiBteSBsaWZlLicK | ||
171 | |||
172 | ------- =_aaaaaaaaaa2 | ||
173 | Content-Type: application/octet-stream; name="msg.24" | ||
174 | Content-ID: <5122.1026510654.7@Mirddin.farlep.net> | ||
175 | Content-Description: Father William Part IV | ||
176 | Content-Transfer-Encoding: base64 | ||
177 | |||
178 | YFlvdSBhcmUgb2xkLCcgc2FpZCB0aGUgeW91dGgsIGBvbmUgd291bGQgaGFyZGx5IHN1cHBvc2UK | ||
179 | VGhhdCB5b3VyIGV5ZSB3YXMgYXMgc3RlYWR5IGFzIGV2ZXI7CllldCB5b3UgYmFsYW5jZWQgYW4g | ||
180 | ZWVsIG9uIHRoZSBlbmQgb2YgeW91ciBub3NlLS0KV2hhdCBtYWRlIHlvdSBzbyBhd2Z1bGx5IGNs | ||
181 | ZXZlcj8nCgpgSSBoYXZlIGFuc3dlcmVkIHRocmVlIHF1ZXN0aW9ucywgYW5kIHRoYXQgaXMgZW5v | ||
182 | dWdoLCcKU2FpZCBoaXMgZmF0aGVyOyBgZG9uJ3QgZ2l2ZSB5b3Vyc2VsZiBhaXJzIQpEbyB5b3Ug | ||
183 | dGhpbmsgSSBjYW4gbGlzdGVuIGFsbCBkYXkgdG8gc3VjaCBzdHVmZj8KQmUgb2ZmLCBvciBJJ2xs | ||
184 | IGtpY2sgeW91IGRvd24gc3RhaXJzIScK | ||
185 | |||
186 | ------- =_aaaaaaaaaa2-- | ||
187 | |||
188 | ------- =_aaaaaaaaaa1-- | ||
189 | |||
190 | ------- =_aaaaaaaaaa0-- | ||
191 |
testsuite/spool/teaparty.mbox
0 → 100644
1 | From hare@wonder.land Sun Jul 21 20:46:09 2002 | ||
2 | Received: (from hare@wonder.land) | ||
3 | by wonder.land id 3d3b1d91 | ||
4 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
5 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
6 | From: March Hare <hare@wonder.land> | ||
7 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
8 | To: Alice <alice@wonder.land> | ||
9 | Subject: Invitation | ||
10 | |||
11 | Have some wine | ||
12 | |||
13 | From alice@wonder.land Sun Jul 21 20:46:09 2002 | ||
14 | Received: (from alice@wonder.land) | ||
15 | by wonder.land id 3d3b1d91 | ||
16 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
17 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
18 | From: Alice <alice@wonder.land> | ||
19 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
20 | To: March Hare <hare@wonder.land> | ||
21 | Subject: Re: Invitation | ||
22 | |||
23 | I don't see any wine | ||
24 | |||
25 | From hare@wonder.land Sun Jul 21 20:46:09 2002 | ||
26 | Received: (from hare@wonder.land) | ||
27 | by wonder.land id 3d3b1d91 | ||
28 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
29 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
30 | From: March Hare <hare@wonder.land> | ||
31 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
32 | To: Alice <alice@wonder.land> | ||
33 | Subject: Re: Invitation | ||
34 | |||
35 | There isn't any | ||
36 | |||
37 | From alice@wonder.land Sun Jul 21 20:46:09 2002 | ||
38 | Received: (from alice@wonder.land) | ||
39 | by wonder.land id 3d3b1d91 | ||
40 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
41 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
42 | From: Alice <alice@wonder.land> | ||
43 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
44 | To: March Hare <hare@wonder.land> | ||
45 | Subject: Re: Invitation | ||
46 | |||
47 | Then it wasn't very civil of you to offer it | ||
48 | |||
49 | From hare@wonder.land Sun Jul 21 20:46:09 2002 | ||
50 | Received: (from hare@wonder.land) | ||
51 | by wonder.land id 3d3b1d91 | ||
52 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
53 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
54 | From: March Hare <hare@wonder.land> | ||
55 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
56 | To: Alice <alice@wonder.land> | ||
57 | Subject: Re: Invitation | ||
58 | |||
59 | It wasn't very civil of you to sit down without being invited | ||
60 | |||
61 | From alice@wonder.land Sun Jul 21 20:46:09 2002 | ||
62 | Received: (from alice@wonder.land) | ||
63 | by wonder.land id 3d3b1d91 | ||
64 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
65 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
66 | From: Alice <alice@wonder.land> | ||
67 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
68 | To: March Hare <hare@wonder.land> | ||
69 | Subject: Re: Invitation | ||
70 | |||
71 | I didn't know it was YOUR table, it's laid for a | ||
72 | great many more than three. | ||
73 | |||
74 | From hare@wonder.land Sun Jul 21 20:46:09 2002 | ||
75 | Received: (from hare@wonder.land) | ||
76 | by wonder.land id 3d3b1d91 | ||
77 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
78 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
79 | From: March Hare <hare@wonder.land> | ||
80 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
81 | To: Alice <alice@wonder.land> | ||
82 | Subject: Personal remark | ||
83 | |||
84 | Your hair wants cutting | ||
85 | |||
86 | From alice@wonder.land Sun Jul 21 20:46:09 2002 | ||
87 | Received: (from alice@wonder.land) | ||
88 | by wonder.land id 3d3b1d91 | ||
89 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
90 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
91 | From: Alice <alice@wonder.land> | ||
92 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
93 | To: March Hare <hare@wonder.land> | ||
94 | Subject: Re: Personal remark | ||
95 | |||
96 | You should learn not to make personal remarks, it's very rude. | ||
97 | |||
98 | From hare@wonder.land Sun Jul 21 20:46:09 2002 | ||
99 | Received: (from hare@wonder.land) | ||
100 | by wonder.land id 3d3b1d91 | ||
101 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
102 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
103 | From: March Hare <hare@wonder.land> | ||
104 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
105 | To: Alice <alice@wonder.land> | ||
106 | Subject: Riddle (was Re: Personal remark) | ||
107 | |||
108 | Why is a raven like a writing-desk? | ||
109 | |||
110 | From alice@wonder.land Sun Jul 21 20:46:09 2002 | ||
111 | Received: (from alice@wonder.land) | ||
112 | by wonder.land id 3d3b1d91 | ||
113 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
114 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
115 | From: Alice <alice@wonder.land> | ||
116 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
117 | To: March Hare <hare@wonder.land> | ||
118 | Subject: Re: Riddle | ||
119 | |||
120 | I believe I can guess that | ||
121 | |||
122 | From hare@wonder.land Sun Jul 21 20:46:09 2002 | ||
123 | Received: (from hare@wonder.land) | ||
124 | by wonder.land id 3d3b1d91 | ||
125 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:09 EEST | ||
126 | Date: Sun, 21 Jul 2002 23:46:09 EEST | ||
127 | From: March Hare <hare@wonder.land> | ||
128 | Message-Id: <200207212346.3d3b1d91@wonder.land> | ||
129 | To: Alice <alice@wonder.land> | ||
130 | Subject: Re: Riddle | ||
131 | |||
132 | Do you mean that you think you can find out the answer to it? | ||
133 | |||
134 | From alice@wonder.land Sun Jul 21 20:46:10 2002 | ||
135 | Received: (from alice@wonder.land) | ||
136 | by wonder.land id 3d3b1d92 | ||
137 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
138 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
139 | From: Alice <alice@wonder.land> | ||
140 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
141 | To: March Hare <hare@wonder.land> | ||
142 | Subject: Re: Riddle | ||
143 | |||
144 | Exactly so | ||
145 | |||
146 | From hare@wonder.land Sun Jul 21 20:46:10 2002 | ||
147 | Received: (from hare@wonder.land) | ||
148 | by wonder.land id 3d3b1d92 | ||
149 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
150 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
151 | From: March Hare <hare@wonder.land> | ||
152 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
153 | To: Alice <alice@wonder.land> | ||
154 | Subject: Be specific (was Re: Riddle) | ||
155 | |||
156 | Then you should say what you mean | ||
157 | |||
158 | From alice@wonder.land Sun Jul 21 20:46:10 2002 | ||
159 | Received: (from alice@wonder.land) | ||
160 | by wonder.land id 3d3b1d92 | ||
161 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
162 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
163 | From: Alice <alice@wonder.land> | ||
164 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
165 | To: March Hare <hare@wonder.land> | ||
166 | Subject: Re: Be specific | ||
167 | |||
168 | I do, at least--at least I mean what | ||
169 | I say--that's the same thing, you know. | ||
170 | |||
171 | From hatter@wonder.land Sun Jul 21 20:46:10 2002 | ||
172 | Received: (from hatter@wonder.land) | ||
173 | by wonder.land id 3d3b1d92 | ||
174 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
175 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
176 | From: Hatter <hatter@wonder.land> | ||
177 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
178 | To: Alice <alice@wonder.land> | ||
179 | Subject: Re: Be specific | ||
180 | |||
181 | Not the same thing a bit! You might just | ||
182 | as well say that "I see what I eat" is the same thing as "I eat | ||
183 | what I see"! | ||
184 | |||
185 | From hare@wonder.land Sun Jul 21 20:46:10 2002 | ||
186 | Received: (from hare@wonder.land) | ||
187 | by wonder.land id 3d3b1d92 | ||
188 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
189 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
190 | From: March Hare <hare@wonder.land> | ||
191 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
192 | To: Alice <alice@wonder.land> | ||
193 | Subject: Re: Be specific | ||
194 | |||
195 | You might just as well say, that "I | ||
196 | like what I get" is the same thing as "I get what I like"! | ||
197 | |||
198 | From dormouse@wonder.land Sun Jul 21 20:46:10 2002 | ||
199 | Received: (from dormouse@wonder.land) | ||
200 | by wonder.land id 3d3b1d92 | ||
201 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
202 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
203 | From: Dormouse <dormouse@wonder.land> | ||
204 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
205 | To: Alice <alice@wonder.land> | ||
206 | Subject: Re: Be specific | ||
207 | |||
208 | You might just as well say, who seemed to | ||
209 | be talking in his sleep, `that "I breathe when I sleep" is the | ||
210 | same thing as "I sleep when I breathe"! | ||
211 | |||
212 | From hatter@wonder.land Sun Jul 21 20:46:10 2002 | ||
213 | Received: (from hatter@wonder.land) | ||
214 | by wonder.land id 3d3b1d92 | ||
215 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
216 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
217 | From: Hatter <hatter@wonder.land> | ||
218 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
219 | To: Dormouse <dormouse@wonder.land> | ||
220 | Subject: Re: Be specific | ||
221 | |||
222 | It IS the same thing with you | ||
223 | |||
224 | From hatter@wonder.land Sun Jul 21 20:46:10 2002 | ||
225 | Received: (from hatter@wonder.land) | ||
226 | by wonder.land id 3d3b1d92 | ||
227 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
228 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
229 | From: Hatter <hatter@wonder.land> | ||
230 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
231 | To: Alice <alice@wonder.land> | ||
232 | Subject: Watch | ||
233 | |||
234 | What day of the month is it? | ||
235 | |||
236 | From alice@wonder.land Sun Jul 21 20:46:10 2002 | ||
237 | Received: (from alice@wonder.land) | ||
238 | by wonder.land id 3d3b1d92 | ||
239 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
240 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
241 | From: Alice <alice@wonder.land> | ||
242 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
243 | To: Hatter <hatter@wonder.land> | ||
244 | Subject: Re: Watch | ||
245 | |||
246 | The fourth. | ||
247 | |||
248 | From hatter@wonder.land Sun Jul 21 20:46:10 2002 | ||
249 | Received: (from hatter@wonder.land) | ||
250 | by wonder.land id 3d3b1d92 | ||
251 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
252 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
253 | From: Hatter <hatter@wonder.land> | ||
254 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
255 | To: March Hare <hare@wonder.land> | ||
256 | Subject: Re: Watch | ||
257 | |||
258 | Two days wrong! I told you butter wouldn't suit the works! | ||
259 | |||
260 | From hare@wonder.land Sun Jul 21 20:46:10 2002 | ||
261 | Received: (from hare@wonder.land) | ||
262 | by wonder.land id 3d3b1d92 | ||
263 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
264 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
265 | From: March Hare <hare@wonder.land> | ||
266 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
267 | To: Hatter <hatter@wonder.land> | ||
268 | Subject: Re: Watch | ||
269 | |||
270 | It was the BEST butter | ||
271 | |||
272 | From hatter@wonder.land Sun Jul 21 20:46:10 2002 | ||
273 | Received: (from hatter@wonder.land) | ||
274 | by wonder.land id 3d3b1d92 | ||
275 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:10 EEST | ||
276 | Date: Sun, 21 Jul 2002 23:46:10 EEST | ||
277 | From: Hatter <hatter@wonder.land> | ||
278 | Message-Id: <200207212346.3d3b1d92@wonder.land> | ||
279 | To: March Hare <hare@wonder.land> | ||
280 | Subject: Re: Watch | ||
281 | |||
282 | Yes, but some crumbs must have got in as well, | ||
283 | you shouldn't have put it in with the bread-knife. | ||
284 | |||
285 | From hare@wonder.land Sun Jul 21 20:46:11 2002 | ||
286 | Received: (from hare@wonder.land) | ||
287 | by wonder.land id 3d3b1d93 | ||
288 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
289 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
290 | From: March Hare <hare@wonder.land> | ||
291 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
292 | To: Hatter <hatter@wonder.land> | ||
293 | Subject: Re: Watch | ||
294 | |||
295 | It was the BEST butter, you know. | ||
296 | |||
297 | From alice@wonder.land Sun Jul 21 20:46:11 2002 | ||
298 | Received: (from alice@wonder.land) | ||
299 | by wonder.land id 3d3b1d93 | ||
300 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
301 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
302 | From: Alice <alice@wonder.land> | ||
303 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
304 | To: Mad Tea Party <tea.party@wonder.land> | ||
305 | Subject: Funny watch (was Re: Watch) | ||
306 | |||
307 | What a funny watch! It tells the day of the | ||
308 | month, and doesn't tell what o'clock it is! | ||
309 | |||
310 | From hatter@wonder.land Sun Jul 21 20:46:11 2002 | ||
311 | Received: (from hatter@wonder.land) | ||
312 | by wonder.land id 3d3b1d93 | ||
313 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
314 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
315 | From: Hatter <hatter@wonder.land> | ||
316 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
317 | To: Alice <alice@wonder.land> | ||
318 | Subject: Re: Funny watch | ||
319 | |||
320 | Why should it? Does YOUR watch tell you what year it is? | ||
321 | |||
322 | From alice@wonder.land Sun Jul 21 20:46:11 2002 | ||
323 | Received: (from alice@wonder.land) | ||
324 | by wonder.land id 3d3b1d93 | ||
325 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
326 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
327 | From: Alice <alice@wonder.land> | ||
328 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
329 | To: Hatter <hatter@wonder.land> | ||
330 | Subject: Re: Funny watch | ||
331 | |||
332 | Of course not, but that's because it stays the same year for such | ||
333 | a long time together. | ||
334 | |||
335 | From hatter@wonder.land Sun Jul 21 20:46:11 2002 | ||
336 | Received: (from hatter@wonder.land) | ||
337 | by wonder.land id 3d3b1d93 | ||
338 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
339 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
340 | From: Hatter <hatter@wonder.land> | ||
341 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
342 | To: Alice <alice@wonder.land> | ||
343 | Subject: Re: Funny watch | ||
344 | |||
345 | Which is just the case with MINE | ||
346 | |||
347 | From alice@wonder.land Sun Jul 21 20:46:11 2002 | ||
348 | Received: (from alice@wonder.land) | ||
349 | by wonder.land id 3d3b1d93 | ||
350 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
351 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
352 | From: Alice <alice@wonder.land> | ||
353 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
354 | To: Hatter <hatter@wonder.land> | ||
355 | Subject: Re: Funny watch | ||
356 | |||
357 | I don't quite understand you | ||
358 | |||
359 | From hatter@wonder.land Sun Jul 21 20:46:11 2002 | ||
360 | Received: (from hatter@wonder.land) | ||
361 | by wonder.land id 3d3b1d93 | ||
362 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
363 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
364 | From: Hatter <hatter@wonder.land> | ||
365 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
366 | To: Mad Tea Party <tea.party@wonder.land> | ||
367 | Subject: Remark | ||
368 | |||
369 | The Dormouse is asleep again | ||
370 | |||
371 | From dormouse@wonder.land Sun Jul 21 20:46:11 2002 | ||
372 | Received: (from dormouse@wonder.land) | ||
373 | by wonder.land id 3d3b1d93 | ||
374 | for nobody@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
375 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
376 | From: Dormouse <dormouse@wonder.land> | ||
377 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
378 | To: Nobody at all <nobody@wonder.land> | ||
379 | Subject: Re: Remark | ||
380 | |||
381 | Of course, of course; just what I was going to | ||
382 | remark myself. | ||
383 | |||
384 | From hatter@wonder.land Sun Jul 21 20:46:11 2002 | ||
385 | Received: (from hatter@wonder.land) | ||
386 | by wonder.land id 3d3b1d93 | ||
387 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
388 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
389 | From: Hatter <hatter@wonder.land> | ||
390 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
391 | To: Alice <alice@wonder.land> | ||
392 | Subject: Re: Riddle | ||
393 | |||
394 | Have you guessed the riddle yet? | ||
395 | |||
396 | From alice@wonder.land Sun Jul 21 20:46:11 2002 | ||
397 | Received: (from alice@wonder.land) | ||
398 | by wonder.land id 3d3b1d93 | ||
399 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
400 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
401 | From: Alice <alice@wonder.land> | ||
402 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
403 | To: Hatter <hatter@wonder.land> | ||
404 | Subject: Re: Riddle | ||
405 | |||
406 | No, I give it up, what's the answer? | ||
407 | |||
408 | From hatter@wonder.land Sun Jul 21 20:46:11 2002 | ||
409 | Received: (from hatter@wonder.land) | ||
410 | by wonder.land id 3d3b1d93 | ||
411 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
412 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
413 | From: Hatter <hatter@wonder.land> | ||
414 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
415 | To: Alice <alice@wonder.land> | ||
416 | Subject: Re: Riddle | ||
417 | |||
418 | I haven't the slightest idea | ||
419 | |||
420 | From hare@wonder.land Sun Jul 21 20:46:11 2002 | ||
421 | Received: (from hare@wonder.land) | ||
422 | by wonder.land id 3d3b1d93 | ||
423 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:11 EEST | ||
424 | Date: Sun, 21 Jul 2002 23:46:11 EEST | ||
425 | From: March Hare <hare@wonder.land> | ||
426 | Message-Id: <200207212346.3d3b1d93@wonder.land> | ||
427 | To: Alice <alice@wonder.land> | ||
428 | Subject: Re: Riddle | ||
429 | |||
430 | Nor I | ||
431 | |||
432 | From alice@wonder.land Sun Jul 21 20:46:12 2002 | ||
433 | Received: (from alice@wonder.land) | ||
434 | by wonder.land id 3d3b1d94 | ||
435 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
436 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
437 | From: Alice <alice@wonder.land> | ||
438 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
439 | To: Mad Tea Party <tea.party@wonder.land> | ||
440 | Subject: Re: Riddle | ||
441 | |||
442 | I think you might do something better with the time, than waste it in | ||
443 | asking riddles that have no answers. | ||
444 | |||
445 | From hatter@wonder.land Sun Jul 21 20:46:12 2002 | ||
446 | Received: (from hatter@wonder.land) | ||
447 | by wonder.land id 3d3b1d94 | ||
448 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
449 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
450 | From: Hatter <hatter@wonder.land> | ||
451 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
452 | To: Alice <alice@wonder.land> | ||
453 | Subject: Discussing Time | ||
454 | |||
455 | If you knew Time as well as I do, you | ||
456 | wouldn't talk about wasting IT. It's HIM. | ||
457 | |||
458 | From alice@wonder.land Sun Jul 21 20:46:12 2002 | ||
459 | Received: (from alice@wonder.land) | ||
460 | by wonder.land id 3d3b1d94 | ||
461 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
462 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
463 | From: Alice <alice@wonder.land> | ||
464 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
465 | To: Hatter <hatter@wonder.land> | ||
466 | Subject: Re: Discussing Time | ||
467 | |||
468 | I don't know what you mean | ||
469 | |||
470 | From hatter@wonder.land Sun Jul 21 20:46:12 2002 | ||
471 | Received: (from hatter@wonder.land) | ||
472 | by wonder.land id 3d3b1d94 | ||
473 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
474 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
475 | From: Hatter <hatter@wonder.land> | ||
476 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
477 | To: Alice <alice@wonder.land> | ||
478 | Subject: Re: Discussing Time | ||
479 | |||
480 | Of course you don't! I dare say you never even spoke to Time! | ||
481 | |||
482 | From alice@wonder.land Sun Jul 21 20:46:12 2002 | ||
483 | Received: (from alice@wonder.land) | ||
484 | by wonder.land id 3d3b1d94 | ||
485 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
486 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
487 | From: Alice <alice@wonder.land> | ||
488 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
489 | To: Hatter <hatter@wonder.land> | ||
490 | Subject: Re: Discussing Time | ||
491 | |||
492 | Perhaps not, but I know I have to beat time when I learn music. | ||
493 | |||
494 | From hatter@wonder.land Sun Jul 21 20:46:12 2002 | ||
495 | Received: (from hatter@wonder.land) | ||
496 | by wonder.land id 3d3b1d94 | ||
497 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
498 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
499 | From: Hatter <hatter@wonder.land> | ||
500 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
501 | To: Alice <alice@wonder.land> | ||
502 | Subject: Re: Discussing Time | ||
503 | |||
504 | Ah! that accounts for it. He won't stand | ||
505 | beating. Now, if you only kept on good terms with him, he'd do | ||
506 | almost anything you liked with the clock. For instance, suppose | ||
507 | it were nine o'clock in the morning, just time to begin lessons: | ||
508 | you'd only have to whisper a hint to Time, and round goes the | ||
509 | clock in a twinkling! Half-past one, time for dinner! | ||
510 | |||
511 | From hare@wonder.land Sun Jul 21 20:46:12 2002 | ||
512 | Received: (from hare@wonder.land) | ||
513 | by wonder.land id 3d3b1d94 | ||
514 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
515 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
516 | From: March Hare <hare@wonder.land> | ||
517 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
518 | To: March Hare <hare@wonder.land> | ||
519 | Subject: Thought apart Re: Discussing Time | ||
520 | |||
521 | I only wish it was | ||
522 | |||
523 | From alice@wonder.land Sun Jul 21 20:46:12 2002 | ||
524 | Received: (from alice@wonder.land) | ||
525 | by wonder.land id 3d3b1d94 | ||
526 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
527 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
528 | From: Alice <alice@wonder.land> | ||
529 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
530 | To: Hatter <hatter@wonder.land> | ||
531 | Subject: Re: Discussing Time | ||
532 | |||
533 | That would be grand, certainly, but then--I shouldn't be hungry for it, | ||
534 | you know. | ||
535 | |||
536 | From hatter@wonder.land Sun Jul 21 20:46:12 2002 | ||
537 | Received: (from hatter@wonder.land) | ||
538 | by wonder.land id 3d3b1d94 | ||
539 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
540 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
541 | From: Hatter <hatter@wonder.land> | ||
542 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
543 | To: Alice <alice@wonder.land> | ||
544 | Subject: Re: Discussing Time | ||
545 | |||
546 | Not at first, perhaps, but you could keep | ||
547 | it to half-past one as long as you liked. | ||
548 | |||
549 | From alice@wonder.land Sun Jul 21 20:46:12 2002 | ||
550 | Received: (from alice@wonder.land) | ||
551 | by wonder.land id 3d3b1d94 | ||
552 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
553 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
554 | From: Alice <alice@wonder.land> | ||
555 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
556 | To: Hatter <hatter@wonder.land> | ||
557 | Subject: Re: Discussing Time | ||
558 | |||
559 | Is that the way YOU manage? | ||
560 | |||
561 | From hatter@wonder.land Sun Jul 21 20:46:12 2002 | ||
562 | Received: (from hatter@wonder.land) | ||
563 | by wonder.land id 3d3b1d94 | ||
564 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
565 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
566 | From: Hatter <hatter@wonder.land> | ||
567 | Message-Id: <200207212346.3d3b1d94@wonder.land> | ||
568 | To: Alice <alice@wonder.land> | ||
569 | Subject: Re: Discussing Time | ||
570 | |||
571 | Not I! We quarrelled last March--just before HE went mad, you know-- | ||
572 | it was at the great concert given by the Queen of Hearts, and I had | ||
573 | to sing | ||
574 | |||
575 | "Twinkle, twinkle, little bat! | ||
576 | How I wonder what you're at!" | ||
577 | |||
578 | You know the song, perhaps? | ||
579 | |||
580 | From alice@wonder.land Sun Jul 21 20:46:12 2002 | ||
581 | Received: (from alice@wonder.land) | ||
582 | by wonder.land id 3d3b1d95 | ||
583 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:12 EEST | ||
584 | Date: Sun, 21 Jul 2002 23:46:12 EEST | ||
585 | From: Alice <alice@wonder.land> | ||
586 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
587 | To: Hatter <hatter@wonder.land> | ||
588 | Subject: Re: Discussing Time | ||
589 | |||
590 | I've heard something like it | ||
591 | |||
592 | From hatter@wonder.land Sun Jul 21 20:46:13 2002 | ||
593 | Received: (from hatter@wonder.land) | ||
594 | by wonder.land id 3d3b1d95 | ||
595 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
596 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
597 | From: Hatter <hatter@wonder.land> | ||
598 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
599 | To: Alice <alice@wonder.land> | ||
600 | Subject: Re: Discussing Time | ||
601 | |||
602 | It goes on, you know in this way:-- | ||
603 | |||
604 | "Up above the world you fly, | ||
605 | Like a tea-tray in the sky. | ||
606 | Twinkle, twinkle--"' | ||
607 | |||
608 | From dormouse@wonder.land Sun Jul 21 20:46:13 2002 | ||
609 | Received: (from dormouse@wonder.land) | ||
610 | by wonder.land id 3d3b1d95 | ||
611 | for nobody@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
612 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
613 | From: Dormouse <dormouse@wonder.land> | ||
614 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
615 | To: Nobody at all <nobody@wonder.land> | ||
616 | Subject: Re: Discussing Time | ||
617 | |||
618 | Twinkle, twinkle, twinkle, twinkle... | ||
619 | |||
620 | From hatter@wonder.land Sun Jul 21 20:46:13 2002 | ||
621 | Received: (from hatter@wonder.land) | ||
622 | by wonder.land id 3d3b1d95 | ||
623 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
624 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
625 | From: Hatter <hatter@wonder.land> | ||
626 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
627 | To: Alice <alice@wonder.land> | ||
628 | Subject: Re: Discussing Time | ||
629 | |||
630 | Well, I'd hardly finished the first verse, when the Queen jumped up | ||
631 | and bawled out, "He's murdering the time! Off with his head!" | ||
632 | |||
633 | From alice@wonder.land Sun Jul 21 20:46:13 2002 | ||
634 | Received: (from alice@wonder.land) | ||
635 | by wonder.land id 3d3b1d95 | ||
636 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
637 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
638 | From: Alice <alice@wonder.land> | ||
639 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
640 | To: Hatter <hatter@wonder.land> | ||
641 | Subject: Re: Discussing Time | ||
642 | |||
643 | How dreadfully savage! | ||
644 | |||
645 | From hatter@wonder.land Sun Jul 21 20:46:13 2002 | ||
646 | Received: (from hatter@wonder.land) | ||
647 | by wonder.land id 3d3b1d95 | ||
648 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
649 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
650 | From: Hatter <hatter@wonder.land> | ||
651 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
652 | To: Alice <alice@wonder.land> | ||
653 | Subject: Re: Discussing Time | ||
654 | |||
655 | And ever since that, he won't do a thing I ask! It's always six o'clock now. | ||
656 | |||
657 | From alice@wonder.land Sun Jul 21 20:46:13 2002 | ||
658 | Received: (from alice@wonder.land) | ||
659 | by wonder.land id 3d3b1d95 | ||
660 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
661 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
662 | From: Alice <alice@wonder.land> | ||
663 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
664 | To: Hatter <hatter@wonder.land> | ||
665 | Subject: A guess (was Re: Discussing Time) | ||
666 | |||
667 | Is that the reason so | ||
668 | many tea-things are put out here? | ||
669 | |||
670 | From hatter@wonder.land Sun Jul 21 20:46:13 2002 | ||
671 | Received: (from hatter@wonder.land) | ||
672 | by wonder.land id 3d3b1d95 | ||
673 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
674 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
675 | From: Hatter <hatter@wonder.land> | ||
676 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
677 | To: Alice <alice@wonder.land> | ||
678 | Subject: Re: A guess | ||
679 | |||
680 | Yes, that's it. It's always | ||
681 | tea-time, and we've no time to wash the things between whiles. | ||
682 | |||
683 | From alice@wonder.land Sun Jul 21 20:46:13 2002 | ||
684 | Received: (from alice@wonder.land) | ||
685 | by wonder.land id 3d3b1d95 | ||
686 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
687 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
688 | From: Alice <alice@wonder.land> | ||
689 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
690 | To: Hatter <hatter@wonder.land> | ||
691 | Subject: Re: A guess | ||
692 | |||
693 | Then you keep moving round, I suppose? | ||
694 | |||
695 | From hatter@wonder.land Sun Jul 21 20:46:13 2002 | ||
696 | Received: (from hatter@wonder.land) | ||
697 | by wonder.land id 3d3b1d95 | ||
698 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
699 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
700 | From: Hatter <hatter@wonder.land> | ||
701 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
702 | To: Alice <alice@wonder.land> | ||
703 | Subject: Re: A guess | ||
704 | |||
705 | Exactly so, as the things get used up. | ||
706 | |||
707 | From alice@wonder.land Sun Jul 21 20:46:13 2002 | ||
708 | Received: (from alice@wonder.land) | ||
709 | by wonder.land id 3d3b1d95 | ||
710 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
711 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
712 | From: Alice <alice@wonder.land> | ||
713 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
714 | To: Hatter <hatter@wonder.land> | ||
715 | Subject: Re: A guess | ||
716 | |||
717 | But what happens when you come to the beginning again? | ||
718 | |||
719 | From hare@wonder.land Sun Jul 21 20:46:13 2002 | ||
720 | Received: (from hare@wonder.land) | ||
721 | by wonder.land id 3d3b1d95 | ||
722 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
723 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
724 | From: March Hare <hare@wonder.land> | ||
725 | Message-Id: <200207212346.3d3b1d95@wonder.land> | ||
726 | To: Mad Tea Party <tea.party@wonder.land> | ||
727 | Subject: Request for a story (was Re: A guess) | ||
728 | |||
729 | Suppose we change the subject, I'm getting tired of this. | ||
730 | I vote the young lady tells us a story. | ||
731 | |||
732 | From alice@wonder.land Sun Jul 21 20:46:13 2002 | ||
733 | Received: (from alice@wonder.land) | ||
734 | by wonder.land id 3d3b1d96 | ||
735 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:13 EEST | ||
736 | Date: Sun, 21 Jul 2002 23:46:13 EEST | ||
737 | From: Alice <alice@wonder.land> | ||
738 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
739 | To: March Hare <hare@wonder.land> | ||
740 | Subject: Re: Request for a story | ||
741 | |||
742 | I'm afraid I don't know one | ||
743 | |||
744 | From hatter@wonder.land Sun Jul 21 20:46:14 2002 | ||
745 | Received: (from hatter@wonder.land) | ||
746 | by wonder.land id 3d3b1d96 | ||
747 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
748 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
749 | From: Hatter <hatter@wonder.land> | ||
750 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
751 | To: Mad Tea Party <tea.party@wonder.land> | ||
752 | Subject: Re: Request for a story | ||
753 | |||
754 | CC dormouse | ||
755 | Then the Dormouse shall! | ||
756 | Wake up, Dormouse! | ||
757 | |||
758 | From dormouse@wonder.land Sun Jul 21 20:46:14 2002 | ||
759 | Received: (from dormouse@wonder.land) | ||
760 | by wonder.land id 3d3b1d96 | ||
761 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
762 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
763 | From: Dormouse <dormouse@wonder.land> | ||
764 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
765 | To: Mad Tea Party <tea.party@wonder.land> | ||
766 | Subject: Re: Request for a story | ||
767 | |||
768 | I wasn't asleep. I heard every word you fellows | ||
769 | were saying. | ||
770 | |||
771 | From hare@wonder.land Sun Jul 21 20:46:14 2002 | ||
772 | Received: (from hare@wonder.land) | ||
773 | by wonder.land id 3d3b1d96 | ||
774 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
775 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
776 | From: March Hare <hare@wonder.land> | ||
777 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
778 | To: Dormouse <dormouse@wonder.land> | ||
779 | Subject: Re: Request for a story | ||
780 | |||
781 | Tell us a story! | ||
782 | |||
783 | From alice@wonder.land Sun Jul 21 20:46:14 2002 | ||
784 | Received: (from alice@wonder.land) | ||
785 | by wonder.land id 3d3b1d96 | ||
786 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
787 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
788 | From: Alice <alice@wonder.land> | ||
789 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
790 | To: Dormouse <dormouse@wonder.land> | ||
791 | Subject: Re: Request for a story | ||
792 | |||
793 | Yes, please do! | ||
794 | |||
795 | From hatter@wonder.land Sun Jul 21 20:46:14 2002 | ||
796 | Received: (from hatter@wonder.land) | ||
797 | by wonder.land id 3d3b1d96 | ||
798 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
799 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
800 | From: Hatter <hatter@wonder.land> | ||
801 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
802 | To: Dormouse <dormouse@wonder.land> | ||
803 | Subject: Re: Request for a story | ||
804 | |||
805 | And be quick about it, or you'll be asleep | ||
806 | again before it's done. | ||
807 | |||
808 | From dormouse@wonder.land Sun Jul 21 20:46:14 2002 | ||
809 | Received: (from dormouse@wonder.land) | ||
810 | by wonder.land id 3d3b1d96 | ||
811 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
812 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
813 | From: Dormouse <dormouse@wonder.land> | ||
814 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
815 | To: Mad Tea Party <tea.party@wonder.land> | ||
816 | Subject: Story (was Re: Request for a story) | ||
817 | |||
818 | Once upon a time there were three little sisters, and their names | ||
819 | were Elsie, | ||
820 | Lacie, and Tillie; and they lived at the bottom of a well-- | ||
821 | |||
822 | From alice@wonder.land Sun Jul 21 20:46:14 2002 | ||
823 | Received: (from alice@wonder.land) | ||
824 | by wonder.land id 3d3b1d96 | ||
825 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
826 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
827 | From: Alice <alice@wonder.land> | ||
828 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
829 | To: Dormouse <dormouse@wonder.land> | ||
830 | Subject: Re: Story | ||
831 | |||
832 | What did they live on? | ||
833 | |||
834 | From dormouse@wonder.land Sun Jul 21 20:46:14 2002 | ||
835 | Received: (from dormouse@wonder.land) | ||
836 | by wonder.land id 3d3b1d96 | ||
837 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
838 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
839 | From: Dormouse <dormouse@wonder.land> | ||
840 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
841 | To: Alice <alice@wonder.land> | ||
842 | Subject: Re: Story | ||
843 | |||
844 | They lived on treacle | ||
845 | |||
846 | From alice@wonder.land Sun Jul 21 20:46:14 2002 | ||
847 | Received: (from alice@wonder.land) | ||
848 | by wonder.land id 3d3b1d96 | ||
849 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
850 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
851 | From: Alice <alice@wonder.land> | ||
852 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
853 | To: Dormouse <dormouse@wonder.land> | ||
854 | Subject: Re: Story | ||
855 | |||
856 | They couldn't have done that, you know, they'd have been ill | ||
857 | |||
858 | From dormouse@wonder.land Sun Jul 21 20:46:14 2002 | ||
859 | Received: (from dormouse@wonder.land) | ||
860 | by wonder.land id 3d3b1d96 | ||
861 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
862 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
863 | From: Dormouse <dormouse@wonder.land> | ||
864 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
865 | To: Alice <alice@wonder.land> | ||
866 | Subject: Re: Story | ||
867 | |||
868 | So they were, VERY ill. | ||
869 | |||
870 | From alice@wonder.land Sun Jul 21 20:46:14 2002 | ||
871 | Received: (from alice@wonder.land) | ||
872 | by wonder.land id 3d3b1d96 | ||
873 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
874 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
875 | From: Alice <alice@wonder.land> | ||
876 | Message-Id: <200207212346.3d3b1d96@wonder.land> | ||
877 | To: Dormouse <dormouse@wonder.land> | ||
878 | Subject: Re: Story | ||
879 | |||
880 | But why did they live at the bottom of a well? | ||
881 | |||
882 | From hare@wonder.land Sun Jul 21 20:46:14 2002 | ||
883 | Received: (from hare@wonder.land) | ||
884 | by wonder.land id 3d3b1d97 | ||
885 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:14 EEST | ||
886 | Date: Sun, 21 Jul 2002 23:46:14 EEST | ||
887 | From: March Hare <hare@wonder.land> | ||
888 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
889 | To: Alice <alice@wonder.land> | ||
890 | Subject: Remark | ||
891 | |||
892 | Take some more tea | ||
893 | |||
894 | From alice@wonder.land Sun Jul 21 20:46:15 2002 | ||
895 | Received: (from alice@wonder.land) | ||
896 | by wonder.land id 3d3b1d97 | ||
897 | for hare@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
898 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
899 | From: Alice <alice@wonder.land> | ||
900 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
901 | To: March Hare <hare@wonder.land> | ||
902 | Subject: Re: Remark | ||
903 | |||
904 | I've had nothing yet, so | ||
905 | I can't take more. | ||
906 | |||
907 | From hatter@wonder.land Sun Jul 21 20:46:15 2002 | ||
908 | Received: (from hatter@wonder.land) | ||
909 | by wonder.land id 3d3b1d97 | ||
910 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
911 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
912 | From: Hatter <hatter@wonder.land> | ||
913 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
914 | To: Alice <alice@wonder.land> | ||
915 | Subject: Re: Remark | ||
916 | |||
917 | You mean you can't take LESS, it's very | ||
918 | easy to take MORE than nothing. | ||
919 | |||
920 | From alice@wonder.land Sun Jul 21 20:46:15 2002 | ||
921 | Received: (from alice@wonder.land) | ||
922 | by wonder.land id 3d3b1d97 | ||
923 | for hatter@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
924 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
925 | From: Alice <alice@wonder.land> | ||
926 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
927 | To: Hatter <hatter@wonder.land> | ||
928 | Subject: Personal remark | ||
929 | |||
930 | Nobody asked YOUR opinion | ||
931 | |||
932 | From hatter@wonder.land Sun Jul 21 20:46:15 2002 | ||
933 | Received: (from hatter@wonder.land) | ||
934 | by wonder.land id 3d3b1d97 | ||
935 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
936 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
937 | From: Hatter <hatter@wonder.land> | ||
938 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
939 | To: Alice <alice@wonder.land> | ||
940 | Subject: Re: Personal remark | ||
941 | |||
942 | Who's making personal remarks now? | ||
943 | |||
944 | From alice@wonder.land Sun Jul 21 20:46:15 2002 | ||
945 | Received: (from alice@wonder.land) | ||
946 | by wonder.land id 3d3b1d97 | ||
947 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
948 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
949 | From: Alice <alice@wonder.land> | ||
950 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
951 | To: Dormouse <dormouse@wonder.land> | ||
952 | Subject: Re: Story | ||
953 | |||
954 | Why did they live at the | ||
955 | bottom of a well? | ||
956 | |||
957 | From dormouse@wonder.land Sun Jul 21 20:46:15 2002 | ||
958 | Received: (from dormouse@wonder.land) | ||
959 | by wonder.land id 3d3b1d97 | ||
960 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
961 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
962 | From: Dormouse <dormouse@wonder.land> | ||
963 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
964 | To: Alice <alice@wonder.land> | ||
965 | Subject: Re: Story | ||
966 | |||
967 | It was a treacle-well. | ||
968 | |||
969 | From alice@wonder.land Sun Jul 21 20:46:15 2002 | ||
970 | Received: (from alice@wonder.land) | ||
971 | by wonder.land id 3d3b1d97 | ||
972 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
973 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
974 | From: Alice <alice@wonder.land> | ||
975 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
976 | To: Dormouse <dormouse@wonder.land> | ||
977 | Subject: Re: Story | ||
978 | |||
979 | There's no such thing! | ||
980 | |||
981 | From dormouse@wonder.land Sun Jul 21 20:46:15 2002 | ||
982 | Received: (from dormouse@wonder.land) | ||
983 | by wonder.land id 3d3b1d97 | ||
984 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
985 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
986 | From: Dormouse <dormouse@wonder.land> | ||
987 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
988 | To: Alice <alice@wonder.land> | ||
989 | Subject: Re: Story | ||
990 | |||
991 | If you can't be civil, you'd better finish the | ||
992 | story for yourself. | ||
993 | |||
994 | From alice@wonder.land Sun Jul 21 20:46:15 2002 | ||
995 | Received: (from alice@wonder.land) | ||
996 | by wonder.land id 3d3b1d97 | ||
997 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
998 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
999 | From: Alice <alice@wonder.land> | ||
1000 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
1001 | To: Dormouse <dormouse@wonder.land> | ||
1002 | Subject: Re: Story | ||
1003 | |||
1004 | No, please go on! I won't interrupt | ||
1005 | again. I dare say there may be ONE. | ||
1006 | |||
1007 | From dormouse@wonder.land Sun Jul 21 20:46:15 2002 | ||
1008 | Received: (from dormouse@wonder.land) | ||
1009 | by wonder.land id 3d3b1d97 | ||
1010 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
1011 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
1012 | From: Dormouse <dormouse@wonder.land> | ||
1013 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
1014 | To: Alice <alice@wonder.land> | ||
1015 | Subject: Re: Story | ||
1016 | |||
1017 | One, indeed! And so these three little sisters--they | ||
1018 | were learning to draw, you know-- | ||
1019 | |||
1020 | From alice@wonder.land Sun Jul 21 20:46:15 2002 | ||
1021 | Received: (from alice@wonder.land) | ||
1022 | by wonder.land id 3d3b1d97 | ||
1023 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
1024 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
1025 | From: Alice <alice@wonder.land> | ||
1026 | Message-Id: <200207212346.3d3b1d97@wonder.land> | ||
1027 | To: Dormouse <dormouse@wonder.land> | ||
1028 | Subject: Re: Story | ||
1029 | |||
1030 | What did they draw? | ||
1031 | |||
1032 | From dormouse@wonder.land Sun Jul 21 20:46:15 2002 | ||
1033 | Received: (from dormouse@wonder.land) | ||
1034 | by wonder.land id 3d3b1d98 | ||
1035 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:15 EEST | ||
1036 | Date: Sun, 21 Jul 2002 23:46:15 EEST | ||
1037 | From: Dormouse <dormouse@wonder.land> | ||
1038 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1039 | To: Alice <alice@wonder.land> | ||
1040 | Subject: Re: Story | ||
1041 | |||
1042 | Treacle. | ||
1043 | |||
1044 | From hatter@wonder.land Sun Jul 21 20:46:16 2002 | ||
1045 | Received: (from hatter@wonder.land) | ||
1046 | by wonder.land id 3d3b1d98 | ||
1047 | for tea.party@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1048 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1049 | From: Hatter <hatter@wonder.land> | ||
1050 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1051 | To: Mad Tea Party <tea.party@wonder.land> | ||
1052 | Subject: Let's move | ||
1053 | |||
1054 | I want a clean cup, let's all move | ||
1055 | one place on. | ||
1056 | |||
1057 | From alice@wonder.land Sun Jul 21 20:46:16 2002 | ||
1058 | Received: (from alice@wonder.land) | ||
1059 | by wonder.land id 3d3b1d98 | ||
1060 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1061 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1062 | From: Alice <alice@wonder.land> | ||
1063 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1064 | To: Dormouse <dormouse@wonder.land> | ||
1065 | Subject: Re: Story | ||
1066 | |||
1067 | But I don't understand. Where did they draw | ||
1068 | the treacle from? | ||
1069 | |||
1070 | From hatter@wonder.land Sun Jul 21 20:46:16 2002 | ||
1071 | Received: (from hatter@wonder.land) | ||
1072 | by wonder.land id 3d3b1d98 | ||
1073 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1074 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1075 | From: Hatter <hatter@wonder.land> | ||
1076 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1077 | To: Alice <alice@wonder.land> | ||
1078 | Subject: Re: Story | ||
1079 | |||
1080 | You can draw water out of a water-well, so | ||
1081 | I should think you could draw treacle out of a treacle-well--eh, | ||
1082 | stupid? | ||
1083 | |||
1084 | From alice@wonder.land Sun Jul 21 20:46:16 2002 | ||
1085 | Received: (from alice@wonder.land) | ||
1086 | by wonder.land id 3d3b1d98 | ||
1087 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1088 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1089 | From: Alice <alice@wonder.land> | ||
1090 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1091 | To: Dormouse <dormouse@wonder.land> | ||
1092 | Subject: Re: Story | ||
1093 | |||
1094 | But they were IN the well | ||
1095 | |||
1096 | From dormouse@wonder.land Sun Jul 21 20:46:16 2002 | ||
1097 | Received: (from dormouse@wonder.land) | ||
1098 | by wonder.land id 3d3b1d98 | ||
1099 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1100 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1101 | From: Dormouse <dormouse@wonder.land> | ||
1102 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1103 | To: Alice <alice@wonder.land> | ||
1104 | Subject: Re: Story | ||
1105 | |||
1106 | Of course they were -- well in | ||
1107 | |||
1108 | From dormouse@wonder.land Sun Jul 21 20:46:16 2002 | ||
1109 | Received: (from dormouse@wonder.land) | ||
1110 | by wonder.land id 3d3b1d98 | ||
1111 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1112 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1113 | From: Dormouse <dormouse@wonder.land> | ||
1114 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1115 | To: Alice <alice@wonder.land> | ||
1116 | Subject: Re: Story | ||
1117 | |||
1118 | They were learning to draw, and they drew | ||
1119 | all manner of things--everything that begins with an M-- | ||
1120 | |||
1121 | From alice@wonder.land Sun Jul 21 20:46:16 2002 | ||
1122 | Received: (from alice@wonder.land) | ||
1123 | by wonder.land id 3d3b1d98 | ||
1124 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1125 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1126 | From: Alice <alice@wonder.land> | ||
1127 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1128 | To: Dormouse <dormouse@wonder.land> | ||
1129 | Subject: Re: Story | ||
1130 | |||
1131 | Why with an M? | ||
1132 | |||
1133 | From dormouse@wonder.land Sun Jul 21 20:46:16 2002 | ||
1134 | Received: (from dormouse@wonder.land) | ||
1135 | by wonder.land id 3d3b1d98 | ||
1136 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1137 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1138 | From: Dormouse <dormouse@wonder.land> | ||
1139 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1140 | To: Alice <alice@wonder.land> | ||
1141 | Subject: Re: Story | ||
1142 | |||
1143 | Why not? | ||
1144 | |||
1145 | From dormouse@wonder.land Sun Jul 21 20:46:16 2002 | ||
1146 | Received: (from dormouse@wonder.land) | ||
1147 | by wonder.land id 3d3b1d98 | ||
1148 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1149 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1150 | From: Dormouse <dormouse@wonder.land> | ||
1151 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1152 | To: Alice <alice@wonder.land> | ||
1153 | Subject: Re: Story | ||
1154 | |||
1155 | --that begins with an | ||
1156 | M, such as mouse-traps, and the moon, and memory, and muchness-- | ||
1157 | you know you say things are "much of a muchness" --did you ever | ||
1158 | see such a thing as a drawing of a muchness? | ||
1159 | |||
1160 | From alice@wonder.land Sun Jul 21 20:46:16 2002 | ||
1161 | Received: (from alice@wonder.land) | ||
1162 | by wonder.land id 3d3b1d98 | ||
1163 | for dormouse@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1164 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1165 | From: Alice <alice@wonder.land> | ||
1166 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1167 | To: Dormouse <dormouse@wonder.land> | ||
1168 | Subject: Re: Story | ||
1169 | |||
1170 | Really, now you ask me, I don't think-- | ||
1171 | |||
1172 | From hatter@wonder.land Sun Jul 21 20:46:16 2002 | ||
1173 | Received: (from hatter@wonder.land) | ||
1174 | by wonder.land id 3d3b1d98 | ||
1175 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:16 EEST | ||
1176 | Date: Sun, 21 Jul 2002 23:46:16 EEST | ||
1177 | From: Hatter <hatter@wonder.land> | ||
1178 | Message-Id: <200207212346.3d3b1d98@wonder.land> | ||
1179 | To: Alice <alice@wonder.land> | ||
1180 | Subject: Rude remark | ||
1181 | |||
1182 | Then you shouldn't talk | ||
1183 | |||
1184 | From alice@wonder.land Sun Jul 21 20:46:16 2002 | ||
1185 | Received: (from alice@wonder.land) | ||
1186 | by wonder.land id 3d3b1d99 | ||
1187 | for alice@wonder.land; Sun, 21 Jul 2002 23:46:17 EEST | ||
1188 | Date: Sun, 21 Jul 2002 23:46:17 EEST | ||
1189 | From: Alice <alice@wonder.land> | ||
1190 | Message-Id: <200207212346.3d3b1d99@wonder.land> | ||
1191 | To: Alice <alice@wonder.land> | ||
1192 | Subject: Thoughts | ||
1193 | |||
1194 | At any rate I'll never go THERE again! It's the stupidest tea-party I | ||
1195 | ever was at in all my life! | ||
1196 |
-
Please register or sign in to post a comment