Remove files that are not necessary any more.
* sieve/examples/INBOX.orig * sieve/examples/Test * sieve/examples/test.out
Showing
3 changed files
with
0 additions
and
164 deletions
sieve/examples/INBOX.orig
deleted
100644 → 0
1 | From coyote@desert.example.org Sun May 6 22:16:47 2001 | ||
2 | From: coyote@desert.example.org | ||
3 | To: roadrunner@acme.example.com | ||
4 | Subject: I have a present for you | ||
5 | X-Caffeine: C8H10N4O2 | ||
6 | |||
7 | Look, I'm sorry about the whole anvil thing, and I really | ||
8 | didn't mean to try and drop it on you from the top of the | ||
9 | cliff. I want to try to make it up to you. I've got some | ||
10 | great birdseed over here at my place--top of the line | ||
11 | stuff--and if you come by, I'll have it all wrapped up | ||
12 | for you. I'm really sorry for all the problems I've caused | ||
13 | for you over the years, but I know we can work this out. | ||
14 | |||
15 | -- | ||
16 | Wile E. Coyote "Super Genius" coyote@desert.example.org | ||
17 | |||
18 | From b1ff@de.res.example.com Sun May 6 22:17:15 2001 | ||
19 | From: youcouldberich!@reply-by-postal-mail.invalid | ||
20 | To: rube@landru.example.edu | ||
21 | Subject: $$$ YOU, TOO, CAN BE A MILLIONAIRE! $$$ | ||
22 | Date: TBD | ||
23 | |||
24 | YOU MAY HAVE ALREADY WON TEN MILLION DOLLARS, BUT I DOUBT | ||
25 | IT! SO JUST POST THIS TO SIX HUNDRED NEWSGROUPS! IT WILL | ||
26 | GUARANTEE THAT YOU GET AT LEAST FIVE RESPONSES WITH MONEY! | ||
27 | MONEY! MONEY! COLD HARD CASH! YOU WILL RECEIVE OVER | ||
28 | $20,000 IN LESS THAN TWO MONTHS! AND IT'S LEGAL!!!!!!!!! | ||
29 | !!!!!!!!!!!!!!!!!!111111111!!!!!!!11111111111!!1 JUST | ||
30 | SEND $5 IN SMALL, UNMARKED BILLS TO THE ADDRESSES BELOW! | ||
31 | |||
32 |
sieve/examples/Test
deleted
100755 → 0
1 | #!/bin/sh | ||
2 | |||
3 | # set -x | ||
4 | |||
5 | cp INBOX.orig INBOX | ||
6 | |||
7 | echo == Parse testing | ||
8 | for t in ex-*.sv | ||
9 | do | ||
10 | echo Test: $t | ||
11 | ../sieve -c $t | ||
12 | done | ||
13 | |||
14 | for t in exn-*.sv | ||
15 | do | ||
16 | echo Test: $t might fail | ||
17 | #../sieve -ncv -f ./INBOX $t || true | ||
18 | done | ||
19 | |||
20 | echo == Action testing | ||
21 | for t in ex-*.sv | ||
22 | do | ||
23 | cp INBOX.orig INBOX | ||
24 | echo | ||
25 | echo Test: $t | ||
26 | ../sieve -f ./INBOX $t | ||
27 | done | ||
28 |
sieve/examples/test.out
deleted
100644 → 0
1 | == Parse testing | ||
2 | Test: ex-1.10.2.sv | ||
3 | Test: ex-2.3a.sv | ||
4 | Test: ex-2.5.1.sv | ||
5 | Test: ex-2.7.3.sv | ||
6 | Test: ex-3.1a.sv | ||
7 | Test: ex-3.1b.sv | ||
8 | Test: ex-3.2.sv | ||
9 | ex-3.2.sv:1: unsupported feature | ||
10 | Test: ex-4.1.sv | ||
11 | ex-4.1.sv:1: unsupported feature | ||
12 | Test: ex-4.2.sv | ||
13 | Test: ex-4.4a.sv | ||
14 | Test: ex-4.4b.sv | ||
15 | Test: ex-4.5.sv | ||
16 | Test: ex-5.1.sv | ||
17 | Test: ex-5.7.sv | ||
18 | Test: ex-9.sv | ||
19 | ex-9.sv:5: unsupported feature | ||
20 | Test: ex-null.sv | ||
21 | Test: ex-save-all.sv | ||
22 | Test: ex-stop.sv | ||
23 | Test: exn-2.3b.sv might fail | ||
24 | Test: exn-5.4.sv might fail | ||
25 | == Action testing | ||
26 | |||
27 | Test: ex-1.10.2.sv | ||
28 | discard - deleting failed: [0] Success | ||
29 | discard - deleting failed: [0] Success | ||
30 | DISCARD on msg uid 1: marking as deleted | ||
31 | KEEP on msg uid 1 | ||
32 | DISCARD on msg uid 2: marking as deleted | ||
33 | KEEP on msg uid 2 | ||
34 | |||
35 | Test: ex-2.3a.sv | ||
36 | discard - deleting failed: [0] Success | ||
37 | DISCARD on msg uid 1: marking as deleted | ||
38 | KEEP on msg uid 2 | ||
39 | |||
40 | Test: ex-2.5.1.sv | ||
41 | discard - deleting failed: [0] Success | ||
42 | DISCARD on msg uid 1: marking as deleted | ||
43 | FILEINTO on msg uid 1: delivering into popbox | ||
44 | KEEP on msg uid 2 | ||
45 | |||
46 | Test: ex-2.7.3.sv | ||
47 | KEEP on msg uid 1 | ||
48 | KEEP on msg uid 2 | ||
49 | |||
50 | Test: ex-3.1a.sv | ||
51 | discard - deleting failed: [0] Success | ||
52 | discard - deleting failed: [0] Success | ||
53 | DISCARD on msg uid 1: marking as deleted | ||
54 | DISCARD on msg uid 2: marking as deleted | ||
55 | |||
56 | Test: ex-3.1b.sv | ||
57 | REDIRECT on msg uid 1: to acm@example.edu | ||
58 | REDIRECT on msg uid 2: to postmaster@example.edu | ||
59 | |||
60 | Test: ex-3.2.sv | ||
61 | ex-3.2.sv:1: unsupported feature | ||
62 | |||
63 | Test: ex-4.1.sv | ||
64 | ex-4.1.sv:1: unsupported feature | ||
65 | |||
66 | Test: ex-4.2.sv | ||
67 | FILEINTO on msg uid 1: delivering into INBOX.harassment | ||
68 | KEEP on msg uid 2 | ||
69 | |||
70 | Test: ex-4.4a.sv | ||
71 | KEEP on msg uid 1 | ||
72 | KEEP on msg uid 2 | ||
73 | |||
74 | Test: ex-4.4b.sv | ||
75 | KEEP on msg uid 1 | ||
76 | KEEP on msg uid 2 | ||
77 | |||
78 | Test: ex-4.5.sv | ||
79 | KEEP on msg uid 1 | ||
80 | KEEP on msg uid 2 | ||
81 | |||
82 | Test: ex-5.1.sv | ||
83 | KEEP on msg uid 1 | ||
84 | KEEP on msg uid 2 | ||
85 | |||
86 | Test: ex-5.7.sv | ||
87 | discard - deleting failed: [0] Success | ||
88 | KEEP on msg uid 1 | ||
89 | DISCARD on msg uid 2: marking as deleted | ||
90 | |||
91 | Test: ex-9.sv | ||
92 | ex-9.sv:5: unsupported feature | ||
93 | |||
94 | Test: ex-null.sv | ||
95 | KEEP on msg uid 1 | ||
96 | KEEP on msg uid 2 | ||
97 | |||
98 | Test: ex-save-all.sv | ||
99 | FILEINTO on msg uid 1: delivering into ./_save-all.mbox | ||
100 | FILEINTO on msg uid 2: delivering into ./_save-all.mbox | ||
101 | |||
102 | Test: ex-stop.sv | ||
103 | KEEP on msg uid 1 | ||
104 | KEEP on msg uid 2 |
-
Please register or sign in to post a comment