2 SRCS
= cleanup.c cleanup_out.c cleanup_envelope.c cleanup_message.c \
3 cleanup_extracted.c cleanup_state.c cleanup_rewrite.c \
4 cleanup_map11.c cleanup_map1n.c cleanup_masquerade.c \
5 cleanup_out_recipient.c cleanup_init.c cleanup_api.c \
6 cleanup_addr.c cleanup_bounce.c cleanup_milter.c \
7 cleanup_body_edit.c cleanup_region.c cleanup_final.c
8 OBJS
= cleanup.o cleanup_out.o cleanup_envelope.o cleanup_message.o \
9 cleanup_extracted.o cleanup_state.o cleanup_rewrite.o \
10 cleanup_map11.o cleanup_map1n.o cleanup_masquerade.o \
11 cleanup_out_recipient.o cleanup_init.o cleanup_api.o \
12 cleanup_addr.o cleanup_bounce.o cleanup_milter.o \
13 cleanup_body_edit.o cleanup_region.o cleanup_final.o
16 DEFS
= -I.
-I
$(INC_DIR
) -D
$(SYSTYPE
)
17 CFLAGS
= $(DEBUG
) $(OPT
) $(DEFS
)
18 TESTPROG
= cleanup_masquerade cleanup_milter
20 INC_DIR
= ..
/..
/include
21 LIBS
= ..
/..
/lib
/libmaster.a ..
/..
/lib
/libmilter.a ..
/..
/lib
/libglobal.a \
24 .c.o
:; $(CC
) $(CFLAGS
) -c
$*.c
26 $(PROG
): $(OBJS
) $(LIBS
)
27 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBS
) $(SYSLIBS
)
29 $(OBJS
): ..
/..
/conf
/makedefs.out
32 cat ..
/..
/conf
/makedefs.out
$?
>$@
36 update
: ..
/..
/libexec
/$(PROG
)
38 ..
/..
/libexec
/$(PROG
): $(PROG
)
39 cp
$(PROG
) ..
/..
/libexec
41 printfck
: $(OBJS
) $(PROG
)
45 sed
'1,/^# do not edit/!d' Makefile
> printfck
/Makefile
46 set
-e
; for i in
*.c
; do printfck
-f .printfck
$$i >printfck
/$$i; done
47 cd printfck
; make
"INC_DIR=../../../include" `cd ..; ls *.o`
50 lint
$(DEFS
) $(SRCS
) $(LINTFIX
)
53 rm -f
*.o
*core
$(PROG
) $(TESTPROG
) junk
58 cleanup_masquerade
: cleanup_masquerade.o
59 mv cleanup_masquerade.o junk
60 $(CC
) $(CFLAGS
) -DTEST
-o
$@
$@.c
$(LIBS
) $(SYSLIBS
)
61 mv junk cleanup_masquerade.o
63 CLEANUP_MILTER_OBJS
= cleanup_state.o cleanup_out.o cleanup_addr.o \
64 cleanup_out_recipient.o cleanup_body_edit.o cleanup_region.o
65 cleanup_milter
: cleanup_milter.o
$(CLEANUP_MILTER_OBJS
) $(LIBS
)
66 mv cleanup_milter.o junk
67 $(CC
) $(CFLAGS
) -DTEST
-o
$@
$@.c
$(CLEANUP_MILTER_OBJS
) $(LIBS
) $(SYSLIBS
)
68 mv junk cleanup_milter.o
70 tests
: cleanup_masquerade_test milter_tests
72 milter_tests
: cleanup_milter_test bug_tests \
73 cleanup_milter_test2 cleanup_milter_test3 cleanup_milter_test4 \
74 cleanup_milter_test5 cleanup_milter_test6 cleanup_milter_test7 \
75 cleanup_milter_test8 cleanup_milter_test9 cleanup_milter_test10a \
76 cleanup_milter_test10b cleanup_milter_test10c cleanup_milter_test10d \
77 cleanup_milter_test10e cleanup_milter_test11 cleanup_milter_test12 \
78 cleanup_milter_test13a cleanup_milter_test13b cleanup_milter_test13c \
79 cleanup_milter_test13d
83 cleanup_masquerade_test
: cleanup_masquerade cleanup_masq.ref
84 rm -f cleanup_masq.tmp
85 .
/cleanup_masquerade
'' a.b.c
,b.c xxx@aa.a.b.c
>>cleanup_masq.tmp
86 .
/cleanup_masquerade
'xxx' a.b.c
,b.c xxx@aa.a.b.c
>>cleanup_masq.tmp
87 .
/cleanup_masquerade
'yyy' a.b.c
,b.c xxx@aa.a.b.c
>>cleanup_masq.tmp
88 .
/cleanup_masquerade
'' !a.b.c
,b.c xxx@aa.a.b.c
>>cleanup_masq.tmp
89 .
/cleanup_masquerade
'' a.b.c
,b.c xxx@a.b.c
>>cleanup_masq.tmp
90 .
/cleanup_masquerade
'' !a.b.c
,b.c xxx@a.b.c
>>cleanup_masq.tmp
91 .
/cleanup_masquerade
'' a.b.c
,b.c xxx@aaa.b.c
>>cleanup_masq.tmp
92 .
/cleanup_masquerade
'' a.b.c
,b.c xxx@b.c
>>cleanup_masq.tmp
93 diff cleanup_masq.ref cleanup_masq.tmp
94 rm -f cleanup_masq.tmp
96 bug_tests
: bug1_test bug2_test
101 bug1_test
: cleanup_milter bug1.file bug1.in bug1.ref bug1.text.ref \
103 cp bug1.file bug1.file.tmp
104 chmod u
+w bug1.file.tmp
105 .
/cleanup_milter
<bug1.in
106 ..
/postcat
/postcat
-ov bug1.file.tmp
2>/dev
/null
>bug1.tmp
107 diff bug1.ref bug1.tmp
108 ..
/postcat
/postcat bug1.file.tmp
2>/dev
/null
>bug1.tmp
109 diff bug1.text.ref bug1.tmp
110 rm -f bug1.file.tmp bug1.tmp
112 bug2_test
: cleanup_milter bug2.file bug2.in bug2.ref bug2.text.ref \
114 cp bug2.file bug2.file.tmp
115 chmod u
+w bug2.file.tmp
116 .
/cleanup_milter
<bug2.in
117 ..
/postcat
/postcat
-ov bug2.file.tmp
2>/dev
/null
>bug2.tmp
118 diff bug2.ref bug2.tmp
119 ..
/postcat
/postcat bug2.file.tmp
2>/dev
/null
>bug2.tmp
120 diff bug2.text.ref bug2.tmp
121 rm -f bug2.file.tmp bug2.tmp
123 # Test queue file editing routines.
125 cleanup_milter_test
: cleanup_milter test-queue-file cleanup_milter.in1 \
126 cleanup_milter.ref1 ..
/postcat
/postcat
127 cp test-queue-file test-queue-file.tmp
128 chmod u
+w test-queue-file.tmp
129 .
/cleanup_milter
<cleanup_milter.in1
130 ..
/postcat
/postcat
-ov test-queue-file.tmp
2>/dev
/null
>cleanup_milter.tmp
131 diff cleanup_milter.ref1 cleanup_milter.tmp
132 rm -f test-queue-file.tmp cleanup_milter.tmp
134 cleanup_milter_test2
: cleanup_milter test-queue-file2 cleanup_milter.in2 \
135 cleanup_milter.ref2 ..
/postcat
/postcat
136 cp test-queue-file2 test-queue-file2.tmp
137 chmod u
+w test-queue-file2.tmp
138 .
/cleanup_milter
<cleanup_milter.in2
139 ..
/postcat
/postcat
-ov test-queue-file2.tmp
2>/dev
/null
>cleanup_milter.tmp
140 diff cleanup_milter.ref2 cleanup_milter.tmp
141 rm -f test-queue-file2.tmp cleanup_milter.tmp
143 cleanup_milter_test3
: cleanup_milter test-queue-file3 cleanup_milter.in3 \
144 cleanup_milter.ref3 ..
/postcat
/postcat
145 cp test-queue-file3 test-queue-file3.tmp
146 chmod u
+w test-queue-file3.tmp
147 .
/cleanup_milter
<cleanup_milter.in3
148 ..
/postcat
/postcat
-ov test-queue-file3.tmp
2>/dev
/null
>cleanup_milter.tmp
149 diff cleanup_milter.ref3 cleanup_milter.tmp
150 rm -f test-queue-file3.tmp cleanup_milter.tmp
152 cleanup_milter_test4
: cleanup_milter test-queue-file4 cleanup_milter.in4a \
153 cleanup_milter.in4b cleanup_milter.in4c cleanup_milter.ref4 \
154 test-queue-file4 ..
/postcat
/postcat
155 cp test-queue-file4 test-queue-file4.tmp
156 chmod u
+w test-queue-file4.tmp
157 .
/cleanup_milter
<cleanup_milter.in4a
158 ..
/postcat
/postcat
-ov test-queue-file4.tmp
2>/dev
/null
>cleanup_milter.tmp
159 diff cleanup_milter.ref4 cleanup_milter.tmp
160 cp test-queue-file4 test-queue-file4.tmp
161 chmod u
+w test-queue-file4.tmp
162 .
/cleanup_milter
<cleanup_milter.in4b
163 ..
/postcat
/postcat
-ov test-queue-file4.tmp
2>/dev
/null
>cleanup_milter.tmp
164 diff cleanup_milter.ref4 cleanup_milter.tmp
165 cp test-queue-file4 test-queue-file4.tmp
166 chmod u
+w test-queue-file4.tmp
167 .
/cleanup_milter
<cleanup_milter.in4c
168 ..
/postcat
/postcat
-ov test-queue-file4.tmp
2>/dev
/null
>cleanup_milter.tmp
169 diff cleanup_milter.ref4 cleanup_milter.tmp
170 rm -f test-queue-file4.tmp cleanup_milter.tmp
172 cleanup_milter_test5
: cleanup_milter test-queue-file5 cleanup_milter.in5 \
173 cleanup_milter.ref5 ..
/postcat
/postcat
174 cp test-queue-file5 test-queue-file5.tmp
175 chmod u
+w test-queue-file5.tmp
176 .
/cleanup_milter
<cleanup_milter.in5
177 ..
/postcat
/postcat
-ov test-queue-file5.tmp
2>/dev
/null
>cleanup_milter.tmp
178 diff cleanup_milter.ref5 cleanup_milter.tmp
179 rm -f test-queue-file5.tmp cleanup_milter.tmp
181 cleanup_milter_test6
: cleanup_milter_test6a cleanup_milter_test6b cleanup_milter_test6c
182 rm -f test-queue-file6.tmp cleanup_milter.tmp
184 cleanup_milter_test6a
: cleanup_milter test-queue-file6 cleanup_milter.in6a \
185 cleanup_milter.ref6a test-queue-file6 ..
/postcat
/postcat
186 cp test-queue-file6 test-queue-file6.tmp
187 chmod u
+w test-queue-file6.tmp
188 .
/cleanup_milter
<cleanup_milter.in6a
189 ..
/postcat
/postcat
-ov test-queue-file6.tmp
2>/dev
/null
>cleanup_milter.tmp
190 diff cleanup_milter.ref6a cleanup_milter.tmp
191 rm -f test-queue-file6.tmp cleanup_milter.tmp
193 cleanup_milter_test6b
: cleanup_milter test-queue-file6 cleanup_milter.in6b \
194 cleanup_milter.ref6b ..
/postcat
/postcat
195 cp test-queue-file6 test-queue-file6.tmp
196 chmod u
+w test-queue-file6.tmp
197 .
/cleanup_milter
<cleanup_milter.in6b
198 ..
/postcat
/postcat
-ov test-queue-file6.tmp
2>/dev
/null
>cleanup_milter.tmp
199 diff cleanup_milter.ref6b cleanup_milter.tmp
200 rm -f test-queue-file6.tmp cleanup_milter.tmp
202 cleanup_milter_test6c
: cleanup_milter test-queue-file6 cleanup_milter.in6c \
203 cleanup_milter.ref6c ..
/postcat
/postcat
204 cp test-queue-file6 test-queue-file6.tmp
205 chmod u
+w test-queue-file6.tmp
206 .
/cleanup_milter
<cleanup_milter.in6c
207 ..
/postcat
/postcat
-ov test-queue-file6.tmp
2>/dev
/null
>cleanup_milter.tmp
208 diff cleanup_milter.ref6c cleanup_milter.tmp
209 rm -f test-queue-file6.tmp cleanup_milter.tmp
211 cleanup_milter_test7
: cleanup_milter test-queue-file7 cleanup_milter.in7 \
212 cleanup_milter.ref7 ..
/postcat
/postcat
213 cp test-queue-file7 test-queue-file7.tmp
214 chmod u
+w test-queue-file7.tmp
215 .
/cleanup_milter
<cleanup_milter.in7
216 ..
/postcat
/postcat
-ov test-queue-file7.tmp
2>/dev
/null
>cleanup_milter.tmp
217 diff cleanup_milter.ref7 cleanup_milter.tmp
218 rm -f test-queue-file7.tmp cleanup_milter.tmp
220 cleanup_milter_test8
: cleanup_milter test-queue-file8 cleanup_milter.in8 \
221 cleanup_milter.ref8 ..
/postcat
/postcat
222 cp test-queue-file8 test-queue-file8.tmp
223 chmod u
+w test-queue-file8.tmp
224 .
/cleanup_milter
<cleanup_milter.in8
225 ..
/postcat
/postcat
-ov test-queue-file8.tmp
2>/dev
/null
>cleanup_milter.tmp
226 diff cleanup_milter.ref8 cleanup_milter.tmp
227 rm -f test-queue-file8.tmp cleanup_milter.tmp
229 cleanup_milter_test9
: cleanup_milter test-queue-file9 cleanup_milter.in9 \
230 cleanup_milter.ref9 ..
/postcat
/postcat
231 cp test-queue-file9 test-queue-file9.tmp
232 chmod u
+w test-queue-file9.tmp
233 .
/cleanup_milter
<cleanup_milter.in9
234 ..
/postcat
/postcat
-ov test-queue-file9.tmp
2>/dev
/null
>cleanup_milter.tmp
235 diff cleanup_milter.ref9 cleanup_milter.tmp
236 rm -f test-queue-file9.tmp cleanup_milter.tmp
238 cleanup_milter_test10a
: cleanup_milter test-queue-file10 cleanup_milter.in10a \
239 cleanup_milter.ref10a ..
/postcat
/postcat
240 cp test-queue-file10 test-queue-file10.tmp
241 chmod u
+w test-queue-file10.tmp
242 .
/cleanup_milter
<cleanup_milter.in10a
243 ..
/postcat
/postcat
-ov test-queue-file10.tmp
2>/dev
/null
>cleanup_milter.tmp
244 diff cleanup_milter.ref10a cleanup_milter.tmp
245 rm -f test-queue-file10.tmp cleanup_milter.tmp
247 cleanup_milter_test10b
: cleanup_milter test-queue-file10 cleanup_milter.in10b \
248 cleanup_milter.ref10b ..
/postcat
/postcat
249 cp test-queue-file10 test-queue-file10.tmp
250 chmod u
+w test-queue-file10.tmp
251 .
/cleanup_milter
<cleanup_milter.in10b
252 ..
/postcat
/postcat
-ov test-queue-file10.tmp
2>/dev
/null
>cleanup_milter.tmp
253 diff cleanup_milter.ref10b cleanup_milter.tmp
254 rm -f test-queue-file10.tmp cleanup_milter.tmp
256 cleanup_milter_test10c
: cleanup_milter test-queue-file10 cleanup_milter.in10c \
257 cleanup_milter.ref10c ..
/postcat
/postcat
258 cp test-queue-file10 test-queue-file10.tmp
259 chmod u
+w test-queue-file10.tmp
260 .
/cleanup_milter
<cleanup_milter.in10c
261 ..
/postcat
/postcat
-ov test-queue-file10.tmp
2>/dev
/null
>cleanup_milter.tmp
262 diff cleanup_milter.ref10c cleanup_milter.tmp
263 rm -f test-queue-file10.tmp cleanup_milter.tmp
265 cleanup_milter_test10d
: cleanup_milter test-queue-file10 cleanup_milter.in10c \
266 cleanup_milter.ref10d ..
/postcat
/postcat
267 cp test-queue-file10 test-queue-file10.tmp
268 chmod u
+w test-queue-file10.tmp
269 .
/cleanup_milter
<cleanup_milter.in10d
270 ..
/postcat
/postcat
-ov test-queue-file10.tmp
2>/dev
/null
>cleanup_milter.tmp
271 diff cleanup_milter.ref10d cleanup_milter.tmp
272 rm -f test-queue-file10.tmp cleanup_milter.tmp
274 cleanup_milter_test10e
: cleanup_milter test-queue-file10 cleanup_milter.in10c \
275 cleanup_milter.ref10e ..
/postcat
/postcat
276 cp test-queue-file10 test-queue-file10.tmp
277 chmod u
+w test-queue-file10.tmp
278 .
/cleanup_milter
<cleanup_milter.in10e
279 ..
/postcat
/postcat
-ov test-queue-file10.tmp
2>/dev
/null
>cleanup_milter.tmp
280 diff cleanup_milter.ref10e cleanup_milter.tmp
281 rm -f test-queue-file10.tmp cleanup_milter.tmp
283 cleanup_milter_test11
: cleanup_milter test-queue-file11 cleanup_milter.in11 \
284 cleanup_milter.ref11 ..
/postcat
/postcat
285 cp test-queue-file11 test-queue-file11.tmp
286 chmod u
+w test-queue-file11.tmp
287 .
/cleanup_milter
<cleanup_milter.in11
288 ..
/postcat
/postcat
-ov test-queue-file11.tmp
2>/dev
/null
>cleanup_milter.tmp
289 diff cleanup_milter.ref11 cleanup_milter.tmp
290 rm -f test-queue-file11.tmp cleanup_milter.tmp
292 cleanup_milter_test12
: cleanup_milter test-queue-file12 cleanup_milter.in12 \
293 cleanup_milter.ref12 ..
/postcat
/postcat
294 cp test-queue-file12 test-queue-file12.tmp
295 chmod u
+w test-queue-file12.tmp
296 .
/cleanup_milter
<cleanup_milter.in12
297 ..
/postcat
/postcat
-ov test-queue-file12.tmp
2>/dev
/null
>cleanup_milter.tmp
298 diff cleanup_milter.ref12 cleanup_milter.tmp
299 rm -f test-queue-file12.tmp cleanup_milter.tmp
301 cleanup_milter_test13a
: cleanup_milter test-queue-file13a cleanup_milter.in13a \
302 cleanup_milter.ref13a ..
/postcat
/postcat
303 cp test-queue-file13a test-queue-file13a.tmp
304 chmod u
+w test-queue-file13a.tmp
305 .
/cleanup_milter
<cleanup_milter.in13a
306 ..
/postcat
/postcat
-ov test-queue-file13a.tmp
2>/dev
/null
>cleanup_milter.tmp
307 diff cleanup_milter.ref13a cleanup_milter.tmp
308 rm -f test-queue-file13a.tmp cleanup_milter.tmp
310 cleanup_milter_test13b
: cleanup_milter test-queue-file13b cleanup_milter.in13b \
311 cleanup_milter.ref13b ..
/postcat
/postcat
312 cp test-queue-file13b test-queue-file13b.tmp
313 chmod u
+w test-queue-file13b.tmp
314 .
/cleanup_milter
<cleanup_milter.in13b
315 ..
/postcat
/postcat
-ov test-queue-file13b.tmp
2>/dev
/null
>cleanup_milter.tmp
316 diff cleanup_milter.ref13b cleanup_milter.tmp
317 rm -f test-queue-file13b.tmp cleanup_milter.tmp
319 cleanup_milter_test13c
: cleanup_milter test-queue-file13c cleanup_milter.in13c \
320 cleanup_milter.ref13c ..
/postcat
/postcat
321 cp test-queue-file13c test-queue-file13c.tmp
322 chmod u
+w test-queue-file13c.tmp
323 .
/cleanup_milter
<cleanup_milter.in13c
324 ..
/postcat
/postcat
-ov test-queue-file13c.tmp
2>/dev
/null
>cleanup_milter.tmp
325 diff cleanup_milter.ref13c cleanup_milter.tmp
326 rm -f test-queue-file13c.tmp cleanup_milter.tmp
328 cleanup_milter_test13d
: cleanup_milter test-queue-file13d cleanup_milter.in13d \
329 cleanup_milter.ref13d ..
/postcat
/postcat
330 cp test-queue-file13d test-queue-file13d.tmp
331 chmod u
+w test-queue-file13d.tmp
332 .
/cleanup_milter
<cleanup_milter.in13d
333 ..
/postcat
/postcat
-ov test-queue-file13d.tmp
2>/dev
/null
>cleanup_milter.tmp
334 diff cleanup_milter.ref13d cleanup_milter.tmp
335 rm -f test-queue-file13d.tmp cleanup_milter.tmp
338 (sed
'1,/^# do not edit/!d' Makefile.in
; \
339 set
-e
; for i in
[a-z
][a-z0-9
]*.c
; do \
340 $(CC
) -E
$(DEFS
) $(INCL
) $$i | grep
-v
'[<>]' | sed
-n
-e
'/^# *1 *"\([^"]*\)".*/{' \
341 -e
's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
342 -e
's/o: \.\//o: /' -e p
-e
'}' ; \
343 done |
sort -u
) | grep
-v
'[.][o][:][ ][/]' >$$$$ && mv
$$$$ Makefile.in
344 @
$(EXPORT
) make
-f Makefile.in Makefile
1>&2
346 # do not edit below this line - it is generated by 'make depend'
347 cleanup.o
: ..
/..
/include/argv.h
348 cleanup.o
: ..
/..
/include/attr.h
349 cleanup.o
: ..
/..
/include/been_here.h
350 cleanup.o
: ..
/..
/include/cleanup_user.h
351 cleanup.o
: ..
/..
/include/dict.h
352 cleanup.o
: ..
/..
/include/header_opts.h
353 cleanup.o
: ..
/..
/include/htable.h
354 cleanup.o
: ..
/..
/include/iostuff.h
355 cleanup.o
: ..
/..
/include/mail_conf.h
356 cleanup.o
: ..
/..
/include/mail_params.h
357 cleanup.o
: ..
/..
/include/mail_proto.h
358 cleanup.o
: ..
/..
/include/mail_server.h
359 cleanup.o
: ..
/..
/include/mail_stream.h
360 cleanup.o
: ..
/..
/include/mail_version.h
361 cleanup.o
: ..
/..
/include/maps.h
362 cleanup.o
: ..
/..
/include/match_list.h
363 cleanup.o
: ..
/..
/include/match_ops.h
364 cleanup.o
: ..
/..
/include/milter.h
365 cleanup.o
: ..
/..
/include/mime_state.h
366 cleanup.o
: ..
/..
/include/msg.h
367 cleanup.o
: ..
/..
/include/mymalloc.h
368 cleanup.o
: ..
/..
/include/nvtable.h
369 cleanup.o
: ..
/..
/include/rec_type.h
370 cleanup.o
: ..
/..
/include/record.h
371 cleanup.o
: ..
/..
/include/resolve_clnt.h
372 cleanup.o
: ..
/..
/include/string_list.h
373 cleanup.o
: ..
/..
/include/sys_defs.h
374 cleanup.o
: ..
/..
/include/tok822.h
375 cleanup.o
: ..
/..
/include/vbuf.h
376 cleanup.o
: ..
/..
/include/vstream.h
377 cleanup.o
: ..
/..
/include/vstring.h
380 cleanup_addr.o
: ..
/..
/include/argv.h
381 cleanup_addr.o
: ..
/..
/include/attr.h
382 cleanup_addr.o
: ..
/..
/include/been_here.h
383 cleanup_addr.o
: ..
/..
/include/canon_addr.h
384 cleanup_addr.o
: ..
/..
/include/cleanup_user.h
385 cleanup_addr.o
: ..
/..
/include/dict.h
386 cleanup_addr.o
: ..
/..
/include/dsn_mask.h
387 cleanup_addr.o
: ..
/..
/include/ext_prop.h
388 cleanup_addr.o
: ..
/..
/include/header_opts.h
389 cleanup_addr.o
: ..
/..
/include/htable.h
390 cleanup_addr.o
: ..
/..
/include/iostuff.h
391 cleanup_addr.o
: ..
/..
/include/mail_addr.h
392 cleanup_addr.o
: ..
/..
/include/mail_addr_find.h
393 cleanup_addr.o
: ..
/..
/include/mail_conf.h
394 cleanup_addr.o
: ..
/..
/include/mail_params.h
395 cleanup_addr.o
: ..
/..
/include/mail_proto.h
396 cleanup_addr.o
: ..
/..
/include/mail_stream.h
397 cleanup_addr.o
: ..
/..
/include/maps.h
398 cleanup_addr.o
: ..
/..
/include/match_list.h
399 cleanup_addr.o
: ..
/..
/include/match_ops.h
400 cleanup_addr.o
: ..
/..
/include/milter.h
401 cleanup_addr.o
: ..
/..
/include/mime_state.h
402 cleanup_addr.o
: ..
/..
/include/msg.h
403 cleanup_addr.o
: ..
/..
/include/mymalloc.h
404 cleanup_addr.o
: ..
/..
/include/nvtable.h
405 cleanup_addr.o
: ..
/..
/include/rec_type.h
406 cleanup_addr.o
: ..
/..
/include/resolve_clnt.h
407 cleanup_addr.o
: ..
/..
/include/string_list.h
408 cleanup_addr.o
: ..
/..
/include/stringops.h
409 cleanup_addr.o
: ..
/..
/include/sys_defs.h
410 cleanup_addr.o
: ..
/..
/include/tok822.h
411 cleanup_addr.o
: ..
/..
/include/vbuf.h
412 cleanup_addr.o
: ..
/..
/include/vstream.h
413 cleanup_addr.o
: ..
/..
/include/vstring.h
414 cleanup_addr.o
: cleanup.h
415 cleanup_addr.o
: cleanup_addr.c
416 cleanup_api.o
: ..
/..
/include/argv.h
417 cleanup_api.o
: ..
/..
/include/attr.h
418 cleanup_api.o
: ..
/..
/include/been_here.h
419 cleanup_api.o
: ..
/..
/include/bounce.h
420 cleanup_api.o
: ..
/..
/include/cleanup_user.h
421 cleanup_api.o
: ..
/..
/include/deliver_request.h
422 cleanup_api.o
: ..
/..
/include/dict.h
423 cleanup_api.o
: ..
/..
/include/dsn.h
424 cleanup_api.o
: ..
/..
/include/dsn_buf.h
425 cleanup_api.o
: ..
/..
/include/header_opts.h
426 cleanup_api.o
: ..
/..
/include/htable.h
427 cleanup_api.o
: ..
/..
/include/iostuff.h
428 cleanup_api.o
: ..
/..
/include/mail_conf.h
429 cleanup_api.o
: ..
/..
/include/mail_flow.h
430 cleanup_api.o
: ..
/..
/include/mail_params.h
431 cleanup_api.o
: ..
/..
/include/mail_proto.h
432 cleanup_api.o
: ..
/..
/include/mail_queue.h
433 cleanup_api.o
: ..
/..
/include/mail_stream.h
434 cleanup_api.o
: ..
/..
/include/maps.h
435 cleanup_api.o
: ..
/..
/include/match_list.h
436 cleanup_api.o
: ..
/..
/include/match_ops.h
437 cleanup_api.o
: ..
/..
/include/milter.h
438 cleanup_api.o
: ..
/..
/include/mime_state.h
439 cleanup_api.o
: ..
/..
/include/msg.h
440 cleanup_api.o
: ..
/..
/include/msg_stats.h
441 cleanup_api.o
: ..
/..
/include/mymalloc.h
442 cleanup_api.o
: ..
/..
/include/nvtable.h
443 cleanup_api.o
: ..
/..
/include/rec_type.h
444 cleanup_api.o
: ..
/..
/include/recipient_list.h
445 cleanup_api.o
: ..
/..
/include/resolve_clnt.h
446 cleanup_api.o
: ..
/..
/include/string_list.h
447 cleanup_api.o
: ..
/..
/include/sys_defs.h
448 cleanup_api.o
: ..
/..
/include/tok822.h
449 cleanup_api.o
: ..
/..
/include/vbuf.h
450 cleanup_api.o
: ..
/..
/include/vstream.h
451 cleanup_api.o
: ..
/..
/include/vstring.h
452 cleanup_api.o
: cleanup.h
453 cleanup_api.o
: cleanup_api.c
454 cleanup_body_edit.o
: ..
/..
/include/argv.h
455 cleanup_body_edit.o
: ..
/..
/include/attr.h
456 cleanup_body_edit.o
: ..
/..
/include/been_here.h
457 cleanup_body_edit.o
: ..
/..
/include/cleanup_user.h
458 cleanup_body_edit.o
: ..
/..
/include/dict.h
459 cleanup_body_edit.o
: ..
/..
/include/header_opts.h
460 cleanup_body_edit.o
: ..
/..
/include/htable.h
461 cleanup_body_edit.o
: ..
/..
/include/mail_conf.h
462 cleanup_body_edit.o
: ..
/..
/include/mail_stream.h
463 cleanup_body_edit.o
: ..
/..
/include/maps.h
464 cleanup_body_edit.o
: ..
/..
/include/match_list.h
465 cleanup_body_edit.o
: ..
/..
/include/match_ops.h
466 cleanup_body_edit.o
: ..
/..
/include/milter.h
467 cleanup_body_edit.o
: ..
/..
/include/mime_state.h
468 cleanup_body_edit.o
: ..
/..
/include/msg.h
469 cleanup_body_edit.o
: ..
/..
/include/mymalloc.h
470 cleanup_body_edit.o
: ..
/..
/include/nvtable.h
471 cleanup_body_edit.o
: ..
/..
/include/rec_type.h
472 cleanup_body_edit.o
: ..
/..
/include/record.h
473 cleanup_body_edit.o
: ..
/..
/include/resolve_clnt.h
474 cleanup_body_edit.o
: ..
/..
/include/string_list.h
475 cleanup_body_edit.o
: ..
/..
/include/sys_defs.h
476 cleanup_body_edit.o
: ..
/..
/include/tok822.h
477 cleanup_body_edit.o
: ..
/..
/include/vbuf.h
478 cleanup_body_edit.o
: ..
/..
/include/vstream.h
479 cleanup_body_edit.o
: ..
/..
/include/vstring.h
480 cleanup_body_edit.o
: cleanup.h
481 cleanup_body_edit.o
: cleanup_body_edit.c
482 cleanup_bounce.o
: ..
/..
/include/argv.h
483 cleanup_bounce.o
: ..
/..
/include/attr.h
484 cleanup_bounce.o
: ..
/..
/include/been_here.h
485 cleanup_bounce.o
: ..
/..
/include/bounce.h
486 cleanup_bounce.o
: ..
/..
/include/cleanup_user.h
487 cleanup_bounce.o
: ..
/..
/include/deliver_request.h
488 cleanup_bounce.o
: ..
/..
/include/dict.h
489 cleanup_bounce.o
: ..
/..
/include/dsn.h
490 cleanup_bounce.o
: ..
/..
/include/dsn_buf.h
491 cleanup_bounce.o
: ..
/..
/include/dsn_mask.h
492 cleanup_bounce.o
: ..
/..
/include/dsn_util.h
493 cleanup_bounce.o
: ..
/..
/include/header_opts.h
494 cleanup_bounce.o
: ..
/..
/include/htable.h
495 cleanup_bounce.o
: ..
/..
/include/iostuff.h
496 cleanup_bounce.o
: ..
/..
/include/mail_conf.h
497 cleanup_bounce.o
: ..
/..
/include/mail_params.h
498 cleanup_bounce.o
: ..
/..
/include/mail_proto.h
499 cleanup_bounce.o
: ..
/..
/include/mail_queue.h
500 cleanup_bounce.o
: ..
/..
/include/mail_stream.h
501 cleanup_bounce.o
: ..
/..
/include/maps.h
502 cleanup_bounce.o
: ..
/..
/include/match_list.h
503 cleanup_bounce.o
: ..
/..
/include/match_ops.h
504 cleanup_bounce.o
: ..
/..
/include/milter.h
505 cleanup_bounce.o
: ..
/..
/include/mime_state.h
506 cleanup_bounce.o
: ..
/..
/include/msg.h
507 cleanup_bounce.o
: ..
/..
/include/msg_stats.h
508 cleanup_bounce.o
: ..
/..
/include/mymalloc.h
509 cleanup_bounce.o
: ..
/..
/include/nvtable.h
510 cleanup_bounce.o
: ..
/..
/include/rec_attr_map.h
511 cleanup_bounce.o
: ..
/..
/include/rec_type.h
512 cleanup_bounce.o
: ..
/..
/include/recipient_list.h
513 cleanup_bounce.o
: ..
/..
/include/record.h
514 cleanup_bounce.o
: ..
/..
/include/resolve_clnt.h
515 cleanup_bounce.o
: ..
/..
/include/string_list.h
516 cleanup_bounce.o
: ..
/..
/include/stringops.h
517 cleanup_bounce.o
: ..
/..
/include/sys_defs.h
518 cleanup_bounce.o
: ..
/..
/include/tok822.h
519 cleanup_bounce.o
: ..
/..
/include/vbuf.h
520 cleanup_bounce.o
: ..
/..
/include/vstream.h
521 cleanup_bounce.o
: ..
/..
/include/vstring.h
522 cleanup_bounce.o
: cleanup.h
523 cleanup_bounce.o
: cleanup_bounce.c
524 cleanup_envelope.o
: ..
/..
/include/argv.h
525 cleanup_envelope.o
: ..
/..
/include/attr.h
526 cleanup_envelope.o
: ..
/..
/include/been_here.h
527 cleanup_envelope.o
: ..
/..
/include/cleanup_user.h
528 cleanup_envelope.o
: ..
/..
/include/dict.h
529 cleanup_envelope.o
: ..
/..
/include/dsn_mask.h
530 cleanup_envelope.o
: ..
/..
/include/header_opts.h
531 cleanup_envelope.o
: ..
/..
/include/htable.h
532 cleanup_envelope.o
: ..
/..
/include/iostuff.h
533 cleanup_envelope.o
: ..
/..
/include/mail_conf.h
534 cleanup_envelope.o
: ..
/..
/include/mail_params.h
535 cleanup_envelope.o
: ..
/..
/include/mail_proto.h
536 cleanup_envelope.o
: ..
/..
/include/mail_stream.h
537 cleanup_envelope.o
: ..
/..
/include/maps.h
538 cleanup_envelope.o
: ..
/..
/include/match_list.h
539 cleanup_envelope.o
: ..
/..
/include/match_ops.h
540 cleanup_envelope.o
: ..
/..
/include/milter.h
541 cleanup_envelope.o
: ..
/..
/include/mime_state.h
542 cleanup_envelope.o
: ..
/..
/include/msg.h
543 cleanup_envelope.o
: ..
/..
/include/mymalloc.h
544 cleanup_envelope.o
: ..
/..
/include/nvtable.h
545 cleanup_envelope.o
: ..
/..
/include/qmgr_user.h
546 cleanup_envelope.o
: ..
/..
/include/rec_attr_map.h
547 cleanup_envelope.o
: ..
/..
/include/rec_type.h
548 cleanup_envelope.o
: ..
/..
/include/record.h
549 cleanup_envelope.o
: ..
/..
/include/resolve_clnt.h
550 cleanup_envelope.o
: ..
/..
/include/string_list.h
551 cleanup_envelope.o
: ..
/..
/include/stringops.h
552 cleanup_envelope.o
: ..
/..
/include/sys_defs.h
553 cleanup_envelope.o
: ..
/..
/include/tok822.h
554 cleanup_envelope.o
: ..
/..
/include/vbuf.h
555 cleanup_envelope.o
: ..
/..
/include/verp_sender.h
556 cleanup_envelope.o
: ..
/..
/include/vstream.h
557 cleanup_envelope.o
: ..
/..
/include/vstring.h
558 cleanup_envelope.o
: cleanup.h
559 cleanup_envelope.o
: cleanup_envelope.c
560 cleanup_extracted.o
: ..
/..
/include/argv.h
561 cleanup_extracted.o
: ..
/..
/include/attr.h
562 cleanup_extracted.o
: ..
/..
/include/been_here.h
563 cleanup_extracted.o
: ..
/..
/include/cleanup_user.h
564 cleanup_extracted.o
: ..
/..
/include/dict.h
565 cleanup_extracted.o
: ..
/..
/include/dsn_mask.h
566 cleanup_extracted.o
: ..
/..
/include/header_opts.h
567 cleanup_extracted.o
: ..
/..
/include/htable.h
568 cleanup_extracted.o
: ..
/..
/include/iostuff.h
569 cleanup_extracted.o
: ..
/..
/include/mail_conf.h
570 cleanup_extracted.o
: ..
/..
/include/mail_params.h
571 cleanup_extracted.o
: ..
/..
/include/mail_proto.h
572 cleanup_extracted.o
: ..
/..
/include/mail_stream.h
573 cleanup_extracted.o
: ..
/..
/include/maps.h
574 cleanup_extracted.o
: ..
/..
/include/match_list.h
575 cleanup_extracted.o
: ..
/..
/include/match_ops.h
576 cleanup_extracted.o
: ..
/..
/include/milter.h
577 cleanup_extracted.o
: ..
/..
/include/mime_state.h
578 cleanup_extracted.o
: ..
/..
/include/msg.h
579 cleanup_extracted.o
: ..
/..
/include/mymalloc.h
580 cleanup_extracted.o
: ..
/..
/include/nvtable.h
581 cleanup_extracted.o
: ..
/..
/include/qmgr_user.h
582 cleanup_extracted.o
: ..
/..
/include/rec_attr_map.h
583 cleanup_extracted.o
: ..
/..
/include/rec_type.h
584 cleanup_extracted.o
: ..
/..
/include/record.h
585 cleanup_extracted.o
: ..
/..
/include/resolve_clnt.h
586 cleanup_extracted.o
: ..
/..
/include/string_list.h
587 cleanup_extracted.o
: ..
/..
/include/stringops.h
588 cleanup_extracted.o
: ..
/..
/include/sys_defs.h
589 cleanup_extracted.o
: ..
/..
/include/tok822.h
590 cleanup_extracted.o
: ..
/..
/include/vbuf.h
591 cleanup_extracted.o
: ..
/..
/include/vstream.h
592 cleanup_extracted.o
: ..
/..
/include/vstring.h
593 cleanup_extracted.o
: cleanup.h
594 cleanup_extracted.o
: cleanup_extracted.c
595 cleanup_final.o
: ..
/..
/include/argv.h
596 cleanup_final.o
: ..
/..
/include/attr.h
597 cleanup_final.o
: ..
/..
/include/been_here.h
598 cleanup_final.o
: ..
/..
/include/cleanup_user.h
599 cleanup_final.o
: ..
/..
/include/dict.h
600 cleanup_final.o
: ..
/..
/include/header_opts.h
601 cleanup_final.o
: ..
/..
/include/htable.h
602 cleanup_final.o
: ..
/..
/include/mail_conf.h
603 cleanup_final.o
: ..
/..
/include/mail_stream.h
604 cleanup_final.o
: ..
/..
/include/maps.h
605 cleanup_final.o
: ..
/..
/include/match_list.h
606 cleanup_final.o
: ..
/..
/include/match_ops.h
607 cleanup_final.o
: ..
/..
/include/milter.h
608 cleanup_final.o
: ..
/..
/include/mime_state.h
609 cleanup_final.o
: ..
/..
/include/msg.h
610 cleanup_final.o
: ..
/..
/include/mymalloc.h
611 cleanup_final.o
: ..
/..
/include/nvtable.h
612 cleanup_final.o
: ..
/..
/include/rec_type.h
613 cleanup_final.o
: ..
/..
/include/resolve_clnt.h
614 cleanup_final.o
: ..
/..
/include/string_list.h
615 cleanup_final.o
: ..
/..
/include/sys_defs.h
616 cleanup_final.o
: ..
/..
/include/tok822.h
617 cleanup_final.o
: ..
/..
/include/vbuf.h
618 cleanup_final.o
: ..
/..
/include/vstream.h
619 cleanup_final.o
: ..
/..
/include/vstring.h
620 cleanup_final.o
: cleanup.h
621 cleanup_final.o
: cleanup_final.c
622 cleanup_init.o
: ..
/..
/include/argv.h
623 cleanup_init.o
: ..
/..
/include/attr.h
624 cleanup_init.o
: ..
/..
/include/been_here.h
625 cleanup_init.o
: ..
/..
/include/cleanup_user.h
626 cleanup_init.o
: ..
/..
/include/dict.h
627 cleanup_init.o
: ..
/..
/include/ext_prop.h
628 cleanup_init.o
: ..
/..
/include/flush_clnt.h
629 cleanup_init.o
: ..
/..
/include/header_opts.h
630 cleanup_init.o
: ..
/..
/include/htable.h
631 cleanup_init.o
: ..
/..
/include/iostuff.h
632 cleanup_init.o
: ..
/..
/include/mail_addr.h
633 cleanup_init.o
: ..
/..
/include/mail_conf.h
634 cleanup_init.o
: ..
/..
/include/mail_params.h
635 cleanup_init.o
: ..
/..
/include/mail_stream.h
636 cleanup_init.o
: ..
/..
/include/mail_version.h
637 cleanup_init.o
: ..
/..
/include/maps.h
638 cleanup_init.o
: ..
/..
/include/match_list.h
639 cleanup_init.o
: ..
/..
/include/match_ops.h
640 cleanup_init.o
: ..
/..
/include/milter.h
641 cleanup_init.o
: ..
/..
/include/mime_state.h
642 cleanup_init.o
: ..
/..
/include/msg.h
643 cleanup_init.o
: ..
/..
/include/mymalloc.h
644 cleanup_init.o
: ..
/..
/include/name_mask.h
645 cleanup_init.o
: ..
/..
/include/nvtable.h
646 cleanup_init.o
: ..
/..
/include/resolve_clnt.h
647 cleanup_init.o
: ..
/..
/include/string_list.h
648 cleanup_init.o
: ..
/..
/include/stringops.h
649 cleanup_init.o
: ..
/..
/include/sys_defs.h
650 cleanup_init.o
: ..
/..
/include/tok822.h
651 cleanup_init.o
: ..
/..
/include/vbuf.h
652 cleanup_init.o
: ..
/..
/include/vstream.h
653 cleanup_init.o
: ..
/..
/include/vstring.h
654 cleanup_init.o
: cleanup.h
655 cleanup_init.o
: cleanup_init.c
656 cleanup_map11.o
: ..
/..
/include/argv.h
657 cleanup_map11.o
: ..
/..
/include/attr.h
658 cleanup_map11.o
: ..
/..
/include/been_here.h
659 cleanup_map11.o
: ..
/..
/include/cleanup_user.h
660 cleanup_map11.o
: ..
/..
/include/dict.h
661 cleanup_map11.o
: ..
/..
/include/header_opts.h
662 cleanup_map11.o
: ..
/..
/include/htable.h
663 cleanup_map11.o
: ..
/..
/include/mail_addr_map.h
664 cleanup_map11.o
: ..
/..
/include/mail_conf.h
665 cleanup_map11.o
: ..
/..
/include/mail_stream.h
666 cleanup_map11.o
: ..
/..
/include/maps.h
667 cleanup_map11.o
: ..
/..
/include/match_list.h
668 cleanup_map11.o
: ..
/..
/include/match_ops.h
669 cleanup_map11.o
: ..
/..
/include/milter.h
670 cleanup_map11.o
: ..
/..
/include/mime_state.h
671 cleanup_map11.o
: ..
/..
/include/msg.h
672 cleanup_map11.o
: ..
/..
/include/mymalloc.h
673 cleanup_map11.o
: ..
/..
/include/nvtable.h
674 cleanup_map11.o
: ..
/..
/include/quote_822_local.h
675 cleanup_map11.o
: ..
/..
/include/quote_flags.h
676 cleanup_map11.o
: ..
/..
/include/resolve_clnt.h
677 cleanup_map11.o
: ..
/..
/include/string_list.h
678 cleanup_map11.o
: ..
/..
/include/sys_defs.h
679 cleanup_map11.o
: ..
/..
/include/tok822.h
680 cleanup_map11.o
: ..
/..
/include/vbuf.h
681 cleanup_map11.o
: ..
/..
/include/vstream.h
682 cleanup_map11.o
: ..
/..
/include/vstring.h
683 cleanup_map11.o
: cleanup.h
684 cleanup_map11.o
: cleanup_map11.c
685 cleanup_map1n.o
: ..
/..
/include/argv.h
686 cleanup_map1n.o
: ..
/..
/include/attr.h
687 cleanup_map1n.o
: ..
/..
/include/been_here.h
688 cleanup_map1n.o
: ..
/..
/include/cleanup_user.h
689 cleanup_map1n.o
: ..
/..
/include/dict.h
690 cleanup_map1n.o
: ..
/..
/include/header_opts.h
691 cleanup_map1n.o
: ..
/..
/include/htable.h
692 cleanup_map1n.o
: ..
/..
/include/mail_addr_map.h
693 cleanup_map1n.o
: ..
/..
/include/mail_conf.h
694 cleanup_map1n.o
: ..
/..
/include/mail_params.h
695 cleanup_map1n.o
: ..
/..
/include/mail_stream.h
696 cleanup_map1n.o
: ..
/..
/include/maps.h
697 cleanup_map1n.o
: ..
/..
/include/match_list.h
698 cleanup_map1n.o
: ..
/..
/include/match_ops.h
699 cleanup_map1n.o
: ..
/..
/include/milter.h
700 cleanup_map1n.o
: ..
/..
/include/mime_state.h
701 cleanup_map1n.o
: ..
/..
/include/msg.h
702 cleanup_map1n.o
: ..
/..
/include/mymalloc.h
703 cleanup_map1n.o
: ..
/..
/include/nvtable.h
704 cleanup_map1n.o
: ..
/..
/include/quote_822_local.h
705 cleanup_map1n.o
: ..
/..
/include/quote_flags.h
706 cleanup_map1n.o
: ..
/..
/include/resolve_clnt.h
707 cleanup_map1n.o
: ..
/..
/include/string_list.h
708 cleanup_map1n.o
: ..
/..
/include/sys_defs.h
709 cleanup_map1n.o
: ..
/..
/include/tok822.h
710 cleanup_map1n.o
: ..
/..
/include/vbuf.h
711 cleanup_map1n.o
: ..
/..
/include/vstream.h
712 cleanup_map1n.o
: ..
/..
/include/vstring.h
713 cleanup_map1n.o
: cleanup.h
714 cleanup_map1n.o
: cleanup_map1n.c
715 cleanup_masquerade.o
: ..
/..
/include/argv.h
716 cleanup_masquerade.o
: ..
/..
/include/attr.h
717 cleanup_masquerade.o
: ..
/..
/include/been_here.h
718 cleanup_masquerade.o
: ..
/..
/include/cleanup_user.h
719 cleanup_masquerade.o
: ..
/..
/include/dict.h
720 cleanup_masquerade.o
: ..
/..
/include/header_opts.h
721 cleanup_masquerade.o
: ..
/..
/include/htable.h
722 cleanup_masquerade.o
: ..
/..
/include/mail_conf.h
723 cleanup_masquerade.o
: ..
/..
/include/mail_params.h
724 cleanup_masquerade.o
: ..
/..
/include/mail_stream.h
725 cleanup_masquerade.o
: ..
/..
/include/maps.h
726 cleanup_masquerade.o
: ..
/..
/include/match_list.h
727 cleanup_masquerade.o
: ..
/..
/include/match_ops.h
728 cleanup_masquerade.o
: ..
/..
/include/milter.h
729 cleanup_masquerade.o
: ..
/..
/include/mime_state.h
730 cleanup_masquerade.o
: ..
/..
/include/msg.h
731 cleanup_masquerade.o
: ..
/..
/include/mymalloc.h
732 cleanup_masquerade.o
: ..
/..
/include/nvtable.h
733 cleanup_masquerade.o
: ..
/..
/include/quote_822_local.h
734 cleanup_masquerade.o
: ..
/..
/include/quote_flags.h
735 cleanup_masquerade.o
: ..
/..
/include/resolve_clnt.h
736 cleanup_masquerade.o
: ..
/..
/include/string_list.h
737 cleanup_masquerade.o
: ..
/..
/include/stringops.h
738 cleanup_masquerade.o
: ..
/..
/include/sys_defs.h
739 cleanup_masquerade.o
: ..
/..
/include/tok822.h
740 cleanup_masquerade.o
: ..
/..
/include/vbuf.h
741 cleanup_masquerade.o
: ..
/..
/include/vstream.h
742 cleanup_masquerade.o
: ..
/..
/include/vstring.h
743 cleanup_masquerade.o
: cleanup.h
744 cleanup_masquerade.o
: cleanup_masquerade.c
745 cleanup_message.o
: ..
/..
/include/argv.h
746 cleanup_message.o
: ..
/..
/include/attr.h
747 cleanup_message.o
: ..
/..
/include/been_here.h
748 cleanup_message.o
: ..
/..
/include/cleanup_user.h
749 cleanup_message.o
: ..
/..
/include/conv_time.h
750 cleanup_message.o
: ..
/..
/include/dict.h
751 cleanup_message.o
: ..
/..
/include/dsn_util.h
752 cleanup_message.o
: ..
/..
/include/ext_prop.h
753 cleanup_message.o
: ..
/..
/include/header_opts.h
754 cleanup_message.o
: ..
/..
/include/htable.h
755 cleanup_message.o
: ..
/..
/include/iostuff.h
756 cleanup_message.o
: ..
/..
/include/is_header.h
757 cleanup_message.o
: ..
/..
/include/lex_822.h
758 cleanup_message.o
: ..
/..
/include/mail_addr.h
759 cleanup_message.o
: ..
/..
/include/mail_conf.h
760 cleanup_message.o
: ..
/..
/include/mail_date.h
761 cleanup_message.o
: ..
/..
/include/mail_params.h
762 cleanup_message.o
: ..
/..
/include/mail_proto.h
763 cleanup_message.o
: ..
/..
/include/mail_stream.h
764 cleanup_message.o
: ..
/..
/include/maps.h
765 cleanup_message.o
: ..
/..
/include/match_list.h
766 cleanup_message.o
: ..
/..
/include/match_ops.h
767 cleanup_message.o
: ..
/..
/include/milter.h
768 cleanup_message.o
: ..
/..
/include/mime_state.h
769 cleanup_message.o
: ..
/..
/include/msg.h
770 cleanup_message.o
: ..
/..
/include/mymalloc.h
771 cleanup_message.o
: ..
/..
/include/nvtable.h
772 cleanup_message.o
: ..
/..
/include/quote_822_local.h
773 cleanup_message.o
: ..
/..
/include/quote_flags.h
774 cleanup_message.o
: ..
/..
/include/rec_type.h
775 cleanup_message.o
: ..
/..
/include/record.h
776 cleanup_message.o
: ..
/..
/include/resolve_clnt.h
777 cleanup_message.o
: ..
/..
/include/split_at.h
778 cleanup_message.o
: ..
/..
/include/string_list.h
779 cleanup_message.o
: ..
/..
/include/stringops.h
780 cleanup_message.o
: ..
/..
/include/sys_defs.h
781 cleanup_message.o
: ..
/..
/include/tok822.h
782 cleanup_message.o
: ..
/..
/include/vbuf.h
783 cleanup_message.o
: ..
/..
/include/vstream.h
784 cleanup_message.o
: ..
/..
/include/vstring.h
785 cleanup_message.o
: cleanup.h
786 cleanup_message.o
: cleanup_message.c
787 cleanup_milter.o
: ..
/..
/include/argv.h
788 cleanup_milter.o
: ..
/..
/include/attr.h
789 cleanup_milter.o
: ..
/..
/include/been_here.h
790 cleanup_milter.o
: ..
/..
/include/cleanup_user.h
791 cleanup_milter.o
: ..
/..
/include/dict.h
792 cleanup_milter.o
: ..
/..
/include/dsn_mask.h
793 cleanup_milter.o
: ..
/..
/include/header_opts.h
794 cleanup_milter.o
: ..
/..
/include/htable.h
795 cleanup_milter.o
: ..
/..
/include/iostuff.h
796 cleanup_milter.o
: ..
/..
/include/is_header.h
797 cleanup_milter.o
: ..
/..
/include/lex_822.h
798 cleanup_milter.o
: ..
/..
/include/mail_conf.h
799 cleanup_milter.o
: ..
/..
/include/mail_params.h
800 cleanup_milter.o
: ..
/..
/include/mail_proto.h
801 cleanup_milter.o
: ..
/..
/include/mail_stream.h
802 cleanup_milter.o
: ..
/..
/include/maps.h
803 cleanup_milter.o
: ..
/..
/include/match_list.h
804 cleanup_milter.o
: ..
/..
/include/match_ops.h
805 cleanup_milter.o
: ..
/..
/include/milter.h
806 cleanup_milter.o
: ..
/..
/include/mime_state.h
807 cleanup_milter.o
: ..
/..
/include/msg.h
808 cleanup_milter.o
: ..
/..
/include/mymalloc.h
809 cleanup_milter.o
: ..
/..
/include/nvtable.h
810 cleanup_milter.o
: ..
/..
/include/off_cvt.h
811 cleanup_milter.o
: ..
/..
/include/quote_821_local.h
812 cleanup_milter.o
: ..
/..
/include/quote_flags.h
813 cleanup_milter.o
: ..
/..
/include/rec_attr_map.h
814 cleanup_milter.o
: ..
/..
/include/rec_type.h
815 cleanup_milter.o
: ..
/..
/include/record.h
816 cleanup_milter.o
: ..
/..
/include/resolve_clnt.h
817 cleanup_milter.o
: ..
/..
/include/string_list.h
818 cleanup_milter.o
: ..
/..
/include/stringops.h
819 cleanup_milter.o
: ..
/..
/include/sys_defs.h
820 cleanup_milter.o
: ..
/..
/include/tok822.h
821 cleanup_milter.o
: ..
/..
/include/vbuf.h
822 cleanup_milter.o
: ..
/..
/include/vstream.h
823 cleanup_milter.o
: ..
/..
/include/vstring.h
824 cleanup_milter.o
: cleanup.h
825 cleanup_milter.o
: cleanup_milter.c
826 cleanup_out.o
: ..
/..
/include/argv.h
827 cleanup_out.o
: ..
/..
/include/attr.h
828 cleanup_out.o
: ..
/..
/include/been_here.h
829 cleanup_out.o
: ..
/..
/include/cleanup_user.h
830 cleanup_out.o
: ..
/..
/include/dict.h
831 cleanup_out.o
: ..
/..
/include/header_opts.h
832 cleanup_out.o
: ..
/..
/include/htable.h
833 cleanup_out.o
: ..
/..
/include/lex_822.h
834 cleanup_out.o
: ..
/..
/include/mail_conf.h
835 cleanup_out.o
: ..
/..
/include/mail_params.h
836 cleanup_out.o
: ..
/..
/include/mail_stream.h
837 cleanup_out.o
: ..
/..
/include/maps.h
838 cleanup_out.o
: ..
/..
/include/match_list.h
839 cleanup_out.o
: ..
/..
/include/match_ops.h
840 cleanup_out.o
: ..
/..
/include/milter.h
841 cleanup_out.o
: ..
/..
/include/mime_state.h
842 cleanup_out.o
: ..
/..
/include/msg.h
843 cleanup_out.o
: ..
/..
/include/mymalloc.h
844 cleanup_out.o
: ..
/..
/include/nvtable.h
845 cleanup_out.o
: ..
/..
/include/rec_type.h
846 cleanup_out.o
: ..
/..
/include/record.h
847 cleanup_out.o
: ..
/..
/include/resolve_clnt.h
848 cleanup_out.o
: ..
/..
/include/split_at.h
849 cleanup_out.o
: ..
/..
/include/string_list.h
850 cleanup_out.o
: ..
/..
/include/sys_defs.h
851 cleanup_out.o
: ..
/..
/include/tok822.h
852 cleanup_out.o
: ..
/..
/include/vbuf.h
853 cleanup_out.o
: ..
/..
/include/vstream.h
854 cleanup_out.o
: ..
/..
/include/vstring.h
855 cleanup_out.o
: cleanup.h
856 cleanup_out.o
: cleanup_out.c
857 cleanup_out_recipient.o
: ..
/..
/include/argv.h
858 cleanup_out_recipient.o
: ..
/..
/include/attr.h
859 cleanup_out_recipient.o
: ..
/..
/include/been_here.h
860 cleanup_out_recipient.o
: ..
/..
/include/bounce.h
861 cleanup_out_recipient.o
: ..
/..
/include/cleanup_user.h
862 cleanup_out_recipient.o
: ..
/..
/include/deliver_request.h
863 cleanup_out_recipient.o
: ..
/..
/include/dict.h
864 cleanup_out_recipient.o
: ..
/..
/include/dsn.h
865 cleanup_out_recipient.o
: ..
/..
/include/dsn_buf.h
866 cleanup_out_recipient.o
: ..
/..
/include/dsn_mask.h
867 cleanup_out_recipient.o
: ..
/..
/include/ext_prop.h
868 cleanup_out_recipient.o
: ..
/..
/include/header_opts.h
869 cleanup_out_recipient.o
: ..
/..
/include/htable.h
870 cleanup_out_recipient.o
: ..
/..
/include/iostuff.h
871 cleanup_out_recipient.o
: ..
/..
/include/mail_conf.h
872 cleanup_out_recipient.o
: ..
/..
/include/mail_params.h
873 cleanup_out_recipient.o
: ..
/..
/include/mail_proto.h
874 cleanup_out_recipient.o
: ..
/..
/include/mail_queue.h
875 cleanup_out_recipient.o
: ..
/..
/include/mail_stream.h
876 cleanup_out_recipient.o
: ..
/..
/include/maps.h
877 cleanup_out_recipient.o
: ..
/..
/include/match_list.h
878 cleanup_out_recipient.o
: ..
/..
/include/match_ops.h
879 cleanup_out_recipient.o
: ..
/..
/include/milter.h
880 cleanup_out_recipient.o
: ..
/..
/include/mime_state.h
881 cleanup_out_recipient.o
: ..
/..
/include/msg.h
882 cleanup_out_recipient.o
: ..
/..
/include/msg_stats.h
883 cleanup_out_recipient.o
: ..
/..
/include/mymalloc.h
884 cleanup_out_recipient.o
: ..
/..
/include/nvtable.h
885 cleanup_out_recipient.o
: ..
/..
/include/rec_type.h
886 cleanup_out_recipient.o
: ..
/..
/include/recipient_list.h
887 cleanup_out_recipient.o
: ..
/..
/include/resolve_clnt.h
888 cleanup_out_recipient.o
: ..
/..
/include/string_list.h
889 cleanup_out_recipient.o
: ..
/..
/include/sys_defs.h
890 cleanup_out_recipient.o
: ..
/..
/include/tok822.h
891 cleanup_out_recipient.o
: ..
/..
/include/trace.h
892 cleanup_out_recipient.o
: ..
/..
/include/vbuf.h
893 cleanup_out_recipient.o
: ..
/..
/include/vstream.h
894 cleanup_out_recipient.o
: ..
/..
/include/vstring.h
895 cleanup_out_recipient.o
: cleanup.h
896 cleanup_out_recipient.o
: cleanup_out_recipient.c
897 cleanup_region.o
: ..
/..
/include/argv.h
898 cleanup_region.o
: ..
/..
/include/attr.h
899 cleanup_region.o
: ..
/..
/include/been_here.h
900 cleanup_region.o
: ..
/..
/include/cleanup_user.h
901 cleanup_region.o
: ..
/..
/include/dict.h
902 cleanup_region.o
: ..
/..
/include/header_opts.h
903 cleanup_region.o
: ..
/..
/include/htable.h
904 cleanup_region.o
: ..
/..
/include/mail_conf.h
905 cleanup_region.o
: ..
/..
/include/mail_stream.h
906 cleanup_region.o
: ..
/..
/include/maps.h
907 cleanup_region.o
: ..
/..
/include/match_list.h
908 cleanup_region.o
: ..
/..
/include/match_ops.h
909 cleanup_region.o
: ..
/..
/include/milter.h
910 cleanup_region.o
: ..
/..
/include/mime_state.h
911 cleanup_region.o
: ..
/..
/include/msg.h
912 cleanup_region.o
: ..
/..
/include/mymalloc.h
913 cleanup_region.o
: ..
/..
/include/nvtable.h
914 cleanup_region.o
: ..
/..
/include/resolve_clnt.h
915 cleanup_region.o
: ..
/..
/include/string_list.h
916 cleanup_region.o
: ..
/..
/include/sys_defs.h
917 cleanup_region.o
: ..
/..
/include/tok822.h
918 cleanup_region.o
: ..
/..
/include/vbuf.h
919 cleanup_region.o
: ..
/..
/include/vstream.h
920 cleanup_region.o
: ..
/..
/include/vstring.h
921 cleanup_region.o
: cleanup.h
922 cleanup_region.o
: cleanup_region.c
923 cleanup_rewrite.o
: ..
/..
/include/argv.h
924 cleanup_rewrite.o
: ..
/..
/include/attr.h
925 cleanup_rewrite.o
: ..
/..
/include/been_here.h
926 cleanup_rewrite.o
: ..
/..
/include/cleanup_user.h
927 cleanup_rewrite.o
: ..
/..
/include/dict.h
928 cleanup_rewrite.o
: ..
/..
/include/header_opts.h
929 cleanup_rewrite.o
: ..
/..
/include/htable.h
930 cleanup_rewrite.o
: ..
/..
/include/iostuff.h
931 cleanup_rewrite.o
: ..
/..
/include/mail_conf.h
932 cleanup_rewrite.o
: ..
/..
/include/mail_proto.h
933 cleanup_rewrite.o
: ..
/..
/include/mail_stream.h
934 cleanup_rewrite.o
: ..
/..
/include/maps.h
935 cleanup_rewrite.o
: ..
/..
/include/match_list.h
936 cleanup_rewrite.o
: ..
/..
/include/match_ops.h
937 cleanup_rewrite.o
: ..
/..
/include/milter.h
938 cleanup_rewrite.o
: ..
/..
/include/mime_state.h
939 cleanup_rewrite.o
: ..
/..
/include/msg.h
940 cleanup_rewrite.o
: ..
/..
/include/mymalloc.h
941 cleanup_rewrite.o
: ..
/..
/include/nvtable.h
942 cleanup_rewrite.o
: ..
/..
/include/quote_822_local.h
943 cleanup_rewrite.o
: ..
/..
/include/quote_flags.h
944 cleanup_rewrite.o
: ..
/..
/include/resolve_clnt.h
945 cleanup_rewrite.o
: ..
/..
/include/rewrite_clnt.h
946 cleanup_rewrite.o
: ..
/..
/include/string_list.h
947 cleanup_rewrite.o
: ..
/..
/include/sys_defs.h
948 cleanup_rewrite.o
: ..
/..
/include/tok822.h
949 cleanup_rewrite.o
: ..
/..
/include/vbuf.h
950 cleanup_rewrite.o
: ..
/..
/include/vstream.h
951 cleanup_rewrite.o
: ..
/..
/include/vstring.h
952 cleanup_rewrite.o
: cleanup.h
953 cleanup_rewrite.o
: cleanup_rewrite.c
954 cleanup_state.o
: ..
/..
/include/argv.h
955 cleanup_state.o
: ..
/..
/include/attr.h
956 cleanup_state.o
: ..
/..
/include/been_here.h
957 cleanup_state.o
: ..
/..
/include/cleanup_user.h
958 cleanup_state.o
: ..
/..
/include/dict.h
959 cleanup_state.o
: ..
/..
/include/header_opts.h
960 cleanup_state.o
: ..
/..
/include/htable.h
961 cleanup_state.o
: ..
/..
/include/iostuff.h
962 cleanup_state.o
: ..
/..
/include/mail_conf.h
963 cleanup_state.o
: ..
/..
/include/mail_params.h
964 cleanup_state.o
: ..
/..
/include/mail_proto.h
965 cleanup_state.o
: ..
/..
/include/mail_stream.h
966 cleanup_state.o
: ..
/..
/include/maps.h
967 cleanup_state.o
: ..
/..
/include/match_list.h
968 cleanup_state.o
: ..
/..
/include/match_ops.h
969 cleanup_state.o
: ..
/..
/include/milter.h
970 cleanup_state.o
: ..
/..
/include/mime_state.h
971 cleanup_state.o
: ..
/..
/include/mymalloc.h
972 cleanup_state.o
: ..
/..
/include/nvtable.h
973 cleanup_state.o
: ..
/..
/include/resolve_clnt.h
974 cleanup_state.o
: ..
/..
/include/string_list.h
975 cleanup_state.o
: ..
/..
/include/sys_defs.h
976 cleanup_state.o
: ..
/..
/include/tok822.h
977 cleanup_state.o
: ..
/..
/include/vbuf.h
978 cleanup_state.o
: ..
/..
/include/vstream.h
979 cleanup_state.o
: ..
/..
/include/vstring.h
980 cleanup_state.o
: cleanup.h
981 cleanup_state.o
: cleanup_state.c