docs/masqmail-cs

changeset 9:b30bdf167fa0 tip

added tables and figures to repo
author meillo@marmaro.de
date Wed, 11 Mar 2009 14:18:28 +0100
parents b75b78a5986e
children
files fig/callgraph.eps fig/mail-agents.eps fig/masqmail-arch-new.eps fig/proxy-setup.eps tbl/func-requirements.tbl tbl/mta-comparison.tbl tbl/mta-market-share.tbl tbl/nonf-requirements.tbl
diffstat 8 files changed, 10370 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fig/callgraph.eps	Wed Mar 11 14:18:28 2009 +0100
     1.3 @@ -0,0 +1,9410 @@
     1.4 +%!PS-Adobe-3.0 EPSF-3.0
     1.5 +%%BoundingBox: 36 36 504 423
     1.6 +%%HiResBoundingBox: 36.000000 36.500000 504.000000 422.500000
     1.7 +%%Creator: Graphviz version 2.20.2 (Sun Oct 12 22:28:10 UTC 2008)
     1.8 +%%For: (meillo) Meillo  r e t u r n s,,,
     1.9 +%%Title: callgraph
    1.10 +%%EndComments
    1.11 +% EPSF created by ps2eps 1.64
    1.12 +%%BeginProlog
    1.13 +save
    1.14 +countdictstack
    1.15 +mark
    1.16 +newpath
    1.17 +/showpage {} def
    1.18 +/setpagedevice {pop} def
    1.19 +%%EndProlog
    1.20 +%%Page 1 1
    1.21 +save
    1.22 +%%BeginProlog
    1.23 +/DotDict 200 dict def
    1.24 +DotDict begin
    1.25 +%%BeginResource: procset graphviz 0 0
    1.26 +/InvScaleFactor 1.0 def
    1.27 +/set_scale {
    1.28 +       dup 1 exch div /InvScaleFactor exch def
    1.29 +       scale
    1.30 +} bind def
    1.31 +% styles
    1.32 +/solid { [] 0 setdash } bind def
    1.33 +/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
    1.34 +/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
    1.35 +/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
    1.36 +/bold { 2 setlinewidth } bind def
    1.37 +/filled { } bind def
    1.38 +/unfilled { } bind def
    1.39 +/rounded { } bind def
    1.40 +/diagonals { } bind def
    1.41 +% hooks for setting color 
    1.42 +/nodecolor { sethsbcolor } bind def
    1.43 +/edgecolor { sethsbcolor } bind def
    1.44 +/graphcolor { sethsbcolor } bind def
    1.45 +/nopcolor {pop pop pop} bind def
    1.46 +/boxprim {				% xcorner ycorner xsize ysize
    1.47 +		4 2 roll
    1.48 +		moveto
    1.49 +		2 copy
    1.50 +		exch 0 rlineto
    1.51 +		0 exch rlineto
    1.52 +		pop neg 0 rlineto
    1.53 +		closepath
    1.54 +} bind def
    1.55 +/ellipse_path {
    1.56 +	/ry exch def
    1.57 +	/rx exch def
    1.58 +	/y exch def
    1.59 +	/x exch def
    1.60 +	matrix currentmatrix
    1.61 +	newpath
    1.62 +	x y translate
    1.63 +	rx ry scale
    1.64 +	0 0 1 0 360 arc
    1.65 +	setmatrix
    1.66 +} bind def
    1.67 +/endpage { showpage } bind def
    1.68 +/showpage { } def
    1.69 +/layercolorseq
    1.70 +	[	% layer color sequence - darkest to lightest
    1.71 +		[0 0 0]
    1.72 +		[.2 .8 .8]
    1.73 +		[.4 .8 .8]
    1.74 +		[.6 .8 .8]
    1.75 +		[.8 .8 .8]
    1.76 +	]
    1.77 +def
    1.78 +/layerlen layercolorseq length def
    1.79 +/setlayer {/maxlayer exch def /curlayer exch def
    1.80 +	layercolorseq curlayer 1 sub layerlen mod get
    1.81 +	aload pop sethsbcolor
    1.82 +	/nodecolor {nopcolor} def
    1.83 +	/edgecolor {nopcolor} def
    1.84 +	/graphcolor {nopcolor} def
    1.85 +} bind def
    1.86 +/onlayer { curlayer ne {invis} if } def
    1.87 +/onlayers {
    1.88 +	/myupper exch def
    1.89 +	/mylower exch def
    1.90 +	curlayer mylower lt
    1.91 +	curlayer myupper gt
    1.92 +	or
    1.93 +	{invis} if
    1.94 +} def
    1.95 +/curlayer 0 def
    1.96 +%%EndResource
    1.97 +%%EndProlog
    1.98 +%%BeginSetup
    1.99 +1 setmiterlimit
   1.100 +% /arrowlength 10 def
   1.101 +% /arrowwidth 5 def
   1.102 +% make sure pdfmark is harmless for PS-interpreters other than Distiller
   1.103 +/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
   1.104 +% make '<<' and '>>' safe on PS Level 1 devices
   1.105 +/languagelevel where {pop languagelevel}{1} ifelse
   1.106 +2 lt {
   1.107 +    userdict (<<) cvn ([) cvn load put
   1.108 +    userdict (>>) cvn ([) cvn load put
   1.109 +} if
   1.110 +%%EndSetup
   1.111 +%%Page: 1 1
   1.112 +%%PageBoundingBox: 36 36 540 458
   1.113 +%%PageOrientation: Portrait
   1.114 +gsave
   1.115 +36 36 504 422 boxprim clip newpath
   1.116 +0.114545 0.114545 set_scale 0 rotate 318.286 318.286 translate
   1.117 +% skip_comment
   1.118 +gsave
   1.119 +1 setlinewidth
   1.120 +0.000 0.000 0.000 nodecolor
   1.121 +4294 1674 68.79 18 ellipse_path stroke
   1.122 +0.000 0.000 0.000 nodecolor
   1.123 +grestore
   1.124 +% skip_comment->skip_comment
   1.125 +gsave
   1.126 +1 setlinewidth
   1.127 +solid
   1.128 +0.000 0.000 0.000 edgecolor
   1.129 +newpath 4255 1689 moveto
   1.130 +4243 1700 4256 1710 4294 1710 curveto
   1.131 +4321 1710 4335 1705 4337 1698 curveto
   1.132 +stroke
   1.133 +0.000 0.000 0.000 edgecolor
   1.134 +newpath 4340.26 1696.72 moveto
   1.135 +4333 1689 lineto
   1.136 +4333.86 1699.56 lineto
   1.137 +closepath fill
   1.138 +1 setlinewidth
   1.139 +solid
   1.140 +0.000 0.000 0.000 edgecolor
   1.141 +newpath 4340.26 1696.72 moveto
   1.142 +4333 1689 lineto
   1.143 +4333.86 1699.56 lineto
   1.144 +closepath stroke
   1.145 +grestore
   1.146 +% parse_address_list
   1.147 +gsave
   1.148 +1 setlinewidth
   1.149 +0.000 0.000 0.000 nodecolor
   1.150 +3031 1902 82.89 18 ellipse_path stroke
   1.151 +0.000 0.000 0.000 nodecolor
   1.152 +grestore
   1.153 +% parse_list
   1.154 +gsave
   1.155 +1 setlinewidth
   1.156 +0.000 0.000 0.000 nodecolor
   1.157 +3284 1967 47.95 18 ellipse_path stroke
   1.158 +0.000 0.000 0.000 nodecolor
   1.159 +grestore
   1.160 +% parse_address_list->parse_list
   1.161 +gsave
   1.162 +1 setlinewidth
   1.163 +solid
   1.164 +0.000 0.000 0.000 edgecolor
   1.165 +newpath 3085 1916 moveto
   1.166 +3130 1927 3191 1943 3234 1955 curveto
   1.167 +stroke
   1.168 +0.000 0.000 0.000 edgecolor
   1.169 +newpath 3233.51 1958.47 moveto
   1.170 +3244 1957 lineto
   1.171 +3234.88 1951.61 lineto
   1.172 +closepath fill
   1.173 +1 setlinewidth
   1.174 +solid
   1.175 +0.000 0.000 0.000 edgecolor
   1.176 +newpath 3233.51 1958.47 moveto
   1.177 +3244 1957 lineto
   1.178 +3234.88 1951.61 lineto
   1.179 +closepath stroke
   1.180 +grestore
   1.181 +% create_address
   1.182 +gsave
   1.183 +1 setlinewidth
   1.184 +0.000 0.000 0.000 nodecolor
   1.185 +3537 1404 68.99 18 ellipse_path stroke
   1.186 +0.000 0.000 0.000 nodecolor
   1.187 +grestore
   1.188 +% parse_address_list->create_address
   1.189 +gsave
   1.190 +1 setlinewidth
   1.191 +solid
   1.192 +0.000 0.000 0.000 edgecolor
   1.193 +newpath 3049 1884 moveto
   1.194 +3073 1859 3116 1810 3140 1761 curveto
   1.195 +3170 1700 3128 1661 3176 1615 curveto
   1.196 +3247 1547 3321 1639 3392 1572 curveto
   1.197 +3439 1527 3383 1476 3428 1431 curveto
   1.198 +3437 1422 3448 1416 3460 1412 curveto
   1.199 +stroke
   1.200 +0.000 0.000 0.000 edgecolor
   1.201 +newpath 3461.43 1415.23 moveto
   1.202 +3470 1409 lineto
   1.203 +3459.42 1408.52 lineto
   1.204 +closepath fill
   1.205 +1 setlinewidth
   1.206 +solid
   1.207 +0.000 0.000 0.000 edgecolor
   1.208 +newpath 3461.43 1415.23 moveto
   1.209 +3470 1409 lineto
   1.210 +3459.42 1408.52 lineto
   1.211 +closepath stroke
   1.212 +grestore
   1.213 +% _create_address
   1.214 +gsave
   1.215 +1 setlinewidth
   1.216 +0.000 0.000 0.000 nodecolor
   1.217 +3805 1566 75.05 18 ellipse_path stroke
   1.218 +0.000 0.000 0.000 nodecolor
   1.219 +grestore
   1.220 +% create_address->_create_address
   1.221 +gsave
   1.222 +1 setlinewidth
   1.223 +solid
   1.224 +0.000 0.000 0.000 edgecolor
   1.225 +newpath 3597 1413 moveto
   1.226 +3613 1417 3631 1423 3646 1431 curveto
   1.227 +3701 1459 3754 1510 3782 1540 curveto
   1.228 +stroke
   1.229 +0.000 0.000 0.000 edgecolor
   1.230 +newpath 3779.78 1542.78 moveto
   1.231 +3789 1548 lineto
   1.232 +3785.05 1538.17 lineto
   1.233 +closepath fill
   1.234 +1 setlinewidth
   1.235 +solid
   1.236 +0.000 0.000 0.000 edgecolor
   1.237 +newpath 3779.78 1542.78 moveto
   1.238 +3789 1548 lineto
   1.239 +3785.05 1538.17 lineto
   1.240 +closepath stroke
   1.241 +grestore
   1.242 +% destroy_message
   1.243 +gsave
   1.244 +1 setlinewidth
   1.245 +0.000 0.000 0.000 nodecolor
   1.246 +771 2060 78.02 18 ellipse_path stroke
   1.247 +0.000 0.000 0.000 nodecolor
   1.248 +grestore
   1.249 +% msg_free_data
   1.250 +gsave
   1.251 +1 setlinewidth
   1.252 +0.000 0.000 0.000 nodecolor
   1.253 +3284 2803 68.79 18 ellipse_path stroke
   1.254 +0.000 0.000 0.000 nodecolor
   1.255 +grestore
   1.256 +% destroy_message->msg_free_data
   1.257 +gsave
   1.258 +1 setlinewidth
   1.259 +solid
   1.260 +0.000 0.000 0.000 edgecolor
   1.261 +newpath 848 2064 moveto
   1.262 +1024 2074 1469 2106 1832 2185 curveto
   1.263 +1963 2213 1999 2217 2118 2277 curveto
   1.264 +2267 2350 2279 2410 2422 2492 curveto
   1.265 +2520 2547 2547 2557 2652 2595 curveto
   1.266 +2754 2630 2808 2582 2886 2656 curveto
   1.267 +2924 2690 2883 2732 2922 2765 curveto
   1.268 +2944 2782 3107 2793 3206 2799 curveto
   1.269 +stroke
   1.270 +0.000 0.000 0.000 edgecolor
   1.271 +newpath 3205.7 2802.49 moveto
   1.272 +3216 2800 lineto
   1.273 +3206.4 2795.52 lineto
   1.274 +closepath fill
   1.275 +1 setlinewidth
   1.276 +solid
   1.277 +0.000 0.000 0.000 edgecolor
   1.278 +newpath 3205.7 2802.49 moveto
   1.279 +3216 2800 lineto
   1.280 +3206.4 2795.52 lineto
   1.281 +closepath stroke
   1.282 +grestore
   1.283 +% table_read
   1.284 +gsave
   1.285 +1 setlinewidth
   1.286 +0.000 0.000 0.000 nodecolor
   1.287 +1442 1702 50.92 18 ellipse_path stroke
   1.288 +0.000 0.000 0.000 nodecolor
   1.289 +grestore
   1.290 +% parse_table_pair
   1.291 +gsave
   1.292 +1 setlinewidth
   1.293 +0.000 0.000 0.000 nodecolor
   1.294 +3031 1452 75.05 18 ellipse_path stroke
   1.295 +0.000 0.000 0.000 nodecolor
   1.296 +grestore
   1.297 +% table_read->parse_table_pair
   1.298 +gsave
   1.299 +1 setlinewidth
   1.300 +solid
   1.301 +0.000 0.000 0.000 edgecolor
   1.302 +newpath 1446 1684 moveto
   1.303 +1469 1589 1577 1144 1578 1142 curveto
   1.304 +1634 1096 2832 1051 2886 1099 curveto
   1.305 +2935 1142 2887 1333 2922 1387 curveto
   1.306 +2935 1408 2958 1423 2979 1433 curveto
   1.307 +stroke
   1.308 +0.000 0.000 0.000 edgecolor
   1.309 +newpath 2977.44 1436.14 moveto
   1.310 +2988 1437 lineto
   1.311 +2980.28 1429.74 lineto
   1.312 +closepath fill
   1.313 +1 setlinewidth
   1.314 +solid
   1.315 +0.000 0.000 0.000 edgecolor
   1.316 +newpath 2977.44 1436.14 moveto
   1.317 +2988 1437 lineto
   1.318 +2980.28 1429.74 lineto
   1.319 +closepath stroke
   1.320 +grestore
   1.321 +% read_queue
   1.322 +gsave
   1.323 +1 setlinewidth
   1.324 +0.000 0.000 0.000 nodecolor
   1.325 +578 1158 55.79 18 ellipse_path stroke
   1.326 +0.000 0.000 0.000 nodecolor
   1.327 +grestore
   1.328 +% msg_spool_read
   1.329 +gsave
   1.330 +1 setlinewidth
   1.331 +0.000 0.000 0.000 nodecolor
   1.332 +771 1120 75.94 18 ellipse_path stroke
   1.333 +0.000 0.000 0.000 nodecolor
   1.334 +grestore
   1.335 +% read_queue->msg_spool_read
   1.336 +gsave
   1.337 +1 setlinewidth
   1.338 +solid
   1.339 +0.000 0.000 0.000 edgecolor
   1.340 +newpath 626 1149 moveto
   1.341 +649 1145 677 1139 702 1134 curveto
   1.342 +stroke
   1.343 +0.000 0.000 0.000 edgecolor
   1.344 +newpath 702.88 1137.39 moveto
   1.345 +712 1132 lineto
   1.346 +701.51 1130.53 lineto
   1.347 +closepath fill
   1.348 +1 setlinewidth
   1.349 +solid
   1.350 +0.000 0.000 0.000 edgecolor
   1.351 +newpath 702.88 1137.39 moveto
   1.352 +712 1132 lineto
   1.353 +701.51 1130.53 lineto
   1.354 +closepath stroke
   1.355 +grestore
   1.356 +% spool_read_header
   1.357 +gsave
   1.358 +1 setlinewidth
   1.359 +0.000 0.000 0.000 nodecolor
   1.360 +3031 364 84.97 18 ellipse_path stroke
   1.361 +0.000 0.000 0.000 nodecolor
   1.362 +grestore
   1.363 +% msg_spool_read->spool_read_header
   1.364 +gsave
   1.365 +1 setlinewidth
   1.366 +solid
   1.367 +0.000 0.000 0.000 edgecolor
   1.368 +newpath 778 1102 moveto
   1.369 +793 1065 832 980 886 925 curveto
   1.370 +1090 719 1153 586 1442 586 curveto
   1.371 +1442 586 1442 586 1705 586 curveto
   1.372 +1956 586 2725 429 2961 379 curveto
   1.373 +stroke
   1.374 +0.000 0.000 0.000 edgecolor
   1.375 +newpath 2961.88 382.39 moveto
   1.376 +2971 377 lineto
   1.377 +2960.51 375.53 lineto
   1.378 +closepath fill
   1.379 +1 setlinewidth
   1.380 +solid
   1.381 +0.000 0.000 0.000 edgecolor
   1.382 +newpath 2961.88 382.39 moveto
   1.383 +2971 377 lineto
   1.384 +2960.51 375.53 lineto
   1.385 +closepath stroke
   1.386 +grestore
   1.387 +% spool_read_data
   1.388 +gsave
   1.389 +1 setlinewidth
   1.390 +0.000 0.000 0.000 nodecolor
   1.391 +3284 1512 75.94 18 ellipse_path stroke
   1.392 +0.000 0.000 0.000 nodecolor
   1.393 +grestore
   1.394 +% msg_spool_read->spool_read_data
   1.395 +gsave
   1.396 +1 setlinewidth
   1.397 +solid
   1.398 +0.000 0.000 0.000 edgecolor
   1.399 +newpath 841 1113 moveto
   1.400 +1028 1093 1554 1043 1993 1042 curveto
   1.401 +1993 1042 1993 1042 2769 1042 curveto
   1.402 +2979 1042 3035 1153 3140 1333 curveto
   1.403 +3170 1382 3140 1413 3176 1458 curveto
   1.404 +3190 1473 3208 1485 3227 1494 curveto
   1.405 +stroke
   1.406 +0.000 0.000 0.000 edgecolor
   1.407 +newpath 3225.44 1497.14 moveto
   1.408 +3236 1498 lineto
   1.409 +3228.28 1490.74 lineto
   1.410 +closepath fill
   1.411 +1 setlinewidth
   1.412 +solid
   1.413 +0.000 0.000 0.000 edgecolor
   1.414 +newpath 3225.44 1497.14 moveto
   1.415 +3236 1498 lineto
   1.416 +3228.28 1490.74 lineto
   1.417 +closepath stroke
   1.418 +grestore
   1.419 +% create_message
   1.420 +gsave
   1.421 +1 setlinewidth
   1.422 +0.000 0.000 0.000 nodecolor
   1.423 +961 1044 71.77 18 ellipse_path stroke
   1.424 +0.000 0.000 0.000 nodecolor
   1.425 +grestore
   1.426 +% msg_spool_read->create_message
   1.427 +gsave
   1.428 +1 setlinewidth
   1.429 +solid
   1.430 +0.000 0.000 0.000 edgecolor
   1.431 +newpath 810 1104 moveto
   1.432 +840 1092 880 1076 912 1063 curveto
   1.433 +stroke
   1.434 +0.000 0.000 0.000 edgecolor
   1.435 +newpath 914.02 1065.96 moveto
   1.436 +922 1059 lineto
   1.437 +911.42 1059.46 lineto
   1.438 +closepath fill
   1.439 +1 setlinewidth
   1.440 +solid
   1.441 +0.000 0.000 0.000 edgecolor
   1.442 +newpath 914.02 1065.96 moveto
   1.443 +922 1059 lineto
   1.444 +911.42 1059.46 lineto
   1.445 +closepath stroke
   1.446 +grestore
   1.447 +% smtp_out_init
   1.448 +gsave
   1.449 +1 setlinewidth
   1.450 +0.000 0.000 0.000 nodecolor
   1.451 +2519 1326 64.12 18 ellipse_path stroke
   1.452 +0.000 0.000 0.000 nodecolor
   1.453 +grestore
   1.454 +% check_response
   1.455 +gsave
   1.456 +1 setlinewidth
   1.457 +0.000 0.000 0.000 nodecolor
   1.458 +2769 1234 73.85 18 ellipse_path stroke
   1.459 +0.000 0.000 0.000 nodecolor
   1.460 +grestore
   1.461 +% smtp_out_init->check_response
   1.462 +gsave
   1.463 +1 setlinewidth
   1.464 +solid
   1.465 +0.000 0.000 0.000 edgecolor
   1.466 +newpath 2568 1314 moveto
   1.467 +2584 1309 2601 1303 2616 1294 curveto
   1.468 +2635 1284 2633 1272 2652 1261 curveto
   1.469 +2665 1254 2680 1249 2695 1245 curveto
   1.470 +stroke
   1.471 +0.000 0.000 0.000 edgecolor
   1.472 +newpath 2695.88 1248.39 moveto
   1.473 +2705 1243 lineto
   1.474 +2694.51 1241.53 lineto
   1.475 +closepath fill
   1.476 +1 setlinewidth
   1.477 +solid
   1.478 +0.000 0.000 0.000 edgecolor
   1.479 +newpath 2695.88 1248.39 moveto
   1.480 +2705 1243 lineto
   1.481 +2694.51 1241.53 lineto
   1.482 +closepath stroke
   1.483 +grestore
   1.484 +% smtp_out_log_failure
   1.485 +gsave
   1.486 +1 setlinewidth
   1.487 +0.000 0.000 0.000 nodecolor
   1.488 +2769 1288 93.81 18 ellipse_path stroke
   1.489 +0.000 0.000 0.000 nodecolor
   1.490 +grestore
   1.491 +% smtp_out_init->smtp_out_log_failure
   1.492 +gsave
   1.493 +1 setlinewidth
   1.494 +solid
   1.495 +0.000 0.000 0.000 edgecolor
   1.496 +newpath 2576 1317 moveto
   1.497 +2608 1312 2649 1306 2685 1301 curveto
   1.498 +stroke
   1.499 +0.000 0.000 0.000 edgecolor
   1.500 +newpath 2685.88 1304.39 moveto
   1.501 +2695 1299 lineto
   1.502 +2684.51 1297.53 lineto
   1.503 +closepath fill
   1.504 +1 setlinewidth
   1.505 +solid
   1.506 +0.000 0.000 0.000 edgecolor
   1.507 +newpath 2685.88 1304.39 moveto
   1.508 +2695 1299 lineto
   1.509 +2684.51 1297.53 lineto
   1.510 +closepath stroke
   1.511 +grestore
   1.512 +% read_response
   1.513 +gsave
   1.514 +1 setlinewidth
   1.515 +0.000 0.000 0.000 nodecolor
   1.516 +2769 1180 68.1 18 ellipse_path stroke
   1.517 +0.000 0.000 0.000 nodecolor
   1.518 +grestore
   1.519 +% smtp_out_init->read_response
   1.520 +gsave
   1.521 +1 setlinewidth
   1.522 +solid
   1.523 +0.000 0.000 0.000 edgecolor
   1.524 +newpath 2574 1316 moveto
   1.525 +2589 1312 2604 1305 2616 1294 curveto
   1.526 +2647 1266 2621 1235 2652 1207 curveto
   1.527 +2663 1197 2678 1191 2693 1186 curveto
   1.528 +stroke
   1.529 +0.000 0.000 0.000 edgecolor
   1.530 +newpath 2693.88 1189.39 moveto
   1.531 +2703 1184 lineto
   1.532 +2692.51 1182.53 lineto
   1.533 +closepath fill
   1.534 +1 setlinewidth
   1.535 +solid
   1.536 +0.000 0.000 0.000 edgecolor
   1.537 +newpath 2693.88 1189.39 moveto
   1.538 +2703 1184 lineto
   1.539 +2692.51 1182.53 lineto
   1.540 +closepath stroke
   1.541 +grestore
   1.542 +% get_response_arg
   1.543 +gsave
   1.544 +1 setlinewidth
   1.545 +0.000 0.000 0.000 nodecolor
   1.546 +2769 1126 79.91 18 ellipse_path stroke
   1.547 +0.000 0.000 0.000 nodecolor
   1.548 +grestore
   1.549 +% smtp_out_init->get_response_arg
   1.550 +gsave
   1.551 +1 setlinewidth
   1.552 +solid
   1.553 +0.000 0.000 0.000 edgecolor
   1.554 +newpath 2576 1317 moveto
   1.555 +2591 1313 2606 1305 2616 1294 curveto
   1.556 +2661 1247 2606 1199 2652 1153 curveto
   1.557 +2661 1144 2671 1139 2682 1135 curveto
   1.558 +stroke
   1.559 +0.000 0.000 0.000 edgecolor
   1.560 +newpath 2684.02 1137.96 moveto
   1.561 +2692 1131 lineto
   1.562 +2681.42 1131.46 lineto
   1.563 +closepath fill
   1.564 +1 setlinewidth
   1.565 +solid
   1.566 +0.000 0.000 0.000 edgecolor
   1.567 +newpath 2684.02 1137.96 moveto
   1.568 +2692 1131 lineto
   1.569 +2681.42 1131.46 lineto
   1.570 +closepath stroke
   1.571 +grestore
   1.572 +% read_sockline
   1.573 +gsave
   1.574 +1 setlinewidth
   1.575 +0.000 0.000 0.000 nodecolor
   1.576 +3284 253 64.12 18 ellipse_path stroke
   1.577 +0.000 0.000 0.000 nodecolor
   1.578 +grestore
   1.579 +% read_response->read_sockline
   1.580 +gsave
   1.581 +1 setlinewidth
   1.582 +solid
   1.583 +0.000 0.000 0.000 edgecolor
   1.584 +newpath 2837 1179 moveto
   1.585 +2856 1176 2874 1168 2886 1153 curveto
   1.586 +2945 1084 2863 406 2922 337 curveto
   1.587 +2987 263 3044 318 3140 294 curveto
   1.588 +3170 287 3204 277 3231 270 curveto
   1.589 +stroke
   1.590 +0.000 0.000 0.000 edgecolor
   1.591 +newpath 3232.43 273.23 moveto
   1.592 +3241 267 lineto
   1.593 +3230.42 266.52 lineto
   1.594 +closepath fill
   1.595 +1 setlinewidth
   1.596 +solid
   1.597 +0.000 0.000 0.000 edgecolor
   1.598 +newpath 3232.43 273.23 moveto
   1.599 +3241 267 lineto
   1.600 +3230.42 266.52 lineto
   1.601 +closepath stroke
   1.602 +grestore
   1.603 +% deliver_finish_list
   1.604 +gsave
   1.605 +1 setlinewidth
   1.606 +0.000 0.000 0.000 nodecolor
   1.607 +2270 2208 79.22 18 ellipse_path stroke
   1.608 +0.000 0.000 0.000 nodecolor
   1.609 +grestore
   1.610 +% deliver_finish
   1.611 +gsave
   1.612 +1 setlinewidth
   1.613 +0.000 0.000 0.000 nodecolor
   1.614 +2519 2208 62.04 18 ellipse_path stroke
   1.615 +0.000 0.000 0.000 nodecolor
   1.616 +grestore
   1.617 +% deliver_finish_list->deliver_finish
   1.618 +gsave
   1.619 +1 setlinewidth
   1.620 +solid
   1.621 +0.000 0.000 0.000 edgecolor
   1.622 +newpath 2349 2208 moveto
   1.623 +2380 2208 2416 2208 2446 2208 curveto
   1.624 +stroke
   1.625 +0.000 0.000 0.000 edgecolor
   1.626 +newpath 2446 2211.5 moveto
   1.627 +2456 2208 lineto
   1.628 +2446 2204.5 lineto
   1.629 +closepath fill
   1.630 +1 setlinewidth
   1.631 +solid
   1.632 +0.000 0.000 0.000 edgecolor
   1.633 +newpath 2446 2211.5 moveto
   1.634 +2456 2208 lineto
   1.635 +2446 2204.5 lineto
   1.636 +closepath stroke
   1.637 +grestore
   1.638 +% addr_is_finished_children
   1.639 +gsave
   1.640 +1 setlinewidth
   1.641 +0.000 0.000 0.000 nodecolor
   1.642 +2769 2334 111.88 18 ellipse_path stroke
   1.643 +0.000 0.000 0.000 nodecolor
   1.644 +grestore
   1.645 +% deliver_finish->addr_is_finished_children
   1.646 +gsave
   1.647 +1 setlinewidth
   1.648 +solid
   1.649 +0.000 0.000 0.000 edgecolor
   1.650 +newpath 2537 2225 moveto
   1.651 +2562 2248 2607 2286 2652 2307 curveto
   1.652 +2662 2312 2672 2315 2682 2318 curveto
   1.653 +stroke
   1.654 +0.000 0.000 0.000 edgecolor
   1.655 +newpath 2681.42 2321.48 moveto
   1.656 +2692 2321 lineto
   1.657 +2683.43 2314.77 lineto
   1.658 +closepath fill
   1.659 +1 setlinewidth
   1.660 +solid
   1.661 +0.000 0.000 0.000 edgecolor
   1.662 +newpath 2681.42 2321.48 moveto
   1.663 +2692 2321 lineto
   1.664 +2683.43 2314.77 lineto
   1.665 +closepath stroke
   1.666 +grestore
   1.667 +% spool_delete_all
   1.668 +gsave
   1.669 +1 setlinewidth
   1.670 +0.000 0.000 0.000 nodecolor
   1.671 +2769 1780 73.85 18 ellipse_path stroke
   1.672 +0.000 0.000 0.000 nodecolor
   1.673 +grestore
   1.674 +% deliver_finish->spool_delete_all
   1.675 +gsave
   1.676 +1 setlinewidth
   1.677 +solid
   1.678 +0.000 0.000 0.000 edgecolor
   1.679 +newpath 2542 2191 moveto
   1.680 +2565 2173 2600 2141 2616 2106 curveto
   1.681 +2673 1986 2566 1911 2652 1812 curveto
   1.682 +2662 1801 2675 1793 2688 1789 curveto
   1.683 +stroke
   1.684 +0.000 0.000 0.000 edgecolor
   1.685 +newpath 2689.43 1792.23 moveto
   1.686 +2698 1786 lineto
   1.687 +2687.42 1785.52 lineto
   1.688 +closepath fill
   1.689 +1 setlinewidth
   1.690 +solid
   1.691 +0.000 0.000 0.000 edgecolor
   1.692 +newpath 2689.43 1792.23 moveto
   1.693 +2698 1786 lineto
   1.694 +2687.42 1785.52 lineto
   1.695 +closepath stroke
   1.696 +grestore
   1.697 +% addr_is_delivered_children
   1.698 +gsave
   1.699 +1 setlinewidth
   1.700 +0.000 0.000 0.000 nodecolor
   1.701 +2769 2208 116.24 18 ellipse_path stroke
   1.702 +0.000 0.000 0.000 nodecolor
   1.703 +grestore
   1.704 +% deliver_finish->addr_is_delivered_children
   1.705 +gsave
   1.706 +1 setlinewidth
   1.707 +solid
   1.708 +0.000 0.000 0.000 edgecolor
   1.709 +newpath 2582 2208 moveto
   1.710 +2600 2208 2621 2208 2642 2208 curveto
   1.711 +stroke
   1.712 +0.000 0.000 0.000 edgecolor
   1.713 +newpath 2642 2211.5 moveto
   1.714 +2652 2208 lineto
   1.715 +2642 2204.5 lineto
   1.716 +closepath fill
   1.717 +1 setlinewidth
   1.718 +solid
   1.719 +0.000 0.000 0.000 edgecolor
   1.720 +newpath 2642 2211.5 moveto
   1.721 +2652 2208 lineto
   1.722 +2642 2204.5 lineto
   1.723 +closepath stroke
   1.724 +grestore
   1.725 +% spool_write
   1.726 +gsave
   1.727 +1 setlinewidth
   1.728 +0.000 0.000 0.000 nodecolor
   1.729 +2769 654 56.98 18 ellipse_path stroke
   1.730 +0.000 0.000 0.000 nodecolor
   1.731 +grestore
   1.732 +% deliver_finish->spool_write
   1.733 +gsave
   1.734 +1 setlinewidth
   1.735 +solid
   1.736 +0.000 0.000 0.000 edgecolor
   1.737 +newpath 2523 2190 moveto
   1.738 +2537 2118 2590 1847 2616 1623 curveto
   1.739 +2644 1391 2615 1329 2652 1099 curveto
   1.740 +2679 939 2737 751 2760 682 curveto
   1.741 +stroke
   1.742 +0.000 0.000 0.000 edgecolor
   1.743 +newpath 2763.48 682.58 moveto
   1.744 +2763 672 lineto
   1.745 +2756.77 680.57 lineto
   1.746 +closepath fill
   1.747 +1 setlinewidth
   1.748 +solid
   1.749 +0.000 0.000 0.000 edgecolor
   1.750 +newpath 2763.48 682.58 moveto
   1.751 +2763 672 lineto
   1.752 +2756.77 680.57 lineto
   1.753 +closepath stroke
   1.754 +grestore
   1.755 +% update_non_rcpt_list
   1.756 +gsave
   1.757 +1 setlinewidth
   1.758 +0.000 0.000 0.000 nodecolor
   1.759 +2769 2280 93.81 18 ellipse_path stroke
   1.760 +0.000 0.000 0.000 nodecolor
   1.761 +grestore
   1.762 +% deliver_finish->update_non_rcpt_list
   1.763 +gsave
   1.764 +1 setlinewidth
   1.765 +solid
   1.766 +0.000 0.000 0.000 edgecolor
   1.767 +newpath 2558 2222 moveto
   1.768 +2585 2231 2620 2243 2652 2253 curveto
   1.769 +2667 2257 2682 2260 2696 2264 curveto
   1.770 +stroke
   1.771 +0.000 0.000 0.000 edgecolor
   1.772 +newpath 2695.51 2267.47 moveto
   1.773 +2706 2266 lineto
   1.774 +2696.88 2260.61 lineto
   1.775 +closepath fill
   1.776 +1 setlinewidth
   1.777 +solid
   1.778 +0.000 0.000 0.000 edgecolor
   1.779 +newpath 2695.51 2267.47 moveto
   1.780 +2706 2266 lineto
   1.781 +2696.88 2260.61 lineto
   1.782 +closepath stroke
   1.783 +grestore
   1.784 +% resolve_dns_a
   1.785 +gsave
   1.786 +1 setlinewidth
   1.787 +0.000 0.000 0.000 nodecolor
   1.788 +3284 2306 66.9 18 ellipse_path stroke
   1.789 +0.000 0.000 0.000 nodecolor
   1.790 +grestore
   1.791 +% dns_resolve
   1.792 +gsave
   1.793 +1 setlinewidth
   1.794 +0.000 0.000 0.000 nodecolor
   1.795 +3537 2252 57.87 18 ellipse_path stroke
   1.796 +0.000 0.000 0.000 nodecolor
   1.797 +grestore
   1.798 +% resolve_dns_a->dns_resolve
   1.799 +gsave
   1.800 +1 setlinewidth
   1.801 +solid
   1.802 +0.000 0.000 0.000 edgecolor
   1.803 +newpath 3337 2295 moveto
   1.804 +3379 2286 3436 2274 3479 2264 curveto
   1.805 +stroke
   1.806 +0.000 0.000 0.000 edgecolor
   1.807 +newpath 3479.88 2267.39 moveto
   1.808 +3489 2262 lineto
   1.809 +3478.51 2260.53 lineto
   1.810 +closepath fill
   1.811 +1 setlinewidth
   1.812 +solid
   1.813 +0.000 0.000 0.000 edgecolor
   1.814 +newpath 3479.88 2267.39 moveto
   1.815 +3489 2262 lineto
   1.816 +3478.51 2260.53 lineto
   1.817 +closepath stroke
   1.818 +grestore
   1.819 +% dns_next
   1.820 +gsave
   1.821 +1 setlinewidth
   1.822 +0.000 0.000 0.000 nodecolor
   1.823 +3537 2306 46.06 18 ellipse_path stroke
   1.824 +0.000 0.000 0.000 nodecolor
   1.825 +grestore
   1.826 +% resolve_dns_a->dns_next
   1.827 +gsave
   1.828 +1 setlinewidth
   1.829 +solid
   1.830 +0.000 0.000 0.000 edgecolor
   1.831 +newpath 3352 2306 moveto
   1.832 +3392 2306 3442 2306 3480 2306 curveto
   1.833 +stroke
   1.834 +0.000 0.000 0.000 edgecolor
   1.835 +newpath 3480 2309.5 moveto
   1.836 +3490 2306 lineto
   1.837 +3480 2302.5 lineto
   1.838 +closepath fill
   1.839 +1 setlinewidth
   1.840 +solid
   1.841 +0.000 0.000 0.000 edgecolor
   1.842 +newpath 3480 2309.5 moveto
   1.843 +3490 2306 lineto
   1.844 +3480 2302.5 lineto
   1.845 +closepath stroke
   1.846 +grestore
   1.847 +% addr_is_local
   1.848 +gsave
   1.849 +1 setlinewidth
   1.850 +0.000 0.000 0.000 nodecolor
   1.851 +3031 3406 63.93 18 ellipse_path stroke
   1.852 +0.000 0.000 0.000 nodecolor
   1.853 +grestore
   1.854 +% create_address_qualified
   1.855 +gsave
   1.856 +1 setlinewidth
   1.857 +0.000 0.000 0.000 nodecolor
   1.858 +3284 1431 107.21 18 ellipse_path stroke
   1.859 +0.000 0.000 0.000 nodecolor
   1.860 +grestore
   1.861 +% addr_is_local->create_address_qualified
   1.862 +gsave
   1.863 +1 setlinewidth
   1.864 +solid
   1.865 +0.000 0.000 0.000 edgecolor
   1.866 +newpath 3038 3388 moveto
   1.867 +3059 3334 3119 3170 3140 3029 curveto
   1.868 +3154 2944 3131 1557 3176 1485 curveto
   1.869 +3186 1470 3201 1458 3217 1450 curveto
   1.870 +stroke
   1.871 +0.000 0.000 0.000 edgecolor
   1.872 +newpath 3218.28 1453.26 moveto
   1.873 +3226 1446 lineto
   1.874 +3215.44 1446.86 lineto
   1.875 +closepath fill
   1.876 +1 setlinewidth
   1.877 +solid
   1.878 +0.000 0.000 0.000 edgecolor
   1.879 +newpath 3218.28 1453.26 moveto
   1.880 +3226 1446 lineto
   1.881 +3215.44 1446.86 lineto
   1.882 +closepath stroke
   1.883 +grestore
   1.884 +% addr_isequal
   1.885 +gsave
   1.886 +1 setlinewidth
   1.887 +0.000 0.000 0.000 nodecolor
   1.888 +3537 3558 59.96 18 ellipse_path stroke
   1.889 +0.000 0.000 0.000 nodecolor
   1.890 +grestore
   1.891 +% addr_is_local->addr_isequal
   1.892 +gsave
   1.893 +1 setlinewidth
   1.894 +solid
   1.895 +0.000 0.000 0.000 edgecolor
   1.896 +newpath 3076 3419 moveto
   1.897 +3096 3425 3119 3431 3140 3438 curveto
   1.898 +3269 3477 3299 3494 3428 3531 curveto
   1.899 +3445 3535 3463 3540 3480 3544 curveto
   1.900 +stroke
   1.901 +0.000 0.000 0.000 edgecolor
   1.902 +newpath 3479.42 3547.48 moveto
   1.903 +3490 3547 lineto
   1.904 +3481.43 3540.77 lineto
   1.905 +closepath fill
   1.906 +1 setlinewidth
   1.907 +solid
   1.908 +0.000 0.000 0.000 edgecolor
   1.909 +newpath 3479.42 3547.48 moveto
   1.910 +3490 3547 lineto
   1.911 +3481.43 3540.77 lineto
   1.912 +closepath stroke
   1.913 +grestore
   1.914 +% destroy_address
   1.915 +gsave
   1.916 +1 setlinewidth
   1.917 +0.000 0.000 0.000 nodecolor
   1.918 +3284 3268 75.24 18 ellipse_path stroke
   1.919 +0.000 0.000 0.000 nodecolor
   1.920 +grestore
   1.921 +% addr_is_local->destroy_address
   1.922 +gsave
   1.923 +1 setlinewidth
   1.924 +solid
   1.925 +0.000 0.000 0.000 edgecolor
   1.926 +newpath 3049 3389 moveto
   1.927 +3074 3364 3125 3319 3176 3295 curveto
   1.928 +3188 3289 3201 3285 3213 3282 curveto
   1.929 +stroke
   1.930 +0.000 0.000 0.000 edgecolor
   1.931 +newpath 3214.43 3285.23 moveto
   1.932 +3223 3279 lineto
   1.933 +3212.42 3278.52 lineto
   1.934 +closepath fill
   1.935 +1 setlinewidth
   1.936 +solid
   1.937 +0.000 0.000 0.000 edgecolor
   1.938 +newpath 3214.43 3285.23 moveto
   1.939 +3223 3279 lineto
   1.940 +3212.42 3278.52 lineto
   1.941 +closepath stroke
   1.942 +grestore
   1.943 +% create_address_qualified->create_address
   1.944 +gsave
   1.945 +1 setlinewidth
   1.946 +solid
   1.947 +0.000 0.000 0.000 edgecolor
   1.948 +newpath 3375 1421 moveto
   1.949 +3404 1418 3435 1415 3463 1412 curveto
   1.950 +stroke
   1.951 +0.000 0.000 0.000 edgecolor
   1.952 +newpath 3463.4 1415.48 moveto
   1.953 +3473 1411 lineto
   1.954 +3462.7 1408.51 lineto
   1.955 +closepath fill
   1.956 +1 setlinewidth
   1.957 +solid
   1.958 +0.000 0.000 0.000 edgecolor
   1.959 +newpath 3463.4 1415.48 moveto
   1.960 +3473 1411 lineto
   1.961 +3462.7 1408.51 lineto
   1.962 +closepath stroke
   1.963 +grestore
   1.964 +% make_server_socket
   1.965 +gsave
   1.966 +1 setlinewidth
   1.967 +0.000 0.000 0.000 nodecolor
   1.968 +373 678 91.03 18 ellipse_path stroke
   1.969 +0.000 0.000 0.000 nodecolor
   1.970 +grestore
   1.971 +% init_sockaddr
   1.972 +gsave
   1.973 +1 setlinewidth
   1.974 +0.000 0.000 0.000 nodecolor
   1.975 +578 678 64.12 18 ellipse_path stroke
   1.976 +0.000 0.000 0.000 nodecolor
   1.977 +grestore
   1.978 +% make_server_socket->init_sockaddr
   1.979 +gsave
   1.980 +1 setlinewidth
   1.981 +solid
   1.982 +0.000 0.000 0.000 edgecolor
   1.983 +newpath 464 678 moveto
   1.984 +477 678 491 678 503 678 curveto
   1.985 +stroke
   1.986 +0.000 0.000 0.000 edgecolor
   1.987 +newpath 503 681.5 moveto
   1.988 +513 678 lineto
   1.989 +503 674.5 lineto
   1.990 +closepath fill
   1.991 +1 setlinewidth
   1.992 +solid
   1.993 +0.000 0.000 0.000 edgecolor
   1.994 +newpath 503 681.5 moveto
   1.995 +513 678 lineto
   1.996 +503 674.5 lineto
   1.997 +closepath stroke
   1.998 +grestore
   1.999 +% spool_read_header->create_address
  1.1000 +gsave
  1.1001 +1 setlinewidth
  1.1002 +solid
  1.1003 +0.000 0.000 0.000 edgecolor
  1.1004 +newpath 3079 349 moveto
  1.1005 +3114 339 3157 326 3176 323 curveto
  1.1006 +3272 310 3320 260 3392 323 curveto
  1.1007 +3475 395 3526 1212 3535 1376 curveto
  1.1008 +stroke
  1.1009 +0.000 0.000 0.000 edgecolor
  1.1010 +newpath 3531.52 1376.4 moveto
  1.1011 +3536 1386 lineto
  1.1012 +3538.49 1375.7 lineto
  1.1013 +closepath fill
  1.1014 +1 setlinewidth
  1.1015 +solid
  1.1016 +0.000 0.000 0.000 edgecolor
  1.1017 +newpath 3531.52 1376.4 moveto
  1.1018 +3536 1386 lineto
  1.1019 +3538.49 1375.7 lineto
  1.1020 +closepath stroke
  1.1021 +grestore
  1.1022 +% get_header
  1.1023 +gsave
  1.1024 +1 setlinewidth
  1.1025 +0.000 0.000 0.000 nodecolor
  1.1026 +3284 199 53.01 18 ellipse_path stroke
  1.1027 +0.000 0.000 0.000 nodecolor
  1.1028 +grestore
  1.1029 +% spool_read_header->get_header
  1.1030 +gsave
  1.1031 +1 setlinewidth
  1.1032 +solid
  1.1033 +0.000 0.000 0.000 edgecolor
  1.1034 +newpath 3045 346 moveto
  1.1035 +3068 317 3120 257 3176 226 curveto
  1.1036 +3191 219 3209 212 3225 208 curveto
  1.1037 +stroke
  1.1038 +0.000 0.000 0.000 edgecolor
  1.1039 +newpath 3225.88 211.39 moveto
  1.1040 +3235 206 lineto
  1.1041 +3224.51 204.53 lineto
  1.1042 +closepath fill
  1.1043 +1 setlinewidth
  1.1044 +solid
  1.1045 +0.000 0.000 0.000 edgecolor
  1.1046 +newpath 3225.88 211.39 moveto
  1.1047 +3235 206 lineto
  1.1048 +3224.51 204.53 lineto
  1.1049 +closepath stroke
  1.1050 +grestore
  1.1051 +% create_address_pipe
  1.1052 +gsave
  1.1053 +1 setlinewidth
  1.1054 +0.000 0.000 0.000 nodecolor
  1.1055 +3284 383 91.22 18 ellipse_path stroke
  1.1056 +0.000 0.000 0.000 nodecolor
  1.1057 +grestore
  1.1058 +% spool_read_header->create_address_pipe
  1.1059 +gsave
  1.1060 +1 setlinewidth
  1.1061 +solid
  1.1062 +0.000 0.000 0.000 edgecolor
  1.1063 +newpath 3112 370 moveto
  1.1064 +3136 372 3163 374 3188 376 curveto
  1.1065 +stroke
  1.1066 +0.000 0.000 0.000 edgecolor
  1.1067 +newpath 3187.7 379.49 moveto
  1.1068 +3198 377 lineto
  1.1069 +3188.4 372.52 lineto
  1.1070 +closepath fill
  1.1071 +1 setlinewidth
  1.1072 +solid
  1.1073 +0.000 0.000 0.000 edgecolor
  1.1074 +newpath 3187.7 379.49 moveto
  1.1075 +3198 377 lineto
  1.1076 +3188.4 372.52 lineto
  1.1077 +closepath stroke
  1.1078 +grestore
  1.1079 +% read_line
  1.1080 +gsave
  1.1081 +1 setlinewidth
  1.1082 +0.000 0.000 0.000 nodecolor
  1.1083 +3537 1512 45.86 18 ellipse_path stroke
  1.1084 +0.000 0.000 0.000 nodecolor
  1.1085 +grestore
  1.1086 +% spool_read_header->read_line
  1.1087 +gsave
  1.1088 +1 setlinewidth
  1.1089 +solid
  1.1090 +0.000 0.000 0.000 edgecolor
  1.1091 +newpath 3096 352 moveto
  1.1092 +3189 337 3352 317 3392 356 curveto
  1.1093 +3483 444 3350 1387 3428 1485 curveto
  1.1094 +3441 1500 3462 1508 3481 1511 curveto
  1.1095 +stroke
  1.1096 +0.000 0.000 0.000 edgecolor
  1.1097 +newpath 3480.7 1514.49 moveto
  1.1098 +3491 1512 lineto
  1.1099 +3481.4 1507.52 lineto
  1.1100 +closepath fill
  1.1101 +1 setlinewidth
  1.1102 +solid
  1.1103 +0.000 0.000 0.000 edgecolor
  1.1104 +newpath 3480.7 1514.49 moveto
  1.1105 +3491 1512 lineto
  1.1106 +3481.4 1507.52 lineto
  1.1107 +closepath stroke
  1.1108 +grestore
  1.1109 +% fail_msg
  1.1110 +gsave
  1.1111 +1 setlinewidth
  1.1112 +0.000 0.000 0.000 nodecolor
  1.1113 +3031 2704 43.78 18 ellipse_path stroke
  1.1114 +0.000 0.000 0.000 nodecolor
  1.1115 +grestore
  1.1116 +% fail_msg->msg_free_data
  1.1117 +gsave
  1.1118 +1 setlinewidth
  1.1119 +solid
  1.1120 +0.000 0.000 0.000 edgecolor
  1.1121 +newpath 3072 2710 moveto
  1.1122 +3094 2715 3120 2723 3140 2736 curveto
  1.1123 +3161 2748 3156 2763 3176 2776 curveto
  1.1124 +3187 2782 3200 2787 3213 2791 curveto
  1.1125 +stroke
  1.1126 +0.000 0.000 0.000 edgecolor
  1.1127 +newpath 3212.42 2794.48 moveto
  1.1128 +3223 2794 lineto
  1.1129 +3214.43 2787.77 lineto
  1.1130 +closepath fill
  1.1131 +1 setlinewidth
  1.1132 +solid
  1.1133 +0.000 0.000 0.000 edgecolor
  1.1134 +newpath 3212.42 2794.48 moveto
  1.1135 +3223 2794 lineto
  1.1136 +3214.43 2787.77 lineto
  1.1137 +closepath stroke
  1.1138 +grestore
  1.1139 +% fail_msg->create_address_qualified
  1.1140 +gsave
  1.1141 +1 setlinewidth
  1.1142 +solid
  1.1143 +0.000 0.000 0.000 edgecolor
  1.1144 +newpath 3075 2705 moveto
  1.1145 +3098 2703 3125 2696 3140 2677 curveto
  1.1146 +3224 2573 3105 1596 3176 1485 curveto
  1.1147 +3186 1470 3201 1458 3217 1450 curveto
  1.1148 +stroke
  1.1149 +0.000 0.000 0.000 edgecolor
  1.1150 +newpath 3218.28 1453.26 moveto
  1.1151 +3226 1446 lineto
  1.1152 +3215.44 1446.86 lineto
  1.1153 +closepath fill
  1.1154 +1 setlinewidth
  1.1155 +solid
  1.1156 +0.000 0.000 0.000 edgecolor
  1.1157 +newpath 3218.28 1453.26 moveto
  1.1158 +3226 1446 lineto
  1.1159 +3215.44 1446.86 lineto
  1.1160 +closepath stroke
  1.1161 +grestore
  1.1162 +% fail_msg->destroy_address
  1.1163 +gsave
  1.1164 +1 setlinewidth
  1.1165 +solid
  1.1166 +0.000 0.000 0.000 edgecolor
  1.1167 +newpath 3043 2722 moveto
  1.1168 +3066 2757 3116 2842 3140 2921 curveto
  1.1169 +3178 3045 3102 3105 3176 3212 curveto
  1.1170 +3188 3229 3207 3242 3227 3250 curveto
  1.1171 +stroke
  1.1172 +0.000 0.000 0.000 edgecolor
  1.1173 +newpath 3225.44 3253.14 moveto
  1.1174 +3236 3254 lineto
  1.1175 +3228.28 3246.74 lineto
  1.1176 +closepath fill
  1.1177 +1 setlinewidth
  1.1178 +solid
  1.1179 +0.000 0.000 0.000 edgecolor
  1.1180 +newpath 3225.44 3253.14 moveto
  1.1181 +3236 3254 lineto
  1.1182 +3228.28 3246.74 lineto
  1.1183 +closepath stroke
  1.1184 +grestore
  1.1185 +% copy_modify_address
  1.1186 +gsave
  1.1187 +1 setlinewidth
  1.1188 +0.000 0.000 0.000 nodecolor
  1.1189 +3284 2416 98.87 18 ellipse_path stroke
  1.1190 +0.000 0.000 0.000 nodecolor
  1.1191 +grestore
  1.1192 +% fail_msg->copy_modify_address
  1.1193 +gsave
  1.1194 +1 setlinewidth
  1.1195 +solid
  1.1196 +0.000 0.000 0.000 edgecolor
  1.1197 +newpath 3075 2704 moveto
  1.1198 +3098 2701 3124 2695 3140 2677 curveto
  1.1199 +3211 2599 3106 2520 3176 2443 curveto
  1.1200 +3181 2438 3186 2434 3191 2431 curveto
  1.1201 +stroke
  1.1202 +0.000 0.000 0.000 edgecolor
  1.1203 +newpath 3192.96 2433.92 moveto
  1.1204 +3200 2426 lineto
  1.1205 +3189.56 2427.8 lineto
  1.1206 +closepath fill
  1.1207 +1 setlinewidth
  1.1208 +solid
  1.1209 +0.000 0.000 0.000 edgecolor
  1.1210 +newpath 3192.96 2433.92 moveto
  1.1211 +3200 2426 lineto
  1.1212 +3189.56 2427.8 lineto
  1.1213 +closepath stroke
  1.1214 +grestore
  1.1215 +% destroy_table
  1.1216 +gsave
  1.1217 +1 setlinewidth
  1.1218 +0.000 0.000 0.000 nodecolor
  1.1219 +3284 3322 63.93 18 ellipse_path stroke
  1.1220 +0.000 0.000 0.000 nodecolor
  1.1221 +grestore
  1.1222 +% fail_msg->destroy_table
  1.1223 +gsave
  1.1224 +1 setlinewidth
  1.1225 +solid
  1.1226 +0.000 0.000 0.000 edgecolor
  1.1227 +newpath 3043 2722 moveto
  1.1228 +3066 2757 3118 2842 3140 2921 curveto
  1.1229 +3164 3001 3122 3231 3176 3295 curveto
  1.1230 +3185 3305 3198 3312 3211 3316 curveto
  1.1231 +stroke
  1.1232 +0.000 0.000 0.000 edgecolor
  1.1233 +newpath 3210.42 3319.48 moveto
  1.1234 +3221 3319 lineto
  1.1235 +3212.43 3312.77 lineto
  1.1236 +closepath fill
  1.1237 +1 setlinewidth
  1.1238 +solid
  1.1239 +0.000 0.000 0.000 edgecolor
  1.1240 +newpath 3210.42 3319.48 moveto
  1.1241 +3221 3319 lineto
  1.1242 +3212.43 3312.77 lineto
  1.1243 +closepath stroke
  1.1244 +grestore
  1.1245 +% var_table_conf
  1.1246 +gsave
  1.1247 +1 setlinewidth
  1.1248 +0.000 0.000 0.000 nodecolor
  1.1249 +3284 2695 68.99 18 ellipse_path stroke
  1.1250 +0.000 0.000 0.000 nodecolor
  1.1251 +grestore
  1.1252 +% fail_msg->var_table_conf
  1.1253 +gsave
  1.1254 +1 setlinewidth
  1.1255 +solid
  1.1256 +0.000 0.000 0.000 edgecolor
  1.1257 +newpath 3075 2702 moveto
  1.1258 +3111 2701 3162 2699 3205 2697 curveto
  1.1259 +stroke
  1.1260 +0.000 0.000 0.000 edgecolor
  1.1261 +newpath 3205 2700.5 moveto
  1.1262 +3215 2697 lineto
  1.1263 +3205 2693.5 lineto
  1.1264 +closepath fill
  1.1265 +1 setlinewidth
  1.1266 +solid
  1.1267 +0.000 0.000 0.000 edgecolor
  1.1268 +newpath 3205 2700.5 moveto
  1.1269 +3215 2697 lineto
  1.1270 +3205 2693.5 lineto
  1.1271 +closepath stroke
  1.1272 +grestore
  1.1273 +% addr_string
  1.1274 +gsave
  1.1275 +1 setlinewidth
  1.1276 +0.000 0.000 0.000 nodecolor
  1.1277 +3284 821 55.09 18 ellipse_path stroke
  1.1278 +0.000 0.000 0.000 nodecolor
  1.1279 +grestore
  1.1280 +% fail_msg->addr_string
  1.1281 +gsave
  1.1282 +1 setlinewidth
  1.1283 +solid
  1.1284 +0.000 0.000 0.000 edgecolor
  1.1285 +newpath 3075 2705 moveto
  1.1286 +3098 2703 3125 2696 3140 2677 curveto
  1.1287 +3187 2619 3168 1423 3176 1350 curveto
  1.1288 +3199 1156 3256 928 3276 849 curveto
  1.1289 +stroke
  1.1290 +0.000 0.000 0.000 edgecolor
  1.1291 +newpath 3279.48 849.58 moveto
  1.1292 +3279 839 lineto
  1.1293 +3272.77 847.57 lineto
  1.1294 +closepath fill
  1.1295 +1 setlinewidth
  1.1296 +solid
  1.1297 +0.000 0.000 0.000 edgecolor
  1.1298 +newpath 3279.48 849.58 moveto
  1.1299 +3279 839 lineto
  1.1300 +3272.77 847.57 lineto
  1.1301 +closepath stroke
  1.1302 +grestore
  1.1303 +% fail_msg->spool_read_data
  1.1304 +gsave
  1.1305 +1 setlinewidth
  1.1306 +solid
  1.1307 +0.000 0.000 0.000 edgecolor
  1.1308 +newpath 3075 2705 moveto
  1.1309 +3098 2703 3125 2696 3140 2677 curveto
  1.1310 +3215 2585 3128 1722 3176 1615 curveto
  1.1311 +3191 1581 3223 1553 3249 1535 curveto
  1.1312 +stroke
  1.1313 +0.000 0.000 0.000 edgecolor
  1.1314 +newpath 3251.1 1537.8 moveto
  1.1315 +3257 1529 lineto
  1.1316 +3246.9 1532.2 lineto
  1.1317 +closepath fill
  1.1318 +1 setlinewidth
  1.1319 +solid
  1.1320 +0.000 0.000 0.000 edgecolor
  1.1321 +newpath 3251.1 1537.8 moveto
  1.1322 +3257 1529 lineto
  1.1323 +3246.9 1532.2 lineto
  1.1324 +closepath stroke
  1.1325 +grestore
  1.1326 +% peidopen
  1.1327 +gsave
  1.1328 +1 setlinewidth
  1.1329 +0.000 0.000 0.000 nodecolor
  1.1330 +3284 2603 46.75 18 ellipse_path stroke
  1.1331 +0.000 0.000 0.000 nodecolor
  1.1332 +grestore
  1.1333 +% fail_msg->peidopen
  1.1334 +gsave
  1.1335 +1 setlinewidth
  1.1336 +solid
  1.1337 +0.000 0.000 0.000 edgecolor
  1.1338 +newpath 3074 2700 moveto
  1.1339 +3095 2696 3120 2689 3140 2677 curveto
  1.1340 +3161 2664 3156 2648 3176 2635 curveto
  1.1341 +3192 2624 3212 2617 3230 2612 curveto
  1.1342 +stroke
  1.1343 +0.000 0.000 0.000 edgecolor
  1.1344 +newpath 3230.88 2615.39 moveto
  1.1345 +3240 2610 lineto
  1.1346 +3229.51 2608.53 lineto
  1.1347 +closepath fill
  1.1348 +1 setlinewidth
  1.1349 +solid
  1.1350 +0.000 0.000 0.000 edgecolor
  1.1351 +newpath 3230.88 2615.39 moveto
  1.1352 +3240 2610 lineto
  1.1353 +3229.51 2608.53 lineto
  1.1354 +closepath stroke
  1.1355 +grestore
  1.1356 +% addr_isequal_parent
  1.1357 +gsave
  1.1358 +1 setlinewidth
  1.1359 +0.000 0.000 0.000 nodecolor
  1.1360 +3284 2749 89.14 18 ellipse_path stroke
  1.1361 +0.000 0.000 0.000 nodecolor
  1.1362 +grestore
  1.1363 +% fail_msg->addr_isequal_parent
  1.1364 +gsave
  1.1365 +1 setlinewidth
  1.1366 +solid
  1.1367 +0.000 0.000 0.000 edgecolor
  1.1368 +newpath 3071 2711 moveto
  1.1369 +3107 2718 3162 2727 3207 2735 curveto
  1.1370 +stroke
  1.1371 +0.000 0.000 0.000 edgecolor
  1.1372 +newpath 3206.51 2738.47 moveto
  1.1373 +3217 2737 lineto
  1.1374 +3207.88 2731.61 lineto
  1.1375 +closepath fill
  1.1376 +1 setlinewidth
  1.1377 +solid
  1.1378 +0.000 0.000 0.000 edgecolor
  1.1379 +newpath 3206.51 2738.47 moveto
  1.1380 +3217 2737 lineto
  1.1381 +3207.88 2731.61 lineto
  1.1382 +closepath stroke
  1.1383 +grestore
  1.1384 +% var_table_msg
  1.1385 +gsave
  1.1386 +1 setlinewidth
  1.1387 +0.000 0.000 0.000 nodecolor
  1.1388 +3284 2857 68.1 18 ellipse_path stroke
  1.1389 +0.000 0.000 0.000 nodecolor
  1.1390 +grestore
  1.1391 +% fail_msg->var_table_msg
  1.1392 +gsave
  1.1393 +1 setlinewidth
  1.1394 +solid
  1.1395 +0.000 0.000 0.000 edgecolor
  1.1396 +newpath 3046 2721 moveto
  1.1397 +3070 2748 3122 2801 3176 2830 curveto
  1.1398 +3188 2836 3202 2841 3216 2845 curveto
  1.1399 +stroke
  1.1400 +0.000 0.000 0.000 edgecolor
  1.1401 +newpath 3215.51 2848.47 moveto
  1.1402 +3226 2847 lineto
  1.1403 +3216.88 2841.61 lineto
  1.1404 +closepath fill
  1.1405 +1 setlinewidth
  1.1406 +solid
  1.1407 +0.000 0.000 0.000 edgecolor
  1.1408 +newpath 3215.51 2848.47 moveto
  1.1409 +3226 2847 lineto
  1.1410 +3216.88 2841.61 lineto
  1.1411 +closepath stroke
  1.1412 +grestore
  1.1413 +% fail_msg->read_sockline
  1.1414 +gsave
  1.1415 +1 setlinewidth
  1.1416 +solid
  1.1417 +0.000 0.000 0.000 edgecolor
  1.1418 +newpath 3075 2705 moveto
  1.1419 +3098 2703 3125 2696 3140 2677 curveto
  1.1420 +3221 2576 3125 475 3176 356 curveto
  1.1421 +3191 322 3223 293 3249 275 curveto
  1.1422 +stroke
  1.1423 +0.000 0.000 0.000 edgecolor
  1.1424 +newpath 3251.1 277.8 moveto
  1.1425 +3257 269 lineto
  1.1426 +3246.9 272.2 lineto
  1.1427 +closepath fill
  1.1428 +1 setlinewidth
  1.1429 +solid
  1.1430 +0.000 0.000 0.000 edgecolor
  1.1431 +newpath 3251.1 277.8 moveto
  1.1432 +3257 269 lineto
  1.1433 +3246.9 272.2 lineto
  1.1434 +closepath stroke
  1.1435 +grestore
  1.1436 +% expand
  1.1437 +gsave
  1.1438 +1 setlinewidth
  1.1439 +0.000 0.000 0.000 nodecolor
  1.1440 +3284 3185 39.11 18 ellipse_path stroke
  1.1441 +0.000 0.000 0.000 nodecolor
  1.1442 +grestore
  1.1443 +% fail_msg->expand
  1.1444 +gsave
  1.1445 +1 setlinewidth
  1.1446 +solid
  1.1447 +0.000 0.000 0.000 edgecolor
  1.1448 +newpath 3040 2722 moveto
  1.1449 +3079 2794 3224 3071 3270 3158 curveto
  1.1450 +stroke
  1.1451 +0.000 0.000 0.000 edgecolor
  1.1452 +newpath 3267.08 3159.96 moveto
  1.1453 +3275 3167 lineto
  1.1454 +3273.2 3156.56 lineto
  1.1455 +closepath fill
  1.1456 +1 setlinewidth
  1.1457 +solid
  1.1458 +0.000 0.000 0.000 edgecolor
  1.1459 +newpath 3267.08 3159.96 moveto
  1.1460 +3275 3167 lineto
  1.1461 +3273.2 3156.56 lineto
  1.1462 +closepath stroke
  1.1463 +grestore
  1.1464 +% create_pair_string
  1.1465 +gsave
  1.1466 +1 setlinewidth
  1.1467 +0.000 0.000 0.000 nodecolor
  1.1468 +3537 2857 80.11 18 ellipse_path stroke
  1.1469 +0.000 0.000 0.000 nodecolor
  1.1470 +grestore
  1.1471 +% fail_msg->create_pair_string
  1.1472 +gsave
  1.1473 +1 setlinewidth
  1.1474 +solid
  1.1475 +0.000 0.000 0.000 edgecolor
  1.1476 +newpath 3069 2695 moveto
  1.1477 +3090 2689 3116 2683 3140 2677 curveto
  1.1478 +3249 2649 3292 2618 3392 2668 curveto
  1.1479 +3461 2701 3506 2786 3526 2830 curveto
  1.1480 +stroke
  1.1481 +0.000 0.000 0.000 edgecolor
  1.1482 +newpath 3522.74 2831.28 moveto
  1.1483 +3530 2839 lineto
  1.1484 +3529.14 2828.44 lineto
  1.1485 +closepath fill
  1.1486 +1 setlinewidth
  1.1487 +solid
  1.1488 +0.000 0.000 0.000 edgecolor
  1.1489 +newpath 3522.74 2831.28 moveto
  1.1490 +3530 2839 lineto
  1.1491 +3529.14 2828.44 lineto
  1.1492 +closepath stroke
  1.1493 +grestore
  1.1494 +% var_table_conf->create_pair_string
  1.1495 +gsave
  1.1496 +1 setlinewidth
  1.1497 +solid
  1.1498 +0.000 0.000 0.000 edgecolor
  1.1499 +newpath 3344 2704 moveto
  1.1500 +3360 2708 3377 2714 3392 2722 curveto
  1.1501 +3444 2750 3491 2800 3516 2831 curveto
  1.1502 +stroke
  1.1503 +0.000 0.000 0.000 edgecolor
  1.1504 +newpath 3513.78 2833.78 moveto
  1.1505 +3523 2839 lineto
  1.1506 +3519.05 2829.17 lineto
  1.1507 +closepath fill
  1.1508 +1 setlinewidth
  1.1509 +solid
  1.1510 +0.000 0.000 0.000 edgecolor
  1.1511 +newpath 3513.78 2833.78 moveto
  1.1512 +3523 2839 lineto
  1.1513 +3519.05 2829.17 lineto
  1.1514 +closepath stroke
  1.1515 +grestore
  1.1516 +% spool_read_data->read_line
  1.1517 +gsave
  1.1518 +1 setlinewidth
  1.1519 +solid
  1.1520 +0.000 0.000 0.000 edgecolor
  1.1521 +newpath 3361 1512 moveto
  1.1522 +3399 1512 3446 1512 3481 1512 curveto
  1.1523 +stroke
  1.1524 +0.000 0.000 0.000 edgecolor
  1.1525 +newpath 3481 1515.5 moveto
  1.1526 +3491 1512 lineto
  1.1527 +3481 1508.5 lineto
  1.1528 +closepath fill
  1.1529 +1 setlinewidth
  1.1530 +solid
  1.1531 +0.000 0.000 0.000 edgecolor
  1.1532 +newpath 3481 1515.5 moveto
  1.1533 +3491 1512 lineto
  1.1534 +3481 1508.5 lineto
  1.1535 +closepath stroke
  1.1536 +grestore
  1.1537 +% create_argv
  1.1538 +gsave
  1.1539 +1 setlinewidth
  1.1540 +0.000 0.000 0.000 nodecolor
  1.1541 +3537 2603 55.79 18 ellipse_path stroke
  1.1542 +0.000 0.000 0.000 nodecolor
  1.1543 +grestore
  1.1544 +% peidopen->create_argv
  1.1545 +gsave
  1.1546 +1 setlinewidth
  1.1547 +solid
  1.1548 +0.000 0.000 0.000 edgecolor
  1.1549 +newpath 3332 2603 moveto
  1.1550 +3371 2603 3427 2603 3470 2603 curveto
  1.1551 +stroke
  1.1552 +0.000 0.000 0.000 edgecolor
  1.1553 +newpath 3470 2606.5 moveto
  1.1554 +3480 2603 lineto
  1.1555 +3470 2599.5 lineto
  1.1556 +closepath fill
  1.1557 +1 setlinewidth
  1.1558 +solid
  1.1559 +0.000 0.000 0.000 edgecolor
  1.1560 +newpath 3470 2606.5 moveto
  1.1561 +3480 2603 lineto
  1.1562 +3470 2599.5 lineto
  1.1563 +closepath stroke
  1.1564 +grestore
  1.1565 +% addr_isequal_parent->addr_isequal
  1.1566 +gsave
  1.1567 +1 setlinewidth
  1.1568 +solid
  1.1569 +0.000 0.000 0.000 edgecolor
  1.1570 +newpath 3365 2757 moveto
  1.1571 +3376 2761 3385 2767 3392 2776 curveto
  1.1572 +3499 2905 3322 3401 3428 3531 curveto
  1.1573 +3438 3542 3452 3550 3467 3554 curveto
  1.1574 +stroke
  1.1575 +0.000 0.000 0.000 edgecolor
  1.1576 +newpath 3466.51 3557.47 moveto
  1.1577 +3477 3556 lineto
  1.1578 +3467.88 3550.61 lineto
  1.1579 +closepath fill
  1.1580 +1 setlinewidth
  1.1581 +solid
  1.1582 +0.000 0.000 0.000 edgecolor
  1.1583 +newpath 3466.51 3557.47 moveto
  1.1584 +3477 3556 lineto
  1.1585 +3467.88 3550.61 lineto
  1.1586 +closepath stroke
  1.1587 +grestore
  1.1588 +% var_table_msg->create_pair_string
  1.1589 +gsave
  1.1590 +1 setlinewidth
  1.1591 +solid
  1.1592 +0.000 0.000 0.000 edgecolor
  1.1593 +newpath 3352 2857 moveto
  1.1594 +3381 2857 3415 2857 3446 2857 curveto
  1.1595 +stroke
  1.1596 +0.000 0.000 0.000 edgecolor
  1.1597 +newpath 3446 2860.5 moveto
  1.1598 +3456 2857 lineto
  1.1599 +3446 2853.5 lineto
  1.1600 +closepath fill
  1.1601 +1 setlinewidth
  1.1602 +solid
  1.1603 +0.000 0.000 0.000 edgecolor
  1.1604 +newpath 3446 2860.5 moveto
  1.1605 +3456 2857 lineto
  1.1606 +3446 2853.5 lineto
  1.1607 +closepath stroke
  1.1608 +grestore
  1.1609 +% alarm_on
  1.1610 +gsave
  1.1611 +1 setlinewidth
  1.1612 +0.000 0.000 0.000 nodecolor
  1.1613 +3537 118 46.75 18 ellipse_path stroke
  1.1614 +0.000 0.000 0.000 nodecolor
  1.1615 +grestore
  1.1616 +% read_sockline->alarm_on
  1.1617 +gsave
  1.1618 +1 setlinewidth
  1.1619 +solid
  1.1620 +0.000 0.000 0.000 edgecolor
  1.1621 +newpath 3346 248 moveto
  1.1622 +3362 244 3379 237 3392 226 curveto
  1.1623 +3423 201 3398 171 3428 145 curveto
  1.1624 +3442 133 3462 126 3480 123 curveto
  1.1625 +stroke
  1.1626 +0.000 0.000 0.000 edgecolor
  1.1627 +newpath 3480.88 126.39 moveto
  1.1628 +3490 121 lineto
  1.1629 +3479.51 119.53 lineto
  1.1630 +closepath fill
  1.1631 +1 setlinewidth
  1.1632 +solid
  1.1633 +0.000 0.000 0.000 edgecolor
  1.1634 +newpath 3480.88 126.39 moveto
  1.1635 +3490 121 lineto
  1.1636 +3479.51 119.53 lineto
  1.1637 +closepath stroke
  1.1638 +grestore
  1.1639 +% _read_line
  1.1640 +gsave
  1.1641 +1 setlinewidth
  1.1642 +0.000 0.000 0.000 nodecolor
  1.1643 +3537 280 50.92 18 ellipse_path stroke
  1.1644 +0.000 0.000 0.000 nodecolor
  1.1645 +grestore
  1.1646 +% read_sockline->_read_line
  1.1647 +gsave
  1.1648 +1 setlinewidth
  1.1649 +solid
  1.1650 +0.000 0.000 0.000 edgecolor
  1.1651 +newpath 3344 259 moveto
  1.1652 +3384 264 3438 269 3478 274 curveto
  1.1653 +stroke
  1.1654 +0.000 0.000 0.000 edgecolor
  1.1655 +newpath 3477.7 277.49 moveto
  1.1656 +3488 275 lineto
  1.1657 +3478.4 270.52 lineto
  1.1658 +closepath fill
  1.1659 +1 setlinewidth
  1.1660 +solid
  1.1661 +0.000 0.000 0.000 edgecolor
  1.1662 +newpath 3477.7 277.49 moveto
  1.1663 +3488 275 lineto
  1.1664 +3478.4 270.52 lineto
  1.1665 +closepath stroke
  1.1666 +grestore
  1.1667 +% _read_chug
  1.1668 +gsave
  1.1669 +1 setlinewidth
  1.1670 +0.000 0.000 0.000 nodecolor
  1.1671 +3537 226 56.98 18 ellipse_path stroke
  1.1672 +0.000 0.000 0.000 nodecolor
  1.1673 +grestore
  1.1674 +% read_sockline->_read_chug
  1.1675 +gsave
  1.1676 +1 setlinewidth
  1.1677 +solid
  1.1678 +0.000 0.000 0.000 edgecolor
  1.1679 +newpath 3344 247 moveto
  1.1680 +3383 242 3433 237 3473 233 curveto
  1.1681 +stroke
  1.1682 +0.000 0.000 0.000 edgecolor
  1.1683 +newpath 3473.4 236.48 moveto
  1.1684 +3483 232 lineto
  1.1685 +3472.7 229.51 lineto
  1.1686 +closepath fill
  1.1687 +1 setlinewidth
  1.1688 +solid
  1.1689 +0.000 0.000 0.000 edgecolor
  1.1690 +newpath 3473.4 236.48 moveto
  1.1691 +3483 232 lineto
  1.1692 +3472.7 229.51 lineto
  1.1693 +closepath stroke
  1.1694 +grestore
  1.1695 +% alarm_off
  1.1696 +gsave
  1.1697 +1 setlinewidth
  1.1698 +0.000 0.000 0.000 nodecolor
  1.1699 +3537 172 48.14 18 ellipse_path stroke
  1.1700 +0.000 0.000 0.000 nodecolor
  1.1701 +grestore
  1.1702 +% read_sockline->alarm_off
  1.1703 +gsave
  1.1704 +1 setlinewidth
  1.1705 +solid
  1.1706 +0.000 0.000 0.000 edgecolor
  1.1707 +newpath 3340 244 moveto
  1.1708 +3357 240 3376 234 3392 226 curveto
  1.1709 +3411 218 3410 208 3428 199 curveto
  1.1710 +3445 191 3464 185 3482 181 curveto
  1.1711 +stroke
  1.1712 +0.000 0.000 0.000 edgecolor
  1.1713 +newpath 3482.88 184.39 moveto
  1.1714 +3492 179 lineto
  1.1715 +3481.51 177.53 lineto
  1.1716 +closepath fill
  1.1717 +1 setlinewidth
  1.1718 +solid
  1.1719 +0.000 0.000 0.000 edgecolor
  1.1720 +newpath 3482.88 184.39 moveto
  1.1721 +3492 179 lineto
  1.1722 +3481.51 177.53 lineto
  1.1723 +closepath stroke
  1.1724 +grestore
  1.1725 +% table_find
  1.1726 +gsave
  1.1727 +1 setlinewidth
  1.1728 +0.000 0.000 0.000 nodecolor
  1.1729 +3537 3450 50.03 18 ellipse_path stroke
  1.1730 +0.000 0.000 0.000 nodecolor
  1.1731 +grestore
  1.1732 +% expand->table_find
  1.1733 +gsave
  1.1734 +1 setlinewidth
  1.1735 +solid
  1.1736 +0.000 0.000 0.000 edgecolor
  1.1737 +newpath 3315 3196 moveto
  1.1738 +3339 3206 3370 3221 3392 3241 curveto
  1.1739 +3453 3295 3502 3380 3524 3423 curveto
  1.1740 +stroke
  1.1741 +0.000 0.000 0.000 edgecolor
  1.1742 +newpath 3520.74 3424.28 moveto
  1.1743 +3528 3432 lineto
  1.1744 +3527.14 3421.44 lineto
  1.1745 +closepath fill
  1.1746 +1 setlinewidth
  1.1747 +solid
  1.1748 +0.000 0.000 0.000 edgecolor
  1.1749 +newpath 3520.74 3424.28 moveto
  1.1750 +3528 3432 lineto
  1.1751 +3527.14 3421.44 lineto
  1.1752 +closepath stroke
  1.1753 +grestore
  1.1754 +% deliver
  1.1755 +gsave
  1.1756 +1 setlinewidth
  1.1757 +0.000 0.000 0.000 nodecolor
  1.1758 +771 2220 36.83 18 ellipse_path stroke
  1.1759 +0.000 0.000 0.000 nodecolor
  1.1760 +grestore
  1.1761 +% deliver_msg_list
  1.1762 +gsave
  1.1763 +1 setlinewidth
  1.1764 +0.000 0.000 0.000 nodecolor
  1.1765 +961 2266 73.85 18 ellipse_path stroke
  1.1766 +0.000 0.000 0.000 nodecolor
  1.1767 +grestore
  1.1768 +% deliver->deliver_msg_list
  1.1769 +gsave
  1.1770 +1 setlinewidth
  1.1771 +solid
  1.1772 +0.000 0.000 0.000 edgecolor
  1.1773 +newpath 805 2228 moveto
  1.1774 +830 2234 867 2243 898 2251 curveto
  1.1775 +stroke
  1.1776 +0.000 0.000 0.000 edgecolor
  1.1777 +newpath 897.51 2254.47 moveto
  1.1778 +908 2253 lineto
  1.1779 +898.88 2247.61 lineto
  1.1780 +closepath fill
  1.1781 +1 setlinewidth
  1.1782 +solid
  1.1783 +0.000 0.000 0.000 edgecolor
  1.1784 +newpath 897.51 2254.47 moveto
  1.1785 +908 2253 lineto
  1.1786 +898.88 2247.61 lineto
  1.1787 +closepath stroke
  1.1788 +grestore
  1.1789 +% deliver_msg_list->table_read
  1.1790 +gsave
  1.1791 +1 setlinewidth
  1.1792 +solid
  1.1793 +0.000 0.000 0.000 edgecolor
  1.1794 +newpath 974 2248 moveto
  1.1795 +992 2223 1029 2177 1072 2155 curveto
  1.1796 +1166 2105 1231 2186 1306 2112 curveto
  1.1797 +1366 2052 1317 2006 1342 1926 curveto
  1.1798 +1365 1852 1406 1770 1427 1729 curveto
  1.1799 +stroke
  1.1800 +0.000 0.000 0.000 edgecolor
  1.1801 +newpath 1430.2 1730.44 moveto
  1.1802 +1432 1720 lineto
  1.1803 +1424.08 1727.04 lineto
  1.1804 +closepath fill
  1.1805 +1 setlinewidth
  1.1806 +solid
  1.1807 +0.000 0.000 0.000 edgecolor
  1.1808 +newpath 1430.2 1730.44 moveto
  1.1809 +1432 1720 lineto
  1.1810 +1424.08 1727.04 lineto
  1.1811 +closepath stroke
  1.1812 +grestore
  1.1813 +% deliver_msg_list->create_address_qualified
  1.1814 +gsave
  1.1815 +1 setlinewidth
  1.1816 +solid
  1.1817 +0.000 0.000 0.000 edgecolor
  1.1818 +newpath 964 2248 moveto
  1.1819 +986 2124 1133 1399 1578 1104 curveto
  1.1820 +1723 1008 3012 912 3140 1028 curveto
  1.1821 +3203 1085 3122 1340 3176 1404 curveto
  1.1822 +3180 1408 3184 1412 3189 1415 curveto
  1.1823 +stroke
  1.1824 +0.000 0.000 0.000 edgecolor
  1.1825 +newpath 3187.56 1418.2 moveto
  1.1826 +3198 1420 lineto
  1.1827 +3190.96 1412.08 lineto
  1.1828 +closepath fill
  1.1829 +1 setlinewidth
  1.1830 +solid
  1.1831 +0.000 0.000 0.000 edgecolor
  1.1832 +newpath 3187.56 1418.2 moveto
  1.1833 +3198 1420 lineto
  1.1834 +3190.96 1412.08 lineto
  1.1835 +closepath stroke
  1.1836 +grestore
  1.1837 +% deliver_msg_list->destroy_table
  1.1838 +gsave
  1.1839 +1 setlinewidth
  1.1840 +solid
  1.1841 +0.000 0.000 0.000 edgecolor
  1.1842 +newpath 1013 2279 moveto
  1.1843 +1022 2284 1030 2290 1036 2298 curveto
  1.1844 +1096 2385 1009 3163 1072 3248 curveto
  1.1845 +1185 3396 1685 3475 1868 3509 curveto
  1.1846 +2111 3553 2176 3528 2422 3534 curveto
  1.1847 +2629 3538 2681 3550 2886 3531 curveto
  1.1848 +3001 3519 3041 3540 3140 3484 curveto
  1.1849 +3198 3451 3245 3385 3269 3349 curveto
  1.1850 +stroke
  1.1851 +0.000 0.000 0.000 edgecolor
  1.1852 +newpath 3272.2 3350.44 moveto
  1.1853 +3274 3340 lineto
  1.1854 +3266.08 3347.04 lineto
  1.1855 +closepath fill
  1.1856 +1 setlinewidth
  1.1857 +solid
  1.1858 +0.000 0.000 0.000 edgecolor
  1.1859 +newpath 3272.2 3350.44 moveto
  1.1860 +3274 3340 lineto
  1.1861 +3266.08 3347.04 lineto
  1.1862 +closepath stroke
  1.1863 +grestore
  1.1864 +% rcptlist_with_one_of_hostlist
  1.1865 +gsave
  1.1866 +1 setlinewidth
  1.1867 +0.000 0.000 0.000 nodecolor
  1.1868 +1993 2704 125.08 18 ellipse_path stroke
  1.1869 +0.000 0.000 0.000 nodecolor
  1.1870 +grestore
  1.1871 +% deliver_msg_list->rcptlist_with_one_of_hostlist
  1.1872 +gsave
  1.1873 +1 setlinewidth
  1.1874 +solid
  1.1875 +0.000 0.000 0.000 edgecolor
  1.1876 +newpath 1013 2279 moveto
  1.1877 +1022 2284 1030 2290 1036 2298 curveto
  1.1878 +1084 2362 1014 2603 1072 2659 curveto
  1.1879 +1186 2766 1663 2736 1882 2716 curveto
  1.1880 +stroke
  1.1881 +0.000 0.000 0.000 edgecolor
  1.1882 +newpath 1882.4 2719.48 moveto
  1.1883 +1892 2715 lineto
  1.1884 +1881.7 2712.51 lineto
  1.1885 +closepath fill
  1.1886 +1 setlinewidth
  1.1887 +solid
  1.1888 +0.000 0.000 0.000 edgecolor
  1.1889 +newpath 1882.4 2719.48 moveto
  1.1890 +1892 2715 lineto
  1.1891 +1881.7 2712.51 lineto
  1.1892 +closepath stroke
  1.1893 +grestore
  1.1894 +% spool_unlock
  1.1895 +gsave
  1.1896 +1 setlinewidth
  1.1897 +0.000 0.000 0.000 nodecolor
  1.1898 +1189 879 64.12 18 ellipse_path stroke
  1.1899 +0.000 0.000 0.000 nodecolor
  1.1900 +grestore
  1.1901 +% deliver_msg_list->spool_unlock
  1.1902 +gsave
  1.1903 +1 setlinewidth
  1.1904 +solid
  1.1905 +0.000 0.000 0.000 edgecolor
  1.1906 +newpath 962 2248 moveto
  1.1907 +970 2092 1031 981 1072 925 curveto
  1.1908 +1085 909 1104 898 1123 891 curveto
  1.1909 +stroke
  1.1910 +0.000 0.000 0.000 edgecolor
  1.1911 +newpath 1124.43 894.23 moveto
  1.1912 +1133 888 lineto
  1.1913 +1122.42 887.52 lineto
  1.1914 +closepath fill
  1.1915 +1 setlinewidth
  1.1916 +solid
  1.1917 +0.000 0.000 0.000 edgecolor
  1.1918 +newpath 1124.43 894.23 moveto
  1.1919 +1133 888 lineto
  1.1920 +1122.42 887.52 lineto
  1.1921 +closepath stroke
  1.1922 +grestore
  1.1923 +% read_route_list
  1.1924 +gsave
  1.1925 +1 setlinewidth
  1.1926 +0.000 0.000 0.000 nodecolor
  1.1927 +1442 2052 68.79 18 ellipse_path stroke
  1.1928 +0.000 0.000 0.000 nodecolor
  1.1929 +grestore
  1.1930 +% deliver_msg_list->read_route_list
  1.1931 +gsave
  1.1932 +1 setlinewidth
  1.1933 +solid
  1.1934 +0.000 0.000 0.000 edgecolor
  1.1935 +newpath 1027 2257 moveto
  1.1936 +1120 2245 1283 2222 1306 2209 curveto
  1.1937 +1362 2178 1405 2115 1427 2079 curveto
  1.1938 +stroke
  1.1939 +0.000 0.000 0.000 edgecolor
  1.1940 +newpath 1430.2 2080.44 moveto
  1.1941 +1432 2070 lineto
  1.1942 +1424.08 2077.04 lineto
  1.1943 +closepath fill
  1.1944 +1 setlinewidth
  1.1945 +solid
  1.1946 +0.000 0.000 0.000 edgecolor
  1.1947 +newpath 1430.2 2080.44 moveto
  1.1948 +1432 2070 lineto
  1.1949 +1424.08 2077.04 lineto
  1.1950 +closepath stroke
  1.1951 +grestore
  1.1952 +% destroy_route_list
  1.1953 +gsave
  1.1954 +1 setlinewidth
  1.1955 +0.000 0.000 0.000 nodecolor
  1.1956 +1442 2647 80.8 18 ellipse_path stroke
  1.1957 +0.000 0.000 0.000 nodecolor
  1.1958 +grestore
  1.1959 +% deliver_msg_list->destroy_route_list
  1.1960 +gsave
  1.1961 +1 setlinewidth
  1.1962 +solid
  1.1963 +0.000 0.000 0.000 edgecolor
  1.1964 +newpath 1013 2279 moveto
  1.1965 +1022 2284 1030 2290 1036 2298 curveto
  1.1966 +1079 2354 1022 2565 1072 2615 curveto
  1.1967 +1154 2694 1297 2679 1379 2663 curveto
  1.1968 +stroke
  1.1969 +0.000 0.000 0.000 edgecolor
  1.1970 +newpath 1379.88 2666.39 moveto
  1.1971 +1389 2661 lineto
  1.1972 +1378.51 2659.53 lineto
  1.1973 +closepath fill
  1.1974 +1 setlinewidth
  1.1975 +solid
  1.1976 +0.000 0.000 0.000 edgecolor
  1.1977 +newpath 1379.88 2666.39 moveto
  1.1978 +1389 2661 lineto
  1.1979 +1378.51 2659.53 lineto
  1.1980 +closepath stroke
  1.1981 +grestore
  1.1982 +% spool_lock
  1.1983 +gsave
  1.1984 +1 setlinewidth
  1.1985 +0.000 0.000 0.000 nodecolor
  1.1986 +1189 952 54.9 18 ellipse_path stroke
  1.1987 +0.000 0.000 0.000 nodecolor
  1.1988 +grestore
  1.1989 +% deliver_msg_list->spool_lock
  1.1990 +gsave
  1.1991 +1 setlinewidth
  1.1992 +solid
  1.1993 +0.000 0.000 0.000 edgecolor
  1.1994 +newpath 964 2248 moveto
  1.1995 +989 2105 1153 1157 1184 980 curveto
  1.1996 +stroke
  1.1997 +0.000 0.000 0.000 edgecolor
  1.1998 +newpath 1187.47 980.49 moveto
  1.1999 +1186 970 lineto
  1.2000 +1180.61 979.12 lineto
  1.2001 +closepath fill
  1.2002 +1 setlinewidth
  1.2003 +solid
  1.2004 +0.000 0.000 0.000 edgecolor
  1.2005 +newpath 1187.47 980.49 moveto
  1.2006 +1186 970 lineto
  1.2007 +1180.61 979.12 lineto
  1.2008 +closepath stroke
  1.2009 +grestore
  1.2010 +% alias_expand
  1.2011 +gsave
  1.2012 +1 setlinewidth
  1.2013 +0.000 0.000 0.000 nodecolor
  1.2014 +2769 3436 61.15 18 ellipse_path stroke
  1.2015 +0.000 0.000 0.000 nodecolor
  1.2016 +grestore
  1.2017 +% deliver_msg_list->alias_expand
  1.2018 +gsave
  1.2019 +1 setlinewidth
  1.2020 +solid
  1.2021 +0.000 0.000 0.000 edgecolor
  1.2022 +newpath 1013 2279 moveto
  1.2023 +1022 2284 1030 2290 1036 2298 curveto
  1.2024 +1093 2380 1005 3123 1072 3198 curveto
  1.2025 +1184 3321 2393 3411 2699 3431 curveto
  1.2026 +stroke
  1.2027 +0.000 0.000 0.000 edgecolor
  1.2028 +newpath 2698.7 3434.49 moveto
  1.2029 +2709 3432 lineto
  1.2030 +2699.4 3427.52 lineto
  1.2031 +closepath fill
  1.2032 +1 setlinewidth
  1.2033 +solid
  1.2034 +0.000 0.000 0.000 edgecolor
  1.2035 +newpath 2698.7 3434.49 moveto
  1.2036 +2709 3432 lineto
  1.2037 +2699.4 3427.52 lineto
  1.2038 +closepath stroke
  1.2039 +grestore
  1.2040 +% create_msg_out_list
  1.2041 +gsave
  1.2042 +1 setlinewidth
  1.2043 +0.000 0.000 0.000 nodecolor
  1.2044 +1189 2892 89.14 18 ellipse_path stroke
  1.2045 +0.000 0.000 0.000 nodecolor
  1.2046 +grestore
  1.2047 +% deliver_msg_list->create_msg_out_list
  1.2048 +gsave
  1.2049 +1 setlinewidth
  1.2050 +solid
  1.2051 +0.000 0.000 0.000 edgecolor
  1.2052 +newpath 1013 2279 moveto
  1.2053 +1022 2284 1030 2290 1036 2298 curveto
  1.2054 +1095 2378 1036 2652 1072 2745 curveto
  1.2055 +1092 2794 1134 2840 1162 2867 curveto
  1.2056 +stroke
  1.2057 +0.000 0.000 0.000 edgecolor
  1.2058 +newpath 1159.45 2869.4 moveto
  1.2059 +1169 2874 lineto
  1.2060 +1164.4 2864.45 lineto
  1.2061 +closepath fill
  1.2062 +1 setlinewidth
  1.2063 +solid
  1.2064 +0.000 0.000 0.000 edgecolor
  1.2065 +newpath 1159.45 2869.4 moveto
  1.2066 +1169 2874 lineto
  1.2067 +1164.4 2864.45 lineto
  1.2068 +closepath stroke
  1.2069 +grestore
  1.2070 +% rcptlist_with_addr_is_local
  1.2071 +gsave
  1.2072 +1 setlinewidth
  1.2073 +0.000 0.000 0.000 nodecolor
  1.2074 +1189 3171 116.24 18 ellipse_path stroke
  1.2075 +0.000 0.000 0.000 nodecolor
  1.2076 +grestore
  1.2077 +% deliver_msg_list->rcptlist_with_addr_is_local
  1.2078 +gsave
  1.2079 +1 setlinewidth
  1.2080 +solid
  1.2081 +0.000 0.000 0.000 edgecolor
  1.2082 +newpath 1013 2279 moveto
  1.2083 +1022 2284 1030 2290 1036 2298 curveto
  1.2084 +1076 2354 1056 2851 1072 2919 curveto
  1.2085 +1094 3006 1146 3099 1173 3144 curveto
  1.2086 +stroke
  1.2087 +0.000 0.000 0.000 edgecolor
  1.2088 +newpath 1170.08 3145.96 moveto
  1.2089 +1178 3153 lineto
  1.2090 +1176.2 3142.56 lineto
  1.2091 +closepath fill
  1.2092 +1 setlinewidth
  1.2093 +solid
  1.2094 +0.000 0.000 0.000 edgecolor
  1.2095 +newpath 1170.08 3145.96 moveto
  1.2096 +1178 3153 lineto
  1.2097 +1176.2 3142.56 lineto
  1.2098 +closepath stroke
  1.2099 +grestore
  1.2100 +% deliver_msgout_list_online
  1.2101 +gsave
  1.2102 +1 setlinewidth
  1.2103 +0.000 0.000 0.000 nodecolor
  1.2104 +1189 2316 114.15 18 ellipse_path stroke
  1.2105 +0.000 0.000 0.000 nodecolor
  1.2106 +grestore
  1.2107 +% deliver_msg_list->deliver_msgout_list_online
  1.2108 +gsave
  1.2109 +1 setlinewidth
  1.2110 +solid
  1.2111 +0.000 0.000 0.000 edgecolor
  1.2112 +newpath 1016 2278 moveto
  1.2113 +1045 2284 1081 2292 1112 2299 curveto
  1.2114 +stroke
  1.2115 +0.000 0.000 0.000 edgecolor
  1.2116 +newpath 1111.51 2302.47 moveto
  1.2117 +1122 2301 lineto
  1.2118 +1112.88 2295.61 lineto
  1.2119 +closepath fill
  1.2120 +1 setlinewidth
  1.2121 +solid
  1.2122 +0.000 0.000 0.000 edgecolor
  1.2123 +newpath 1111.51 2302.47 moveto
  1.2124 +1122 2301 lineto
  1.2125 +1112.88 2295.61 lineto
  1.2126 +closepath stroke
  1.2127 +grestore
  1.2128 +% clone_msg_out
  1.2129 +gsave
  1.2130 +1 setlinewidth
  1.2131 +0.000 0.000 0.000 nodecolor
  1.2132 +1705 2574 70.88 18 ellipse_path stroke
  1.2133 +0.000 0.000 0.000 nodecolor
  1.2134 +grestore
  1.2135 +% deliver_msg_list->clone_msg_out
  1.2136 +gsave
  1.2137 +1 setlinewidth
  1.2138 +solid
  1.2139 +0.000 0.000 0.000 edgecolor
  1.2140 +newpath 1009 2280 moveto
  1.2141 +1019 2284 1028 2290 1036 2298 curveto
  1.2142 +1064 2324 1044 2349 1072 2375 curveto
  1.2143 +1232 2517 1494 2558 1625 2569 curveto
  1.2144 +stroke
  1.2145 +0.000 0.000 0.000 edgecolor
  1.2146 +newpath 1624.7 2572.49 moveto
  1.2147 +1635 2570 lineto
  1.2148 +1625.4 2565.52 lineto
  1.2149 +closepath fill
  1.2150 +1 setlinewidth
  1.2151 +solid
  1.2152 +0.000 0.000 0.000 edgecolor
  1.2153 +newpath 1624.7 2572.49 moveto
  1.2154 +1635 2570 lineto
  1.2155 +1625.4 2565.52 lineto
  1.2156 +closepath stroke
  1.2157 +grestore
  1.2158 +% deliver_route_msg_list
  1.2159 +gsave
  1.2160 +1 setlinewidth
  1.2161 +0.000 0.000 0.000 nodecolor
  1.2162 +1442 2366 98.87 18 ellipse_path stroke
  1.2163 +0.000 0.000 0.000 nodecolor
  1.2164 +grestore
  1.2165 +% deliver_msg_list->deliver_route_msg_list
  1.2166 +gsave
  1.2167 +1 setlinewidth
  1.2168 +solid
  1.2169 +0.000 0.000 0.000 edgecolor
  1.2170 +newpath 1005 2280 moveto
  1.2171 +1016 2285 1027 2291 1036 2298 curveto
  1.2172 +1057 2313 1050 2331 1072 2343 curveto
  1.2173 +1161 2389 1279 2387 1358 2379 curveto
  1.2174 +stroke
  1.2175 +0.000 0.000 0.000 edgecolor
  1.2176 +newpath 1358.4 2382.48 moveto
  1.2177 +1368 2378 lineto
  1.2178 +1357.7 2375.51 lineto
  1.2179 +closepath fill
  1.2180 +1 setlinewidth
  1.2181 +solid
  1.2182 +0.000 0.000 0.000 edgecolor
  1.2183 +newpath 1358.4 2382.48 moveto
  1.2184 +1368 2378 lineto
  1.2185 +1357.7 2375.51 lineto
  1.2186 +closepath stroke
  1.2187 +grestore
  1.2188 +% destroy_msg_out_list
  1.2189 +gsave
  1.2190 +1 setlinewidth
  1.2191 +0.000 0.000 0.000 nodecolor
  1.2192 +1705 2266 95.89 18 ellipse_path stroke
  1.2193 +0.000 0.000 0.000 nodecolor
  1.2194 +grestore
  1.2195 +% deliver_msg_list->destroy_msg_out_list
  1.2196 +gsave
  1.2197 +1 setlinewidth
  1.2198 +solid
  1.2199 +0.000 0.000 0.000 edgecolor
  1.2200 +newpath 1036 2266 moveto
  1.2201 +1168 2266 1446 2266 1599 2266 curveto
  1.2202 +stroke
  1.2203 +0.000 0.000 0.000 edgecolor
  1.2204 +newpath 1599 2269.5 moveto
  1.2205 +1609 2266 lineto
  1.2206 +1599 2262.5 lineto
  1.2207 +closepath fill
  1.2208 +1 setlinewidth
  1.2209 +solid
  1.2210 +0.000 0.000 0.000 edgecolor
  1.2211 +newpath 1599 2269.5 moveto
  1.2212 +1609 2266 lineto
  1.2213 +1599 2262.5 lineto
  1.2214 +closepath stroke
  1.2215 +grestore
  1.2216 +% deliver_local
  1.2217 +gsave
  1.2218 +1 setlinewidth
  1.2219 +0.000 0.000 0.000 nodecolor
  1.2220 +2270 2691 59.96 18 ellipse_path stroke
  1.2221 +0.000 0.000 0.000 nodecolor
  1.2222 +grestore
  1.2223 +% deliver_msg_list->deliver_local
  1.2224 +gsave
  1.2225 +1 setlinewidth
  1.2226 +solid
  1.2227 +0.000 0.000 0.000 edgecolor
  1.2228 +newpath 1011 2279 moveto
  1.2229 +1021 2284 1029 2290 1036 2298 curveto
  1.2230 +1081 2350 1027 2397 1072 2449 curveto
  1.2231 +1157 2545 1220 2513 1342 2550 curveto
  1.2232 +1445 2580 1473 2582 1578 2601 curveto
  1.2233 +1807 2640 2079 2670 2203 2684 curveto
  1.2234 +stroke
  1.2235 +0.000 0.000 0.000 edgecolor
  1.2236 +newpath 2202.7 2687.49 moveto
  1.2237 +2213 2685 lineto
  1.2238 +2203.4 2680.52 lineto
  1.2239 +closepath fill
  1.2240 +1 setlinewidth
  1.2241 +solid
  1.2242 +0.000 0.000 0.000 edgecolor
  1.2243 +newpath 2202.7 2687.49 moveto
  1.2244 +2213 2685 lineto
  1.2245 +2203.4 2680.52 lineto
  1.2246 +closepath stroke
  1.2247 +grestore
  1.2248 +% create_local_route
  1.2249 +gsave
  1.2250 +1 setlinewidth
  1.2251 +0.000 0.000 0.000 nodecolor
  1.2252 +1189 2182 82.19 18 ellipse_path stroke
  1.2253 +0.000 0.000 0.000 nodecolor
  1.2254 +grestore
  1.2255 +% deliver_msg_list->create_local_route
  1.2256 +gsave
  1.2257 +1 setlinewidth
  1.2258 +solid
  1.2259 +0.000 0.000 0.000 edgecolor
  1.2260 +newpath 992 2249 moveto
  1.2261 +1014 2238 1044 2224 1072 2214 curveto
  1.2262 +1089 2208 1106 2202 1123 2198 curveto
  1.2263 +stroke
  1.2264 +0.000 0.000 0.000 edgecolor
  1.2265 +newpath 1124.43 2201.23 moveto
  1.2266 +1133 2195 lineto
  1.2267 +1122.42 2194.52 lineto
  1.2268 +closepath fill
  1.2269 +1 setlinewidth
  1.2270 +solid
  1.2271 +0.000 0.000 0.000 edgecolor
  1.2272 +newpath 1124.43 2201.23 moveto
  1.2273 +1133 2195 lineto
  1.2274 +1122.42 2194.52 lineto
  1.2275 +closepath stroke
  1.2276 +grestore
  1.2277 +% accept_message_prepare
  1.2278 +gsave
  1.2279 +1 setlinewidth
  1.2280 +0.000 0.000 0.000 nodecolor
  1.2281 +3031 456 109.1 18 ellipse_path stroke
  1.2282 +0.000 0.000 0.000 nodecolor
  1.2283 +grestore
  1.2284 +% accept_message_prepare->create_address
  1.2285 +gsave
  1.2286 +1 setlinewidth
  1.2287 +solid
  1.2288 +0.000 0.000 0.000 edgecolor
  1.2289 +newpath 3111 468 moveto
  1.2290 +3122 473 3132 479 3140 488 curveto
  1.2291 +3199 553 3115 619 3176 680 curveto
  1.2292 +3245 750 3323 655 3392 723 curveto
  1.2293 +3488 817 3527 1259 3535 1376 curveto
  1.2294 +stroke
  1.2295 +0.000 0.000 0.000 edgecolor
  1.2296 +newpath 3531.52 1376.4 moveto
  1.2297 +3536 1386 lineto
  1.2298 +3538.49 1375.7 lineto
  1.2299 +closepath fill
  1.2300 +1 setlinewidth
  1.2301 +solid
  1.2302 +0.000 0.000 0.000 edgecolor
  1.2303 +newpath 3531.52 1376.4 moveto
  1.2304 +3536 1386 lineto
  1.2305 +3538.49 1375.7 lineto
  1.2306 +closepath stroke
  1.2307 +grestore
  1.2308 +% accept_message_prepare->create_address_qualified
  1.2309 +gsave
  1.2310 +1 setlinewidth
  1.2311 +solid
  1.2312 +0.000 0.000 0.000 edgecolor
  1.2313 +newpath 3043 474 moveto
  1.2314 +3067 510 3120 594 3140 673 curveto
  1.2315 +3161 752 3125 1341 3176 1404 curveto
  1.2316 +3180 1408 3184 1412 3188 1415 curveto
  1.2317 +stroke
  1.2318 +0.000 0.000 0.000 edgecolor
  1.2319 +newpath 3186.56 1418.2 moveto
  1.2320 +3197 1420 lineto
  1.2321 +3189.96 1412.08 lineto
  1.2322 +closepath fill
  1.2323 +1 setlinewidth
  1.2324 +solid
  1.2325 +0.000 0.000 0.000 edgecolor
  1.2326 +newpath 3186.56 1418.2 moveto
  1.2327 +3197 1420 lineto
  1.2328 +3189.96 1412.08 lineto
  1.2329 +closepath stroke
  1.2330 +grestore
  1.2331 +% accept_message_prepare->destroy_address
  1.2332 +gsave
  1.2333 +1 setlinewidth
  1.2334 +solid
  1.2335 +0.000 0.000 0.000 edgecolor
  1.2336 +newpath 3044 474 moveto
  1.2337 +3068 510 3121 594 3140 673 curveto
  1.2338 +3174 811 3102 3091 3176 3212 curveto
  1.2339 +3187 3230 3206 3242 3225 3251 curveto
  1.2340 +stroke
  1.2341 +0.000 0.000 0.000 edgecolor
  1.2342 +newpath 3223.44 3254.14 moveto
  1.2343 +3234 3255 lineto
  1.2344 +3226.28 3247.74 lineto
  1.2345 +closepath fill
  1.2346 +1 setlinewidth
  1.2347 +solid
  1.2348 +0.000 0.000 0.000 edgecolor
  1.2349 +newpath 3223.44 3254.14 moveto
  1.2350 +3234 3255 lineto
  1.2351 +3226.28 3247.74 lineto
  1.2352 +closepath stroke
  1.2353 +grestore
  1.2354 +% accept_message_prepare->addr_string
  1.2355 +gsave
  1.2356 +1 setlinewidth
  1.2357 +solid
  1.2358 +0.000 0.000 0.000 edgecolor
  1.2359 +newpath 3073 473 moveto
  1.2360 +3097 484 3125 502 3140 526 curveto
  1.2361 +3204 626 3100 700 3176 789 curveto
  1.2362 +3188 802 3204 810 3220 815 curveto
  1.2363 +stroke
  1.2364 +0.000 0.000 0.000 edgecolor
  1.2365 +newpath 3219.51 818.47 moveto
  1.2366 +3230 817 lineto
  1.2367 +3220.88 811.61 lineto
  1.2368 +closepath fill
  1.2369 +1 setlinewidth
  1.2370 +solid
  1.2371 +0.000 0.000 0.000 edgecolor
  1.2372 +newpath 3219.51 818.47 moveto
  1.2373 +3230 817 lineto
  1.2374 +3220.88 811.61 lineto
  1.2375 +closepath stroke
  1.2376 +grestore
  1.2377 +% string_base62
  1.2378 +gsave
  1.2379 +1 setlinewidth
  1.2380 +0.000 0.000 0.000 nodecolor
  1.2381 +3284 545 64.12 18 ellipse_path stroke
  1.2382 +0.000 0.000 0.000 nodecolor
  1.2383 +grestore
  1.2384 +% accept_message_prepare->string_base62
  1.2385 +gsave
  1.2386 +1 setlinewidth
  1.2387 +solid
  1.2388 +0.000 0.000 0.000 edgecolor
  1.2389 +newpath 3096 471 moveto
  1.2390 +3111 475 3126 481 3140 488 curveto
  1.2391 +3159 498 3158 509 3176 518 curveto
  1.2392 +3189 524 3204 530 3218 534 curveto
  1.2393 +stroke
  1.2394 +0.000 0.000 0.000 edgecolor
  1.2395 +newpath 3217.51 537.47 moveto
  1.2396 +3228 536 lineto
  1.2397 +3218.88 530.61 lineto
  1.2398 +closepath fill
  1.2399 +1 setlinewidth
  1.2400 +solid
  1.2401 +0.000 0.000 0.000 edgecolor
  1.2402 +newpath 3217.51 537.47 moveto
  1.2403 +3228 536 lineto
  1.2404 +3218.88 530.61 lineto
  1.2405 +closepath stroke
  1.2406 +grestore
  1.2407 +% _g_list_addr_isequal
  1.2408 +gsave
  1.2409 +1 setlinewidth
  1.2410 +0.000 0.000 0.000 nodecolor
  1.2411 +3284 491 91.22 18 ellipse_path stroke
  1.2412 +0.000 0.000 0.000 nodecolor
  1.2413 +grestore
  1.2414 +% accept_message_prepare->_g_list_addr_isequal
  1.2415 +gsave
  1.2416 +1 setlinewidth
  1.2417 +dotted
  1.2418 +0.000 0.000 0.000 edgecolor
  1.2419 +newpath 3115 468 moveto
  1.2420 +3142 472 3172 476 3199 480 curveto
  1.2421 +stroke
  1.2422 +0.000 0.000 0.000 edgecolor
  1.2423 +newpath 3198.7 483.49 moveto
  1.2424 +3209 481 lineto
  1.2425 +3199.4 476.52 lineto
  1.2426 +closepath fill
  1.2427 +1 setlinewidth
  1.2428 +solid
  1.2429 +0.000 0.000 0.000 edgecolor
  1.2430 +newpath 3198.7 483.49 moveto
  1.2431 +3209 481 lineto
  1.2432 +3199.4 476.52 lineto
  1.2433 +closepath stroke
  1.2434 +grestore
  1.2435 +% find_header
  1.2436 +gsave
  1.2437 +1 setlinewidth
  1.2438 +0.000 0.000 0.000 nodecolor
  1.2439 +3284 437 56.98 18 ellipse_path stroke
  1.2440 +0.000 0.000 0.000 nodecolor
  1.2441 +grestore
  1.2442 +% accept_message_prepare->find_header
  1.2443 +gsave
  1.2444 +1 setlinewidth
  1.2445 +solid
  1.2446 +0.000 0.000 0.000 edgecolor
  1.2447 +newpath 3130 449 moveto
  1.2448 +3159 446 3191 444 3218 442 curveto
  1.2449 +stroke
  1.2450 +0.000 0.000 0.000 edgecolor
  1.2451 +newpath 3218.4 445.48 moveto
  1.2452 +3228 441 lineto
  1.2453 +3217.7 438.51 lineto
  1.2454 +closepath fill
  1.2455 +1 setlinewidth
  1.2456 +solid
  1.2457 +0.000 0.000 0.000 edgecolor
  1.2458 +newpath 3218.4 445.48 moveto
  1.2459 +3228 441 lineto
  1.2460 +3217.7 438.51 lineto
  1.2461 +closepath stroke
  1.2462 +grestore
  1.2463 +% addr_list_append_rfc822
  1.2464 +gsave
  1.2465 +1 setlinewidth
  1.2466 +0.000 0.000 0.000 nodecolor
  1.2467 +3537 1566 109.1 18 ellipse_path stroke
  1.2468 +0.000 0.000 0.000 nodecolor
  1.2469 +grestore
  1.2470 +% accept_message_prepare->addr_list_append_rfc822
  1.2471 +gsave
  1.2472 +1 setlinewidth
  1.2473 +solid
  1.2474 +0.000 0.000 0.000 edgecolor
  1.2475 +newpath 3072 473 moveto
  1.2476 +3096 484 3124 502 3140 526 curveto
  1.2477 +3189 598 3121 651 3176 716 curveto
  1.2478 +3243 794 3332 712 3392 794 curveto
  1.2479 +3442 861 3376 1474 3428 1539 curveto
  1.2480 +3432 1543 3436 1547 3440 1550 curveto
  1.2481 +stroke
  1.2482 +0.000 0.000 0.000 edgecolor
  1.2483 +newpath 3438.56 1553.2 moveto
  1.2484 +3449 1555 lineto
  1.2485 +3441.96 1547.08 lineto
  1.2486 +closepath fill
  1.2487 +1 setlinewidth
  1.2488 +solid
  1.2489 +0.000 0.000 0.000 edgecolor
  1.2490 +newpath 3438.56 1553.2 moveto
  1.2491 +3449 1555 lineto
  1.2492 +3441.96 1547.08 lineto
  1.2493 +closepath stroke
  1.2494 +grestore
  1.2495 +% rec_timestamp
  1.2496 +gsave
  1.2497 +1 setlinewidth
  1.2498 +0.000 0.000 0.000 nodecolor
  1.2499 +3284 653 68.1 18 ellipse_path stroke
  1.2500 +0.000 0.000 0.000 nodecolor
  1.2501 +grestore
  1.2502 +% accept_message_prepare->rec_timestamp
  1.2503 +gsave
  1.2504 +1 setlinewidth
  1.2505 +solid
  1.2506 +0.000 0.000 0.000 edgecolor
  1.2507 +newpath 3110 468 moveto
  1.2508 +3121 473 3132 479 3140 488 curveto
  1.2509 +3185 534 3131 582 3176 626 curveto
  1.2510 +3185 635 3197 641 3208 645 curveto
  1.2511 +stroke
  1.2512 +0.000 0.000 0.000 edgecolor
  1.2513 +newpath 3207.42 648.48 moveto
  1.2514 +3218 648 lineto
  1.2515 +3209.43 641.77 lineto
  1.2516 +closepath fill
  1.2517 +1 setlinewidth
  1.2518 +solid
  1.2519 +0.000 0.000 0.000 edgecolor
  1.2520 +newpath 3207.42 648.48 moveto
  1.2521 +3218 648 lineto
  1.2522 +3209.43 641.77 lineto
  1.2523 +closepath stroke
  1.2524 +grestore
  1.2525 +% header_fold
  1.2526 +gsave
  1.2527 +1 setlinewidth
  1.2528 +0.000 0.000 0.000 nodecolor
  1.2529 +3284 599 57.17 18 ellipse_path stroke
  1.2530 +0.000 0.000 0.000 nodecolor
  1.2531 +grestore
  1.2532 +% accept_message_prepare->header_fold
  1.2533 +gsave
  1.2534 +1 setlinewidth
  1.2535 +solid
  1.2536 +0.000 0.000 0.000 edgecolor
  1.2537 +newpath 3107 469 moveto
  1.2538 +3119 474 3131 480 3140 488 curveto
  1.2539 +3171 515 3146 546 3176 572 curveto
  1.2540 +3187 583 3203 589 3218 593 curveto
  1.2541 +stroke
  1.2542 +0.000 0.000 0.000 edgecolor
  1.2543 +newpath 3217.51 596.47 moveto
  1.2544 +3228 595 lineto
  1.2545 +3218.88 589.61 lineto
  1.2546 +closepath fill
  1.2547 +1 setlinewidth
  1.2548 +solid
  1.2549 +0.000 0.000 0.000 edgecolor
  1.2550 +newpath 3217.51 596.47 moveto
  1.2551 +3228 595 lineto
  1.2552 +3218.88 589.61 lineto
  1.2553 +closepath stroke
  1.2554 +grestore
  1.2555 +% create_header
  1.2556 +gsave
  1.2557 +1 setlinewidth
  1.2558 +0.000 0.000 0.000 nodecolor
  1.2559 +3284 1377 64.12 18 ellipse_path stroke
  1.2560 +0.000 0.000 0.000 nodecolor
  1.2561 +grestore
  1.2562 +% accept_message_prepare->create_header
  1.2563 +gsave
  1.2564 +1 setlinewidth
  1.2565 +solid
  1.2566 +0.000 0.000 0.000 edgecolor
  1.2567 +newpath 3042 474 moveto
  1.2568 +3064 510 3113 596 3140 673 curveto
  1.2569 +3141 676 3252 1218 3278 1349 curveto
  1.2570 +stroke
  1.2571 +0.000 0.000 0.000 edgecolor
  1.2572 +newpath 3274.61 1349.88 moveto
  1.2573 +3280 1359 lineto
  1.2574 +3281.47 1348.51 lineto
  1.2575 +closepath fill
  1.2576 +1 setlinewidth
  1.2577 +solid
  1.2578 +0.000 0.000 0.000 edgecolor
  1.2579 +newpath 3274.61 1349.88 moveto
  1.2580 +3280 1359 lineto
  1.2581 +3281.47 1348.51 lineto
  1.2582 +closepath stroke
  1.2583 +grestore
  1.2584 +% destroy_header
  1.2585 +gsave
  1.2586 +1 setlinewidth
  1.2587 +0.000 0.000 0.000 nodecolor
  1.2588 +3284 1826 70.88 18 ellipse_path stroke
  1.2589 +0.000 0.000 0.000 nodecolor
  1.2590 +grestore
  1.2591 +% accept_message_prepare->destroy_header
  1.2592 +gsave
  1.2593 +1 setlinewidth
  1.2594 +solid
  1.2595 +0.000 0.000 0.000 edgecolor
  1.2596 +newpath 3044 474 moveto
  1.2597 +3068 510 3120 594 3140 673 curveto
  1.2598 +3169 787 3129 1616 3176 1723 curveto
  1.2599 +3191 1757 3223 1785 3249 1803 curveto
  1.2600 +stroke
  1.2601 +0.000 0.000 0.000 edgecolor
  1.2602 +newpath 3246.9 1805.8 moveto
  1.2603 +3257 1809 lineto
  1.2604 +3251.1 1800.2 lineto
  1.2605 +closepath fill
  1.2606 +1 setlinewidth
  1.2607 +solid
  1.2608 +0.000 0.000 0.000 edgecolor
  1.2609 +newpath 3246.9 1805.8 moveto
  1.2610 +3257 1809 lineto
  1.2611 +3251.1 1800.2 lineto
  1.2612 +closepath stroke
  1.2613 +grestore
  1.2614 +% addr_list_append_rfc822->_create_address
  1.2615 +gsave
  1.2616 +1 setlinewidth
  1.2617 +solid
  1.2618 +0.000 0.000 0.000 edgecolor
  1.2619 +newpath 3646 1566 moveto
  1.2620 +3670 1566 3696 1566 3720 1566 curveto
  1.2621 +stroke
  1.2622 +0.000 0.000 0.000 edgecolor
  1.2623 +newpath 3720 1569.5 moveto
  1.2624 +3730 1566 lineto
  1.2625 +3720 1562.5 lineto
  1.2626 +closepath fill
  1.2627 +1 setlinewidth
  1.2628 +solid
  1.2629 +0.000 0.000 0.000 edgecolor
  1.2630 +newpath 3720 1569.5 moveto
  1.2631 +3730 1566 lineto
  1.2632 +3720 1562.5 lineto
  1.2633 +closepath stroke
  1.2634 +grestore
  1.2635 +% pipe_out
  1.2636 +gsave
  1.2637 +1 setlinewidth
  1.2638 +0.000 0.000 0.000 nodecolor
  1.2639 +2519 2764 45.86 18 ellipse_path stroke
  1.2640 +0.000 0.000 0.000 nodecolor
  1.2641 +grestore
  1.2642 +% pipe_out->peidopen
  1.2643 +gsave
  1.2644 +1 setlinewidth
  1.2645 +solid
  1.2646 +0.000 0.000 0.000 edgecolor
  1.2647 +newpath 2557 2754 moveto
  1.2648 +2575 2749 2597 2743 2616 2737 curveto
  1.2649 +2755 2692 2780 2652 2922 2623 curveto
  1.2650 +3028 2601 3154 2599 3227 2601 curveto
  1.2651 +stroke
  1.2652 +0.000 0.000 0.000 edgecolor
  1.2653 +newpath 3227 2604.5 moveto
  1.2654 +3237 2601 lineto
  1.2655 +3227 2597.5 lineto
  1.2656 +closepath fill
  1.2657 +1 setlinewidth
  1.2658 +solid
  1.2659 +0.000 0.000 0.000 edgecolor
  1.2660 +newpath 3227 2604.5 moveto
  1.2661 +3237 2601 lineto
  1.2662 +3227 2597.5 lineto
  1.2663 +closepath stroke
  1.2664 +grestore
  1.2665 +% addr_find_ancestor
  1.2666 +gsave
  1.2667 +1 setlinewidth
  1.2668 +0.000 0.000 0.000 nodecolor
  1.2669 +2769 2818 87.05 18 ellipse_path stroke
  1.2670 +0.000 0.000 0.000 nodecolor
  1.2671 +grestore
  1.2672 +% pipe_out->addr_find_ancestor
  1.2673 +gsave
  1.2674 +1 setlinewidth
  1.2675 +solid
  1.2676 +0.000 0.000 0.000 edgecolor
  1.2677 +newpath 2559 2773 moveto
  1.2678 +2596 2781 2653 2793 2698 2803 curveto
  1.2679 +stroke
  1.2680 +0.000 0.000 0.000 edgecolor
  1.2681 +newpath 2697.51 2806.47 moveto
  1.2682 +2708 2805 lineto
  1.2683 +2698.88 2799.61 lineto
  1.2684 +closepath fill
  1.2685 +1 setlinewidth
  1.2686 +solid
  1.2687 +0.000 0.000 0.000 edgecolor
  1.2688 +newpath 2697.51 2806.47 moveto
  1.2689 +2708 2805 lineto
  1.2690 +2698.88 2799.61 lineto
  1.2691 +closepath stroke
  1.2692 +grestore
  1.2693 +% set_euidgid
  1.2694 +gsave
  1.2695 +1 setlinewidth
  1.2696 +0.000 0.000 0.000 nodecolor
  1.2697 +3031 821 55.09 18 ellipse_path stroke
  1.2698 +0.000 0.000 0.000 nodecolor
  1.2699 +grestore
  1.2700 +% pipe_out->set_euidgid
  1.2701 +gsave
  1.2702 +1 setlinewidth
  1.2703 +solid
  1.2704 +0.000 0.000 0.000 edgecolor
  1.2705 +newpath 2565 2762 moveto
  1.2706 +2584 2759 2604 2752 2616 2737 curveto
  1.2707 +2670 2669 2609 2034 2652 1959 curveto
  1.2708 +2714 1851 2823 1913 2886 1807 curveto
  1.2709 +2940 1716 2907 1437 2922 1333 curveto
  1.2710 +2950 1147 3004 926 3023 849 curveto
  1.2711 +stroke
  1.2712 +0.000 0.000 0.000 edgecolor
  1.2713 +newpath 3026.48 849.58 moveto
  1.2714 +3026 839 lineto
  1.2715 +3019.77 847.57 lineto
  1.2716 +closepath fill
  1.2717 +1 setlinewidth
  1.2718 +solid
  1.2719 +0.000 0.000 0.000 edgecolor
  1.2720 +newpath 3026.48 849.58 moveto
  1.2721 +3026 839 lineto
  1.2722 +3019.77 847.57 lineto
  1.2723 +closepath stroke
  1.2724 +grestore
  1.2725 +% message_stream
  1.2726 +gsave
  1.2727 +1 setlinewidth
  1.2728 +0.000 0.000 0.000 nodecolor
  1.2729 +2769 2764 75.05 18 ellipse_path stroke
  1.2730 +0.000 0.000 0.000 nodecolor
  1.2731 +grestore
  1.2732 +% pipe_out->message_stream
  1.2733 +gsave
  1.2734 +1 setlinewidth
  1.2735 +solid
  1.2736 +0.000 0.000 0.000 edgecolor
  1.2737 +newpath 2565 2764 moveto
  1.2738 +2598 2764 2644 2764 2684 2764 curveto
  1.2739 +stroke
  1.2740 +0.000 0.000 0.000 edgecolor
  1.2741 +newpath 2684 2767.5 moveto
  1.2742 +2694 2764 lineto
  1.2743 +2684 2760.5 lineto
  1.2744 +closepath fill
  1.2745 +1 setlinewidth
  1.2746 +solid
  1.2747 +0.000 0.000 0.000 edgecolor
  1.2748 +newpath 2684 2767.5 moveto
  1.2749 +2694 2764 lineto
  1.2750 +2684 2760.5 lineto
  1.2751 +closepath stroke
  1.2752 +grestore
  1.2753 +% read_route
  1.2754 +gsave
  1.2755 +1 setlinewidth
  1.2756 +0.000 0.000 0.000 nodecolor
  1.2757 +2769 2116 52.81 18 ellipse_path stroke
  1.2758 +0.000 0.000 0.000 nodecolor
  1.2759 +grestore
  1.2760 +% read_route->parse_address_list
  1.2761 +gsave
  1.2762 +1 setlinewidth
  1.2763 +solid
  1.2764 +0.000 0.000 0.000 edgecolor
  1.2765 +newpath 2822 2113 moveto
  1.2766 +2844 2109 2869 2101 2886 2084 curveto
  1.2767 +2934 2034 2875 1983 2922 1934 curveto
  1.2768 +2930 1925 2939 1919 2950 1915 curveto
  1.2769 +stroke
  1.2770 +0.000 0.000 0.000 edgecolor
  1.2771 +newpath 2951.28 1918.26 moveto
  1.2772 +2959 1911 lineto
  1.2773 +2948.44 1911.86 lineto
  1.2774 +closepath fill
  1.2775 +1 setlinewidth
  1.2776 +solid
  1.2777 +0.000 0.000 0.000 edgecolor
  1.2778 +newpath 2951.28 1918.26 moveto
  1.2779 +2959 1911 lineto
  1.2780 +2948.44 1911.86 lineto
  1.2781 +closepath stroke
  1.2782 +grestore
  1.2783 +% read_route->parse_list
  1.2784 +gsave
  1.2785 +1 setlinewidth
  1.2786 +solid
  1.2787 +0.000 0.000 0.000 edgecolor
  1.2788 +newpath 2821 2113 moveto
  1.2789 +2844 2109 2869 2101 2886 2084 curveto
  1.2790 +2924 2047 2880 2003 2922 1972 curveto
  1.2791 +2969 1937 3139 1950 3228 1960 curveto
  1.2792 +stroke
  1.2793 +0.000 0.000 0.000 edgecolor
  1.2794 +newpath 3227.7 1963.49 moveto
  1.2795 +3238 1961 lineto
  1.2796 +3228.4 1956.52 lineto
  1.2797 +closepath fill
  1.2798 +1 setlinewidth
  1.2799 +solid
  1.2800 +0.000 0.000 0.000 edgecolor
  1.2801 +newpath 3227.7 1963.49 moveto
  1.2802 +3238 1961 lineto
  1.2803 +3228.4 1956.52 lineto
  1.2804 +closepath stroke
  1.2805 +grestore
  1.2806 +% read_route->create_address
  1.2807 +gsave
  1.2808 +1 setlinewidth
  1.2809 +solid
  1.2810 +0.000 0.000 0.000 edgecolor
  1.2811 +newpath 2796 2100 moveto
  1.2812 +2824 2083 2866 2052 2886 2013 curveto
  1.2813 +2950 1891 2845 1820 2922 1707 curveto
  1.2814 +2932 1693 3161 1577 3176 1572 curveto
  1.2815 +3269 1541 3318 1601 3392 1539 curveto
  1.2816 +3431 1506 3391 1465 3428 1431 curveto
  1.2817 +3438 1422 3449 1417 3461 1412 curveto
  1.2818 +stroke
  1.2819 +0.000 0.000 0.000 edgecolor
  1.2820 +newpath 3462.43 1415.23 moveto
  1.2821 +3471 1409 lineto
  1.2822 +3460.42 1408.52 lineto
  1.2823 +closepath fill
  1.2824 +1 setlinewidth
  1.2825 +solid
  1.2826 +0.000 0.000 0.000 edgecolor
  1.2827 +newpath 3462.43 1415.23 moveto
  1.2828 +3471 1409 lineto
  1.2829 +3460.42 1408.52 lineto
  1.2830 +closepath stroke
  1.2831 +grestore
  1.2832 +% read_route->parse_table_pair
  1.2833 +gsave
  1.2834 +1 setlinewidth
  1.2835 +solid
  1.2836 +0.000 0.000 0.000 edgecolor
  1.2837 +newpath 2796 2100 moveto
  1.2838 +2824 2083 2866 2052 2886 2013 curveto
  1.2839 +2970 1847 2857 1771 2922 1598 curveto
  1.2840 +2940 1550 2979 1504 3005 1477 curveto
  1.2841 +stroke
  1.2842 +0.000 0.000 0.000 edgecolor
  1.2843 +newpath 3007.4 1479.55 moveto
  1.2844 +3012 1470 lineto
  1.2845 +3002.45 1474.6 lineto
  1.2846 +closepath fill
  1.2847 +1 setlinewidth
  1.2848 +solid
  1.2849 +0.000 0.000 0.000 edgecolor
  1.2850 +newpath 3007.4 1479.55 moveto
  1.2851 +3012 1470 lineto
  1.2852 +3002.45 1474.6 lineto
  1.2853 +closepath stroke
  1.2854 +grestore
  1.2855 +% read_route->resolve_dns_a
  1.2856 +gsave
  1.2857 +1 setlinewidth
  1.2858 +dotted
  1.2859 +0.000 0.000 0.000 edgecolor
  1.2860 +newpath 2821 2119 moveto
  1.2861 +2844 2123 2869 2132 2886 2148 curveto
  1.2862 +2921 2180 2886 2218 2922 2249 curveto
  1.2863 +3004 2316 3133 2320 3213 2315 curveto
  1.2864 +stroke
  1.2865 +0.000 0.000 0.000 edgecolor
  1.2866 +newpath 3213.4 2318.48 moveto
  1.2867 +3223 2314 lineto
  1.2868 +3212.7 2311.51 lineto
  1.2869 +closepath fill
  1.2870 +1 setlinewidth
  1.2871 +solid
  1.2872 +0.000 0.000 0.000 edgecolor
  1.2873 +newpath 3213.4 2318.48 moveto
  1.2874 +3223 2314 lineto
  1.2875 +3212.7 2311.51 lineto
  1.2876 +closepath stroke
  1.2877 +grestore
  1.2878 +% parse_boolean
  1.2879 +gsave
  1.2880 +1 setlinewidth
  1.2881 +0.000 0.000 0.000 nodecolor
  1.2882 +3031 2520 68.1 18 ellipse_path stroke
  1.2883 +0.000 0.000 0.000 nodecolor
  1.2884 +grestore
  1.2885 +% read_route->parse_boolean
  1.2886 +gsave
  1.2887 +1 setlinewidth
  1.2888 +solid
  1.2889 +0.000 0.000 0.000 edgecolor
  1.2890 +newpath 2810 2128 moveto
  1.2891 +2836 2137 2868 2154 2886 2181 curveto
  1.2892 +2964 2297 2830 2388 2922 2493 curveto
  1.2893 +2931 2503 2942 2509 2954 2513 curveto
  1.2894 +stroke
  1.2895 +0.000 0.000 0.000 edgecolor
  1.2896 +newpath 2953.42 2516.48 moveto
  1.2897 +2964 2516 lineto
  1.2898 +2955.43 2509.77 lineto
  1.2899 +closepath fill
  1.2900 +1 setlinewidth
  1.2901 +solid
  1.2902 +0.000 0.000 0.000 edgecolor
  1.2903 +newpath 2953.42 2516.48 moveto
  1.2904 +2964 2516 lineto
  1.2905 +2955.43 2509.77 lineto
  1.2906 +closepath stroke
  1.2907 +grestore
  1.2908 +% resolve_byname
  1.2909 +gsave
  1.2910 +1 setlinewidth
  1.2911 +0.000 0.000 0.000 nodecolor
  1.2912 +3284 2100 73.85 18 ellipse_path stroke
  1.2913 +0.000 0.000 0.000 nodecolor
  1.2914 +grestore
  1.2915 +% read_route->resolve_byname
  1.2916 +gsave
  1.2917 +1 setlinewidth
  1.2918 +dotted
  1.2919 +0.000 0.000 0.000 edgecolor
  1.2920 +newpath 2812 2105 moveto
  1.2921 +2842 2098 2885 2089 2922 2086 curveto
  1.2922 +3019 2076 3044 2081 3140 2086 curveto
  1.2923 +3162 2087 3185 2089 3207 2091 curveto
  1.2924 +stroke
  1.2925 +0.000 0.000 0.000 edgecolor
  1.2926 +newpath 3206.7 2094.49 moveto
  1.2927 +3217 2092 lineto
  1.2928 +3207.4 2087.52 lineto
  1.2929 +closepath fill
  1.2930 +1 setlinewidth
  1.2931 +solid
  1.2932 +0.000 0.000 0.000 edgecolor
  1.2933 +newpath 3206.7 2094.49 moveto
  1.2934 +3217 2092 lineto
  1.2935 +3207.4 2087.52 lineto
  1.2936 +closepath stroke
  1.2937 +grestore
  1.2938 +% parse_resolve_list
  1.2939 +gsave
  1.2940 +1 setlinewidth
  1.2941 +0.000 0.000 0.000 nodecolor
  1.2942 +3031 2222 80.8 18 ellipse_path stroke
  1.2943 +0.000 0.000 0.000 nodecolor
  1.2944 +grestore
  1.2945 +% read_route->parse_resolve_list
  1.2946 +gsave
  1.2947 +1 setlinewidth
  1.2948 +solid
  1.2949 +0.000 0.000 0.000 edgecolor
  1.2950 +newpath 2818 2123 moveto
  1.2951 +2840 2127 2866 2135 2886 2148 curveto
  1.2952 +2907 2161 2902 2176 2922 2190 curveto
  1.2953 +2933 2197 2946 2203 2959 2207 curveto
  1.2954 +stroke
  1.2955 +0.000 0.000 0.000 edgecolor
  1.2956 +newpath 2958.42 2210.48 moveto
  1.2957 +2969 2210 lineto
  1.2958 +2960.43 2203.77 lineto
  1.2959 +closepath fill
  1.2960 +1 setlinewidth
  1.2961 +solid
  1.2962 +0.000 0.000 0.000 edgecolor
  1.2963 +newpath 2958.42 2210.48 moveto
  1.2964 +2969 2210 lineto
  1.2965 +2960.43 2203.77 lineto
  1.2966 +closepath stroke
  1.2967 +grestore
  1.2968 +% read_statement
  1.2969 +gsave
  1.2970 +1 setlinewidth
  1.2971 +0.000 0.000 0.000 nodecolor
  1.2972 +3031 2466 68.99 18 ellipse_path stroke
  1.2973 +0.000 0.000 0.000 nodecolor
  1.2974 +grestore
  1.2975 +% read_route->read_statement
  1.2976 +gsave
  1.2977 +1 setlinewidth
  1.2978 +solid
  1.2979 +0.000 0.000 0.000 edgecolor
  1.2980 +newpath 2808 2128 moveto
  1.2981 +2834 2138 2867 2155 2886 2181 curveto
  1.2982 +2926 2231 2895 2262 2922 2320 curveto
  1.2983 +2945 2366 2982 2413 3007 2440 curveto
  1.2984 +stroke
  1.2985 +0.000 0.000 0.000 edgecolor
  1.2986 +newpath 3004.78 2442.78 moveto
  1.2987 +3014 2448 lineto
  1.2988 +3010.05 2438.17 lineto
  1.2989 +closepath fill
  1.2990 +1 setlinewidth
  1.2991 +solid
  1.2992 +0.000 0.000 0.000 edgecolor
  1.2993 +newpath 3004.78 2442.78 moveto
  1.2994 +3014 2448 lineto
  1.2995 +3010.05 2438.17 lineto
  1.2996 +closepath stroke
  1.2997 +grestore
  1.2998 +% resolve_dns_mx
  1.2999 +gsave
  1.3000 +1 setlinewidth
  1.3001 +0.000 0.000 0.000 nodecolor
  1.3002 +3284 2222 75.05 18 ellipse_path stroke
  1.3003 +0.000 0.000 0.000 nodecolor
  1.3004 +grestore
  1.3005 +% read_route->resolve_dns_mx
  1.3006 +gsave
  1.3007 +1 setlinewidth
  1.3008 +dotted
  1.3009 +0.000 0.000 0.000 edgecolor
  1.3010 +newpath 2815 2125 moveto
  1.3011 +2906 2143 3111 2186 3217 2208 curveto
  1.3012 +stroke
  1.3013 +0.000 0.000 0.000 edgecolor
  1.3014 +newpath 3216.51 2211.47 moveto
  1.3015 +3227 2210 lineto
  1.3016 +3217.88 2204.61 lineto
  1.3017 +closepath fill
  1.3018 +1 setlinewidth
  1.3019 +solid
  1.3020 +0.000 0.000 0.000 edgecolor
  1.3021 +newpath 3216.51 2211.47 moveto
  1.3022 +3227 2210 lineto
  1.3023 +3217.88 2204.61 lineto
  1.3024 +closepath stroke
  1.3025 +grestore
  1.3026 +% parse_interface
  1.3027 +gsave
  1.3028 +1 setlinewidth
  1.3029 +0.000 0.000 0.000 nodecolor
  1.3030 +3031 2650 70.18 18 ellipse_path stroke
  1.3031 +0.000 0.000 0.000 nodecolor
  1.3032 +grestore
  1.3033 +% read_route->parse_interface
  1.3034 +gsave
  1.3035 +1 setlinewidth
  1.3036 +solid
  1.3037 +0.000 0.000 0.000 edgecolor
  1.3038 +newpath 2810 2128 moveto
  1.3039 +2836 2137 2869 2154 2886 2181 curveto
  1.3040 +2976 2317 2851 2400 2922 2547 curveto
  1.3041 +2939 2580 2971 2608 2996 2627 curveto
  1.3042 +stroke
  1.3043 +0.000 0.000 0.000 edgecolor
  1.3044 +newpath 2993.9 2629.8 moveto
  1.3045 +3004 2633 lineto
  1.3046 +2998.1 2624.2 lineto
  1.3047 +closepath fill
  1.3048 +1 setlinewidth
  1.3049 +solid
  1.3050 +0.000 0.000 0.000 edgecolor
  1.3051 +newpath 2993.9 2629.8 moveto
  1.3052 +3004 2633 lineto
  1.3053 +2998.1 2624.2 lineto
  1.3054 +closepath stroke
  1.3055 +grestore
  1.3056 +% parse_resolve_list->parse_list
  1.3057 +gsave
  1.3058 +1 setlinewidth
  1.3059 +solid
  1.3060 +0.000 0.000 0.000 edgecolor
  1.3061 +newpath 3048 2204 moveto
  1.3062 +3075 2176 3129 2120 3176 2073 curveto
  1.3063 +3205 2044 3237 2013 3259 1991 curveto
  1.3064 +stroke
  1.3065 +0.000 0.000 0.000 edgecolor
  1.3066 +newpath 3261.4 1993.55 moveto
  1.3067 +3266 1984 lineto
  1.3068 +3256.45 1988.6 lineto
  1.3069 +closepath fill
  1.3070 +1 setlinewidth
  1.3071 +solid
  1.3072 +0.000 0.000 0.000 edgecolor
  1.3073 +newpath 3261.4 1993.55 moveto
  1.3074 +3266 1984 lineto
  1.3075 +3256.45 1988.6 lineto
  1.3076 +closepath stroke
  1.3077 +grestore
  1.3078 +% parse_resolve_list->resolve_dns_a
  1.3079 +gsave
  1.3080 +1 setlinewidth
  1.3081 +dotted
  1.3082 +0.000 0.000 0.000 edgecolor
  1.3083 +newpath 3082 2236 moveto
  1.3084 +3101 2241 3121 2248 3140 2254 curveto
  1.3085 +3172 2265 3208 2277 3235 2287 curveto
  1.3086 +stroke
  1.3087 +0.000 0.000 0.000 edgecolor
  1.3088 +newpath 3234.42 2290.54 moveto
  1.3089 +3245 2291 lineto
  1.3090 +3237.02 2284.04 lineto
  1.3091 +closepath fill
  1.3092 +1 setlinewidth
  1.3093 +solid
  1.3094 +0.000 0.000 0.000 edgecolor
  1.3095 +newpath 3234.42 2290.54 moveto
  1.3096 +3245 2291 lineto
  1.3097 +3237.02 2284.04 lineto
  1.3098 +closepath stroke
  1.3099 +grestore
  1.3100 +% parse_resolve_list->resolve_byname
  1.3101 +gsave
  1.3102 +1 setlinewidth
  1.3103 +dotted
  1.3104 +0.000 0.000 0.000 edgecolor
  1.3105 +newpath 3065 2206 moveto
  1.3106 +3111 2183 3191 2144 3241 2120 curveto
  1.3107 +stroke
  1.3108 +0.000 0.000 0.000 edgecolor
  1.3109 +newpath 3242.28 2123.26 moveto
  1.3110 +3250 2116 lineto
  1.3111 +3239.44 2116.86 lineto
  1.3112 +closepath fill
  1.3113 +1 setlinewidth
  1.3114 +solid
  1.3115 +0.000 0.000 0.000 edgecolor
  1.3116 +newpath 3242.28 2123.26 moveto
  1.3117 +3250 2116 lineto
  1.3118 +3239.44 2116.86 lineto
  1.3119 +closepath stroke
  1.3120 +grestore
  1.3121 +% parse_resolve_list->resolve_dns_mx
  1.3122 +gsave
  1.3123 +1 setlinewidth
  1.3124 +dotted
  1.3125 +0.000 0.000 0.000 edgecolor
  1.3126 +newpath 3113 2222 moveto
  1.3127 +3141 2222 3171 2222 3199 2222 curveto
  1.3128 +stroke
  1.3129 +0.000 0.000 0.000 edgecolor
  1.3130 +newpath 3199 2225.5 moveto
  1.3131 +3209 2222 lineto
  1.3132 +3199 2218.5 lineto
  1.3133 +closepath fill
  1.3134 +1 setlinewidth
  1.3135 +solid
  1.3136 +0.000 0.000 0.000 edgecolor
  1.3137 +newpath 3199 2225.5 moveto
  1.3138 +3209 2222 lineto
  1.3139 +3199 2218.5 lineto
  1.3140 +closepath stroke
  1.3141 +grestore
  1.3142 +% eat_spaces
  1.3143 +gsave
  1.3144 +1 setlinewidth
  1.3145 +0.000 0.000 0.000 nodecolor
  1.3146 +3284 2470 54.2 18 ellipse_path stroke
  1.3147 +0.000 0.000 0.000 nodecolor
  1.3148 +grestore
  1.3149 +% read_statement->eat_spaces
  1.3150 +gsave
  1.3151 +1 setlinewidth
  1.3152 +solid
  1.3153 +0.000 0.000 0.000 edgecolor
  1.3154 +newpath 3100 2467 moveto
  1.3155 +3137 2468 3183 2468 3220 2469 curveto
  1.3156 +stroke
  1.3157 +0.000 0.000 0.000 edgecolor
  1.3158 +newpath 3220 2472.5 moveto
  1.3159 +3230 2469 lineto
  1.3160 +3220 2465.5 lineto
  1.3161 +closepath fill
  1.3162 +1 setlinewidth
  1.3163 +solid
  1.3164 +0.000 0.000 0.000 edgecolor
  1.3165 +newpath 3220 2472.5 moveto
  1.3166 +3230 2469 lineto
  1.3167 +3220 2465.5 lineto
  1.3168 +closepath stroke
  1.3169 +grestore
  1.3170 +% resolve_dns_mx->dns_resolve
  1.3171 +gsave
  1.3172 +1 setlinewidth
  1.3173 +solid
  1.3174 +0.000 0.000 0.000 edgecolor
  1.3175 +newpath 3351 2230 moveto
  1.3176 +3388 2235 3435 2240 3472 2245 curveto
  1.3177 +stroke
  1.3178 +0.000 0.000 0.000 edgecolor
  1.3179 +newpath 3471.7 2248.49 moveto
  1.3180 +3482 2246 lineto
  1.3181 +3472.4 2241.52 lineto
  1.3182 +closepath fill
  1.3183 +1 setlinewidth
  1.3184 +solid
  1.3185 +0.000 0.000 0.000 edgecolor
  1.3186 +newpath 3471.7 2248.49 moveto
  1.3187 +3482 2246 lineto
  1.3188 +3472.4 2241.52 lineto
  1.3189 +closepath stroke
  1.3190 +grestore
  1.3191 +% resolve_dns_mx->dns_next
  1.3192 +gsave
  1.3193 +1 setlinewidth
  1.3194 +solid
  1.3195 +0.000 0.000 0.000 edgecolor
  1.3196 +newpath 3320 2238 moveto
  1.3197 +3349 2250 3391 2267 3428 2279 curveto
  1.3198 +3447 2285 3468 2290 3486 2295 curveto
  1.3199 +stroke
  1.3200 +0.000 0.000 0.000 edgecolor
  1.3201 +newpath 3485.51 2298.47 moveto
  1.3202 +3496 2297 lineto
  1.3203 +3486.88 2291.61 lineto
  1.3204 +closepath fill
  1.3205 +1 setlinewidth
  1.3206 +solid
  1.3207 +0.000 0.000 0.000 edgecolor
  1.3208 +newpath 3485.51 2298.47 moveto
  1.3209 +3496 2297 lineto
  1.3210 +3486.88 2291.61 lineto
  1.3211 +closepath stroke
  1.3212 +grestore
  1.3213 +% _mx_sort_func
  1.3214 +gsave
  1.3215 +1 setlinewidth
  1.3216 +0.000 0.000 0.000 nodecolor
  1.3217 +3537 2198 70.88 18 ellipse_path stroke
  1.3218 +0.000 0.000 0.000 nodecolor
  1.3219 +grestore
  1.3220 +% resolve_dns_mx->_mx_sort_func
  1.3221 +gsave
  1.3222 +1 setlinewidth
  1.3223 +dotted
  1.3224 +0.000 0.000 0.000 edgecolor
  1.3225 +newpath 3354 2215 moveto
  1.3226 +3387 2212 3426 2209 3460 2205 curveto
  1.3227 +stroke
  1.3228 +0.000 0.000 0.000 edgecolor
  1.3229 +newpath 3460.4 2208.48 moveto
  1.3230 +3470 2204 lineto
  1.3231 +3459.7 2201.51 lineto
  1.3232 +closepath fill
  1.3233 +1 setlinewidth
  1.3234 +solid
  1.3235 +0.000 0.000 0.000 edgecolor
  1.3236 +newpath 3460.4 2208.48 moveto
  1.3237 +3470 2204 lineto
  1.3238 +3459.7 2201.51 lineto
  1.3239 +closepath stroke
  1.3240 +grestore
  1.3241 +% addr_is_finished_children->addr_is_finished_children
  1.3242 +gsave
  1.3243 +1 setlinewidth
  1.3244 +solid
  1.3245 +0.000 0.000 0.000 edgecolor
  1.3246 +newpath 2725 2351 moveto
  1.3247 +2716 2361 2730 2370 2769 2370 curveto
  1.3248 +2794 2370 2809 2366 2814 2361 curveto
  1.3249 +stroke
  1.3250 +0.000 0.000 0.000 edgecolor
  1.3251 +newpath 2817.48 2360.6 moveto
  1.3252 +2813 2351 lineto
  1.3253 +2810.51 2361.3 lineto
  1.3254 +closepath fill
  1.3255 +1 setlinewidth
  1.3256 +solid
  1.3257 +0.000 0.000 0.000 edgecolor
  1.3258 +newpath 2817.48 2360.6 moveto
  1.3259 +2813 2351 lineto
  1.3260 +2810.51 2361.3 lineto
  1.3261 +closepath stroke
  1.3262 +grestore
  1.3263 +% msg_rcptlist_route
  1.3264 +gsave
  1.3265 +1 setlinewidth
  1.3266 +0.000 0.000 0.000 nodecolor
  1.3267 +1705 2520 84.08 18 ellipse_path stroke
  1.3268 +0.000 0.000 0.000 nodecolor
  1.3269 +grestore
  1.3270 +% msg_rcptlist_route->rcptlist_with_one_of_hostlist
  1.3271 +gsave
  1.3272 +1 setlinewidth
  1.3273 +solid
  1.3274 +0.000 0.000 0.000 edgecolor
  1.3275 +newpath 1780 2528 moveto
  1.3276 +1798 2532 1816 2538 1832 2547 curveto
  1.3277 +1894 2579 1947 2642 1974 2678 curveto
  1.3278 +stroke
  1.3279 +0.000 0.000 0.000 edgecolor
  1.3280 +newpath 1971.2 2680.1 moveto
  1.3281 +1980 2686 lineto
  1.3282 +1976.8 2675.9 lineto
  1.3283 +closepath fill
  1.3284 +1 setlinewidth
  1.3285 +solid
  1.3286 +0.000 0.000 0.000 edgecolor
  1.3287 +newpath 1971.2 2680.1 moveto
  1.3288 +1980 2686 lineto
  1.3289 +1976.8 2675.9 lineto
  1.3290 +closepath stroke
  1.3291 +grestore
  1.3292 +% spool_delete_all->set_euidgid
  1.3293 +gsave
  1.3294 +1 setlinewidth
  1.3295 +solid
  1.3296 +0.000 0.000 0.000 edgecolor
  1.3297 +newpath 2798 1763 moveto
  1.3298 +2826 1746 2867 1715 2886 1677 curveto
  1.3299 +2922 1608 2910 1408 2922 1333 curveto
  1.3300 +2952 1147 3005 926 3024 849 curveto
  1.3301 +stroke
  1.3302 +0.000 0.000 0.000 edgecolor
  1.3303 +newpath 3027.47 849.49 moveto
  1.3304 +3026 839 lineto
  1.3305 +3020.61 848.12 lineto
  1.3306 +closepath fill
  1.3307 +1 setlinewidth
  1.3308 +solid
  1.3309 +0.000 0.000 0.000 edgecolor
  1.3310 +newpath 3027.47 849.49 moveto
  1.3311 +3026 839 lineto
  1.3312 +3020.61 848.12 lineto
  1.3313 +closepath stroke
  1.3314 +grestore
  1.3315 +% sig_timeout_handler
  1.3316 +gsave
  1.3317 +1 setlinewidth
  1.3318 +0.000 0.000 0.000 nodecolor
  1.3319 +3805 118 89.14 18 ellipse_path stroke
  1.3320 +0.000 0.000 0.000 nodecolor
  1.3321 +grestore
  1.3322 +% alarm_on->sig_timeout_handler
  1.3323 +gsave
  1.3324 +1 setlinewidth
  1.3325 +dotted
  1.3326 +0.000 0.000 0.000 edgecolor
  1.3327 +newpath 3585 118 moveto
  1.3328 +3618 118 3664 118 3705 118 curveto
  1.3329 +stroke
  1.3330 +0.000 0.000 0.000 edgecolor
  1.3331 +newpath 3705 121.5 moveto
  1.3332 +3715 118 lineto
  1.3333 +3705 114.5 lineto
  1.3334 +closepath fill
  1.3335 +1 setlinewidth
  1.3336 +solid
  1.3337 +0.000 0.000 0.000 edgecolor
  1.3338 +newpath 3705 121.5 moveto
  1.3339 +3715 118 lineto
  1.3340 +3705 114.5 lineto
  1.3341 +closepath stroke
  1.3342 +grestore
  1.3343 +% smtp_out_rset
  1.3344 +gsave
  1.3345 +1 setlinewidth
  1.3346 +0.000 0.000 0.000 nodecolor
  1.3347 +2519 1380 66.9 18 ellipse_path stroke
  1.3348 +0.000 0.000 0.000 nodecolor
  1.3349 +grestore
  1.3350 +% smtp_out_rset->check_response
  1.3351 +gsave
  1.3352 +1 setlinewidth
  1.3353 +solid
  1.3354 +0.000 0.000 0.000 edgecolor
  1.3355 +newpath 2580 1372 moveto
  1.3356 +2593 1368 2606 1362 2616 1353 curveto
  1.3357 +2649 1323 2619 1290 2652 1261 curveto
  1.3358 +2662 1252 2675 1247 2688 1243 curveto
  1.3359 +stroke
  1.3360 +0.000 0.000 0.000 edgecolor
  1.3361 +newpath 2689.43 1246.23 moveto
  1.3362 +2698 1240 lineto
  1.3363 +2687.42 1239.52 lineto
  1.3364 +closepath fill
  1.3365 +1 setlinewidth
  1.3366 +solid
  1.3367 +0.000 0.000 0.000 edgecolor
  1.3368 +newpath 2689.43 1246.23 moveto
  1.3369 +2698 1240 lineto
  1.3370 +2687.42 1239.52 lineto
  1.3371 +closepath stroke
  1.3372 +grestore
  1.3373 +% smtp_out_rset->smtp_out_log_failure
  1.3374 +gsave
  1.3375 +1 setlinewidth
  1.3376 +solid
  1.3377 +0.000 0.000 0.000 edgecolor
  1.3378 +newpath 2574 1369 moveto
  1.3379 +2588 1365 2603 1360 2616 1353 curveto
  1.3380 +2635 1342 2633 1330 2652 1320 curveto
  1.3381 +2664 1314 2678 1308 2692 1304 curveto
  1.3382 +stroke
  1.3383 +0.000 0.000 0.000 edgecolor
  1.3384 +newpath 2693.43 1307.23 moveto
  1.3385 +2702 1301 lineto
  1.3386 +2691.42 1300.52 lineto
  1.3387 +closepath fill
  1.3388 +1 setlinewidth
  1.3389 +solid
  1.3390 +0.000 0.000 0.000 edgecolor
  1.3391 +newpath 2693.43 1307.23 moveto
  1.3392 +2702 1301 lineto
  1.3393 +2691.42 1300.52 lineto
  1.3394 +closepath stroke
  1.3395 +grestore
  1.3396 +% smtp_out_rset->read_response
  1.3397 +gsave
  1.3398 +1 setlinewidth
  1.3399 +solid
  1.3400 +0.000 0.000 0.000 edgecolor
  1.3401 +newpath 2581 1373 moveto
  1.3402 +2594 1369 2607 1363 2616 1353 curveto
  1.3403 +2663 1306 2605 1254 2652 1207 curveto
  1.3404 +2663 1196 2677 1190 2692 1186 curveto
  1.3405 +stroke
  1.3406 +0.000 0.000 0.000 edgecolor
  1.3407 +newpath 2693.43 1189.23 moveto
  1.3408 +2702 1183 lineto
  1.3409 +2691.42 1182.52 lineto
  1.3410 +closepath fill
  1.3411 +1 setlinewidth
  1.3412 +solid
  1.3413 +0.000 0.000 0.000 edgecolor
  1.3414 +newpath 2693.43 1189.23 moveto
  1.3415 +2702 1183 lineto
  1.3416 +2691.42 1182.52 lineto
  1.3417 +closepath stroke
  1.3418 +grestore
  1.3419 +% get_from_name
  1.3420 +gsave
  1.3421 +1 setlinewidth
  1.3422 +0.000 0.000 0.000 nodecolor
  1.3423 +1189 3543 71.77 18 ellipse_path stroke
  1.3424 +0.000 0.000 0.000 nodecolor
  1.3425 +grestore
  1.3426 +% get_from_file
  1.3427 +gsave
  1.3428 +1 setlinewidth
  1.3429 +0.000 0.000 0.000 nodecolor
  1.3430 +1442 3482 63.23 18 ellipse_path stroke
  1.3431 +0.000 0.000 0.000 nodecolor
  1.3432 +grestore
  1.3433 +% get_from_name->get_from_file
  1.3434 +gsave
  1.3435 +1 setlinewidth
  1.3436 +solid
  1.3437 +0.000 0.000 0.000 edgecolor
  1.3438 +newpath 1241 3530 moveto
  1.3439 +1283 3521 1341 3506 1384 3496 curveto
  1.3440 +stroke
  1.3441 +0.000 0.000 0.000 edgecolor
  1.3442 +newpath 1384.88 3499.39 moveto
  1.3443 +1394 3494 lineto
  1.3444 +1383.51 3492.53 lineto
  1.3445 +closepath fill
  1.3446 +1 setlinewidth
  1.3447 +solid
  1.3448 +0.000 0.000 0.000 edgecolor
  1.3449 +newpath 1384.88 3499.39 moveto
  1.3450 +1394 3494 lineto
  1.3451 +1383.51 3492.53 lineto
  1.3452 +closepath stroke
  1.3453 +grestore
  1.3454 +% get_from_name->table_find
  1.3455 +gsave
  1.3456 +1 setlinewidth
  1.3457 +solid
  1.3458 +0.000 0.000 0.000 edgecolor
  1.3459 +newpath 1224 3559 moveto
  1.3460 +1305 3595 1518 3680 1705 3680 curveto
  1.3461 +1705 3680 1705 3680 3031 3680 curveto
  1.3462 +3203 3680 3263 3654 3392 3542 curveto
  1.3463 +3417 3520 3402 3497 3428 3477 curveto
  1.3464 +3442 3466 3461 3459 3478 3455 curveto
  1.3465 +stroke
  1.3466 +0.000 0.000 0.000 edgecolor
  1.3467 +newpath 3478.88 3458.39 moveto
  1.3468 +3488 3453 lineto
  1.3469 +3477.51 3451.53 lineto
  1.3470 +closepath fill
  1.3471 +1 setlinewidth
  1.3472 +solid
  1.3473 +0.000 0.000 0.000 edgecolor
  1.3474 +newpath 3478.88 3458.39 moveto
  1.3475 +3488 3453 lineto
  1.3476 +3477.51 3451.53 lineto
  1.3477 +closepath stroke
  1.3478 +grestore
  1.3479 +% destroy_get_conf
  1.3480 +gsave
  1.3481 +1 setlinewidth
  1.3482 +0.000 0.000 0.000 nodecolor
  1.3483 +1993 3482 79.91 18 ellipse_path stroke
  1.3484 +0.000 0.000 0.000 nodecolor
  1.3485 +grestore
  1.3486 +% get_from_file->destroy_get_conf
  1.3487 +gsave
  1.3488 +1 setlinewidth
  1.3489 +solid
  1.3490 +0.000 0.000 0.000 edgecolor
  1.3491 +newpath 1505 3482 moveto
  1.3492 +1603 3482 1790 3482 1903 3482 curveto
  1.3493 +stroke
  1.3494 +0.000 0.000 0.000 edgecolor
  1.3495 +newpath 1903 3485.5 moveto
  1.3496 +1913 3482 lineto
  1.3497 +1903 3478.5 lineto
  1.3498 +closepath fill
  1.3499 +1 setlinewidth
  1.3500 +solid
  1.3501 +0.000 0.000 0.000 edgecolor
  1.3502 +newpath 1903 3485.5 moveto
  1.3503 +1913 3482 lineto
  1.3504 +1903 3478.5 lineto
  1.3505 +closepath stroke
  1.3506 +grestore
  1.3507 +% read_get_conf
  1.3508 +gsave
  1.3509 +1 setlinewidth
  1.3510 +0.000 0.000 0.000 nodecolor
  1.3511 +2769 2482 66.9 18 ellipse_path stroke
  1.3512 +0.000 0.000 0.000 nodecolor
  1.3513 +grestore
  1.3514 +% get_from_file->read_get_conf
  1.3515 +gsave
  1.3516 +1 setlinewidth
  1.3517 +solid
  1.3518 +0.000 0.000 0.000 edgecolor
  1.3519 +newpath 1466 3465 moveto
  1.3520 +1563 3395 1934 3116 2118 2795 curveto
  1.3521 +2149 2742 2112 2707 2154 2664 curveto
  1.3522 +2300 2515 2561 2486 2691 2482 curveto
  1.3523 +stroke
  1.3524 +0.000 0.000 0.000 edgecolor
  1.3525 +newpath 2691 2485.5 moveto
  1.3526 +2701 2482 lineto
  1.3527 +2691 2478.5 lineto
  1.3528 +closepath fill
  1.3529 +1 setlinewidth
  1.3530 +solid
  1.3531 +0.000 0.000 0.000 edgecolor
  1.3532 +newpath 2691 2485.5 moveto
  1.3533 +2701 2482 lineto
  1.3534 +2691 2478.5 lineto
  1.3535 +closepath stroke
  1.3536 +grestore
  1.3537 +% table_find_func
  1.3538 +gsave
  1.3539 +1 setlinewidth
  1.3540 +0.000 0.000 0.000 nodecolor
  1.3541 +3805 3477 71.77 18 ellipse_path stroke
  1.3542 +0.000 0.000 0.000 nodecolor
  1.3543 +grestore
  1.3544 +% table_find->table_find_func
  1.3545 +gsave
  1.3546 +1 setlinewidth
  1.3547 +solid
  1.3548 +0.000 0.000 0.000 edgecolor
  1.3549 +newpath 3585 3455 moveto
  1.3550 +3624 3459 3681 3465 3727 3469 curveto
  1.3551 +stroke
  1.3552 +0.000 0.000 0.000 edgecolor
  1.3553 +newpath 3726.7 3472.49 moveto
  1.3554 +3737 3470 lineto
  1.3555 +3727.4 3465.52 lineto
  1.3556 +closepath fill
  1.3557 +1 setlinewidth
  1.3558 +solid
  1.3559 +0.000 0.000 0.000 edgecolor
  1.3560 +newpath 3726.7 3472.49 moveto
  1.3561 +3737 3470 lineto
  1.3562 +3727.4 3465.52 lineto
  1.3563 +closepath stroke
  1.3564 +grestore
  1.3565 +% smtp_out_msg
  1.3566 +gsave
  1.3567 +1 setlinewidth
  1.3568 +0.000 0.000 0.000 nodecolor
  1.3569 +2519 1434 68.99 18 ellipse_path stroke
  1.3570 +0.000 0.000 0.000 nodecolor
  1.3571 +grestore
  1.3572 +% smtp_out_msg->check_response
  1.3573 +gsave
  1.3574 +1 setlinewidth
  1.3575 +solid
  1.3576 +0.000 0.000 0.000 edgecolor
  1.3577 +newpath 2583 1427 moveto
  1.3578 +2595 1422 2607 1416 2616 1407 curveto
  1.3579 +2663 1359 2605 1308 2652 1261 curveto
  1.3580 +2662 1251 2674 1245 2686 1241 curveto
  1.3581 +stroke
  1.3582 +0.000 0.000 0.000 edgecolor
  1.3583 +newpath 2687.43 1244.23 moveto
  1.3584 +2696 1238 lineto
  1.3585 +2685.42 1237.52 lineto
  1.3586 +closepath fill
  1.3587 +1 setlinewidth
  1.3588 +solid
  1.3589 +0.000 0.000 0.000 edgecolor
  1.3590 +newpath 2687.43 1244.23 moveto
  1.3591 +2696 1238 lineto
  1.3592 +2685.42 1237.52 lineto
  1.3593 +closepath stroke
  1.3594 +grestore
  1.3595 +% smtp_out_msg->smtp_out_log_failure
  1.3596 +gsave
  1.3597 +1 setlinewidth
  1.3598 +solid
  1.3599 +0.000 0.000 0.000 edgecolor
  1.3600 +newpath 2581 1426 moveto
  1.3601 +2594 1422 2606 1416 2616 1407 curveto
  1.3602 +2648 1379 2621 1347 2652 1320 curveto
  1.3603 +2661 1312 2672 1306 2683 1302 curveto
  1.3604 +stroke
  1.3605 +0.000 0.000 0.000 edgecolor
  1.3606 +newpath 2683.62 1305.48 moveto
  1.3607 +2692 1299 lineto
  1.3608 +2681.41 1298.84 lineto
  1.3609 +closepath fill
  1.3610 +1 setlinewidth
  1.3611 +solid
  1.3612 +0.000 0.000 0.000 edgecolor
  1.3613 +newpath 2683.62 1305.48 moveto
  1.3614 +2692 1299 lineto
  1.3615 +2681.41 1298.84 lineto
  1.3616 +closepath stroke
  1.3617 +grestore
  1.3618 +% smtp_out_msg->read_response
  1.3619 +gsave
  1.3620 +1 setlinewidth
  1.3621 +solid
  1.3622 +0.000 0.000 0.000 edgecolor
  1.3623 +newpath 2583 1427 moveto
  1.3624 +2596 1423 2607 1417 2616 1407 curveto
  1.3625 +2677 1340 2590 1273 2652 1207 curveto
  1.3626 +2663 1196 2677 1189 2692 1185 curveto
  1.3627 +stroke
  1.3628 +0.000 0.000 0.000 edgecolor
  1.3629 +newpath 2693.43 1188.23 moveto
  1.3630 +2702 1182 lineto
  1.3631 +2691.42 1181.52 lineto
  1.3632 +closepath fill
  1.3633 +1 setlinewidth
  1.3634 +solid
  1.3635 +0.000 0.000 0.000 edgecolor
  1.3636 +newpath 2693.43 1188.23 moveto
  1.3637 +2702 1182 lineto
  1.3638 +2691.42 1181.52 lineto
  1.3639 +closepath stroke
  1.3640 +grestore
  1.3641 +% smtp_out_msg->addr_string
  1.3642 +gsave
  1.3643 +1 setlinewidth
  1.3644 +solid
  1.3645 +0.000 0.000 0.000 edgecolor
  1.3646 +newpath 2578 1425 moveto
  1.3647 +2592 1421 2605 1415 2616 1407 curveto
  1.3648 +2640 1390 2628 1368 2652 1353 curveto
  1.3649 +2741 1296 2795 1367 2886 1315 curveto
  1.3650 +3089 1198 3230 933 3272 848 curveto
  1.3651 +stroke
  1.3652 +0.000 0.000 0.000 edgecolor
  1.3653 +newpath 3275.14 849.56 moveto
  1.3654 +3276 839 lineto
  1.3655 +3268.74 846.72 lineto
  1.3656 +closepath fill
  1.3657 +1 setlinewidth
  1.3658 +solid
  1.3659 +0.000 0.000 0.000 edgecolor
  1.3660 +newpath 3275.14 849.56 moveto
  1.3661 +3276 839 lineto
  1.3662 +3268.74 846.72 lineto
  1.3663 +closepath stroke
  1.3664 +grestore
  1.3665 +% msg_calc_size
  1.3666 +gsave
  1.3667 +1 setlinewidth
  1.3668 +0.000 0.000 0.000 nodecolor
  1.3669 +2769 1380 68.1 18 ellipse_path stroke
  1.3670 +0.000 0.000 0.000 nodecolor
  1.3671 +grestore
  1.3672 +% smtp_out_msg->msg_calc_size
  1.3673 +gsave
  1.3674 +1 setlinewidth
  1.3675 +solid
  1.3676 +0.000 0.000 0.000 edgecolor
  1.3677 +newpath 2573 1422 moveto
  1.3678 +2612 1414 2665 1403 2706 1393 curveto
  1.3679 +stroke
  1.3680 +0.000 0.000 0.000 edgecolor
  1.3681 +newpath 2706.88 1396.39 moveto
  1.3682 +2716 1391 lineto
  1.3683 +2705.51 1389.53 lineto
  1.3684 +closepath fill
  1.3685 +1 setlinewidth
  1.3686 +solid
  1.3687 +0.000 0.000 0.000 edgecolor
  1.3688 +newpath 2706.88 1396.39 moveto
  1.3689 +2716 1391 lineto
  1.3690 +2705.51 1389.53 lineto
  1.3691 +closepath stroke
  1.3692 +grestore
  1.3693 +% send_data_line
  1.3694 +gsave
  1.3695 +1 setlinewidth
  1.3696 +0.000 0.000 0.000 nodecolor
  1.3697 +2769 1434 68.79 18 ellipse_path stroke
  1.3698 +0.000 0.000 0.000 nodecolor
  1.3699 +grestore
  1.3700 +% smtp_out_msg->send_data_line
  1.3701 +gsave
  1.3702 +1 setlinewidth
  1.3703 +solid
  1.3704 +0.000 0.000 0.000 edgecolor
  1.3705 +newpath 2589 1434 moveto
  1.3706 +2621 1434 2657 1434 2690 1434 curveto
  1.3707 +stroke
  1.3708 +0.000 0.000 0.000 edgecolor
  1.3709 +newpath 2690 1437.5 moveto
  1.3710 +2700 1434 lineto
  1.3711 +2690 1430.5 lineto
  1.3712 +closepath fill
  1.3713 +1 setlinewidth
  1.3714 +solid
  1.3715 +0.000 0.000 0.000 edgecolor
  1.3716 +newpath 2690 1437.5 moveto
  1.3717 +2700 1434 lineto
  1.3718 +2690 1430.5 lineto
  1.3719 +closepath stroke
  1.3720 +grestore
  1.3721 +% smtp_out_mark_rcpts
  1.3722 +gsave
  1.3723 +1 setlinewidth
  1.3724 +0.000 0.000 0.000 nodecolor
  1.3725 +2769 1488 97.98 18 ellipse_path stroke
  1.3726 +0.000 0.000 0.000 nodecolor
  1.3727 +grestore
  1.3728 +% smtp_out_msg->smtp_out_mark_rcpts
  1.3729 +gsave
  1.3730 +1 setlinewidth
  1.3731 +solid
  1.3732 +0.000 0.000 0.000 edgecolor
  1.3733 +newpath 2573 1446 moveto
  1.3734 +2609 1453 2657 1463 2696 1472 curveto
  1.3735 +stroke
  1.3736 +0.000 0.000 0.000 edgecolor
  1.3737 +newpath 2695.51 1475.47 moveto
  1.3738 +2706 1474 lineto
  1.3739 +2696.88 1468.61 lineto
  1.3740 +closepath fill
  1.3741 +1 setlinewidth
  1.3742 +solid
  1.3743 +0.000 0.000 0.000 edgecolor
  1.3744 +newpath 2695.51 1475.47 moveto
  1.3745 +2706 1474 lineto
  1.3746 +2696.88 1468.61 lineto
  1.3747 +closepath stroke
  1.3748 +grestore
  1.3749 +% get_daemon
  1.3750 +gsave
  1.3751 +1 setlinewidth
  1.3752 +0.000 0.000 0.000 nodecolor
  1.3753 +170 852 57.87 18 ellipse_path stroke
  1.3754 +0.000 0.000 0.000 nodecolor
  1.3755 +grestore
  1.3756 +% get_online
  1.3757 +gsave
  1.3758 +1 setlinewidth
  1.3759 +0.000 0.000 0.000 nodecolor
  1.3760 +1189 3451 50.22 18 ellipse_path stroke
  1.3761 +0.000 0.000 0.000 nodecolor
  1.3762 +grestore
  1.3763 +% get_daemon->get_online
  1.3764 +gsave
  1.3765 +1 setlinewidth
  1.3766 +solid
  1.3767 +0.000 0.000 0.000 edgecolor
  1.3768 +newpath 171 870 moveto
  1.3769 +174 961 193 1377 282 1704 curveto
  1.3770 +347 1939 336 2027 500 2209 curveto
  1.3771 +683 2411 894 2274 1036 2507 curveto
  1.3772 +1090 2593 1009 3339 1072 3419 curveto
  1.3773 +1086 3436 1108 3445 1129 3448 curveto
  1.3774 +stroke
  1.3775 +0.000 0.000 0.000 edgecolor
  1.3776 +newpath 1128.51 3451.47 moveto
  1.3777 +1139 3450 lineto
  1.3778 +1129.88 3444.61 lineto
  1.3779 +closepath fill
  1.3780 +1 setlinewidth
  1.3781 +solid
  1.3782 +0.000 0.000 0.000 edgecolor
  1.3783 +newpath 1128.51 3451.47 moveto
  1.3784 +1139 3450 lineto
  1.3785 +1129.88 3444.61 lineto
  1.3786 +closepath stroke
  1.3787 +grestore
  1.3788 +% sighup_handler
  1.3789 +gsave
  1.3790 +1 setlinewidth
  1.3791 +0.000 0.000 0.000 nodecolor
  1.3792 +373 824 70.18 18 ellipse_path stroke
  1.3793 +0.000 0.000 0.000 nodecolor
  1.3794 +grestore
  1.3795 +% get_daemon->sighup_handler
  1.3796 +gsave
  1.3797 +1 setlinewidth
  1.3798 +dotted
  1.3799 +0.000 0.000 0.000 edgecolor
  1.3800 +newpath 224 845 moveto
  1.3801 +248 841 276 837 301 834 curveto
  1.3802 +stroke
  1.3803 +0.000 0.000 0.000 edgecolor
  1.3804 +newpath 301.4 837.48 moveto
  1.3805 +311 833 lineto
  1.3806 +300.7 830.51 lineto
  1.3807 +closepath fill
  1.3808 +1 setlinewidth
  1.3809 +solid
  1.3810 +0.000 0.000 0.000 edgecolor
  1.3811 +newpath 301.4 837.48 moveto
  1.3812 +311 833 lineto
  1.3813 +300.7 830.51 lineto
  1.3814 +closepath stroke
  1.3815 +grestore
  1.3816 +% sigchld_handler
  1.3817 +gsave
  1.3818 +1 setlinewidth
  1.3819 +0.000 0.000 0.000 nodecolor
  1.3820 +578 750 71.77 18 ellipse_path stroke
  1.3821 +0.000 0.000 0.000 nodecolor
  1.3822 +grestore
  1.3823 +% get_daemon->sigchld_handler
  1.3824 +gsave
  1.3825 +1 setlinewidth
  1.3826 +dotted
  1.3827 +0.000 0.000 0.000 edgecolor
  1.3828 +newpath 206 866 moveto
  1.3829 +264 888 384 920 464 869 curveto
  1.3830 +496 850 476 822 500 795 curveto
  1.3831 +509 786 521 777 532 771 curveto
  1.3832 +stroke
  1.3833 +0.000 0.000 0.000 edgecolor
  1.3834 +newpath 533.96 773.92 moveto
  1.3835 +541 766 lineto
  1.3836 +530.56 767.8 lineto
  1.3837 +closepath fill
  1.3838 +1 setlinewidth
  1.3839 +solid
  1.3840 +0.000 0.000 0.000 edgecolor
  1.3841 +newpath 533.96 773.92 moveto
  1.3842 +541 766 lineto
  1.3843 +530.56 767.8 lineto
  1.3844 +closepath stroke
  1.3845 +grestore
  1.3846 +% get_online->get_from_file
  1.3847 +gsave
  1.3848 +1 setlinewidth
  1.3849 +solid
  1.3850 +0.000 0.000 0.000 edgecolor
  1.3851 +newpath 1237 3457 moveto
  1.3852 +1275 3462 1330 3468 1374 3474 curveto
  1.3853 +stroke
  1.3854 +0.000 0.000 0.000 edgecolor
  1.3855 +newpath 1373.7 3477.49 moveto
  1.3856 +1384 3475 lineto
  1.3857 +1374.4 3470.52 lineto
  1.3858 +closepath fill
  1.3859 +1 setlinewidth
  1.3860 +solid
  1.3861 +0.000 0.000 0.000 edgecolor
  1.3862 +newpath 1373.7 3477.49 moveto
  1.3863 +1384 3475 lineto
  1.3864 +1374.4 3470.52 lineto
  1.3865 +closepath stroke
  1.3866 +grestore
  1.3867 +% get_online->table_find
  1.3868 +gsave
  1.3869 +1 setlinewidth
  1.3870 +solid
  1.3871 +0.000 0.000 0.000 edgecolor
  1.3872 +newpath 1220 3465 moveto
  1.3873 +1251 3479 1299 3498 1342 3509 curveto
  1.3874 +2010 3674 2200 3650 2886 3610 curveto
  1.3875 +3000 3603 3030 3605 3140 3580 curveto
  1.3876 +3273 3548 3298 3516 3428 3477 curveto
  1.3877 +3446 3471 3466 3466 3484 3462 curveto
  1.3878 +stroke
  1.3879 +0.000 0.000 0.000 edgecolor
  1.3880 +newpath 3485.43 3465.23 moveto
  1.3881 +3494 3459 lineto
  1.3882 +3483.42 3458.52 lineto
  1.3883 +closepath fill
  1.3884 +1 setlinewidth
  1.3885 +solid
  1.3886 +0.000 0.000 0.000 edgecolor
  1.3887 +newpath 3485.43 3465.23 moveto
  1.3888 +3494 3459 lineto
  1.3889 +3483.42 3458.52 lineto
  1.3890 +closepath stroke
  1.3891 +grestore
  1.3892 +% detect_online
  1.3893 +gsave
  1.3894 +1 setlinewidth
  1.3895 +0.000 0.000 0.000 nodecolor
  1.3896 +1442 2312 62.04 18 ellipse_path stroke
  1.3897 +0.000 0.000 0.000 nodecolor
  1.3898 +grestore
  1.3899 +% get_online->detect_online
  1.3900 +gsave
  1.3901 +1 setlinewidth
  1.3902 +solid
  1.3903 +0.000 0.000 0.000 edgecolor
  1.3904 +newpath 1200 3433 moveto
  1.3905 +1225 3393 1283 3292 1306 3198 curveto
  1.3906 +1329 3105 1283 2413 1342 2339 curveto
  1.3907 +1350 2330 1360 2323 1371 2319 curveto
  1.3908 +stroke
  1.3909 +0.000 0.000 0.000 edgecolor
  1.3910 +newpath 1372.43 2322.23 moveto
  1.3911 +1381 2316 lineto
  1.3912 +1370.42 2315.52 lineto
  1.3913 +closepath fill
  1.3914 +1 setlinewidth
  1.3915 +solid
  1.3916 +0.000 0.000 0.000 edgecolor
  1.3917 +newpath 1372.43 2322.23 moveto
  1.3918 +1381 2316 lineto
  1.3919 +1370.42 2315.52 lineto
  1.3920 +closepath stroke
  1.3921 +grestore
  1.3922 +% sighup_handler->sighup_handler
  1.3923 +gsave
  1.3924 +1 setlinewidth
  1.3925 +dotted
  1.3926 +0.000 0.000 0.000 edgecolor
  1.3927 +newpath 338 840 moveto
  1.3928 +329 850 341 860 373 860 curveto
  1.3929 +394 860 406 856 410 850 curveto
  1.3930 +stroke
  1.3931 +0.000 0.000 0.000 edgecolor
  1.3932 +newpath 413.39 849.12 moveto
  1.3933 +408 840 lineto
  1.3934 +406.53 850.49 lineto
  1.3935 +closepath fill
  1.3936 +1 setlinewidth
  1.3937 +solid
  1.3938 +0.000 0.000 0.000 edgecolor
  1.3939 +newpath 413.39 849.12 moveto
  1.3940 +408 840 lineto
  1.3941 +406.53 850.49 lineto
  1.3942 +closepath stroke
  1.3943 +grestore
  1.3944 +% sigchld_handler->sigchld_handler
  1.3945 +gsave
  1.3946 +1 setlinewidth
  1.3947 +dotted
  1.3948 +0.000 0.000 0.000 edgecolor
  1.3949 +newpath 545 766 moveto
  1.3950 +536 776 548 786 578 786 curveto
  1.3951 +598 786 610 782 613 776 curveto
  1.3952 +stroke
  1.3953 +0.000 0.000 0.000 edgecolor
  1.3954 +newpath 616.39 775.12 moveto
  1.3955 +611 766 lineto
  1.3956 +609.53 776.49 lineto
  1.3957 +closepath fill
  1.3958 +1 setlinewidth
  1.3959 +solid
  1.3960 +0.000 0.000 0.000 edgecolor
  1.3961 +newpath 616.39 775.12 moveto
  1.3962 +611 766 lineto
  1.3963 +609.53 776.49 lineto
  1.3964 +closepath stroke
  1.3965 +grestore
  1.3966 +% destroy_get_conf->destroy_address
  1.3967 +gsave
  1.3968 +1 setlinewidth
  1.3969 +solid
  1.3970 +0.000 0.000 0.000 edgecolor
  1.3971 +newpath 2065 3490 moveto
  1.3972 +2151 3498 2296 3512 2422 3518 curveto
  1.3973 +2583 3524 3026 3545 3140 3433 curveto
  1.3974 +3186 3388 3131 3339 3176 3295 curveto
  1.3975 +3184 3287 3193 3282 3204 3278 curveto
  1.3976 +stroke
  1.3977 +0.000 0.000 0.000 edgecolor
  1.3978 +newpath 3205.28 3281.26 moveto
  1.3979 +3213 3274 lineto
  1.3980 +3202.44 3274.86 lineto
  1.3981 +closepath fill
  1.3982 +1 setlinewidth
  1.3983 +solid
  1.3984 +0.000 0.000 0.000 edgecolor
  1.3985 +newpath 3205.28 3281.26 moveto
  1.3986 +3213 3274 lineto
  1.3987 +3202.44 3274.86 lineto
  1.3988 +closepath stroke
  1.3989 +grestore
  1.3990 +% peopen
  1.3991 +gsave
  1.3992 +1 setlinewidth
  1.3993 +0.000 0.000 0.000 nodecolor
  1.3994 +1705 2212 39.11 18 ellipse_path stroke
  1.3995 +0.000 0.000 0.000 nodecolor
  1.3996 +grestore
  1.3997 +% detect_online->peopen
  1.3998 +gsave
  1.3999 +1 setlinewidth
  1.4000 +solid
  1.4001 +0.000 0.000 0.000 edgecolor
  1.4002 +newpath 1468 2295 moveto
  1.4003 +1494 2279 1538 2253 1578 2239 curveto
  1.4004 +1603 2229 1633 2223 1657 2219 curveto
  1.4005 +stroke
  1.4006 +0.000 0.000 0.000 edgecolor
  1.4007 +newpath 1657.88 2222.39 moveto
  1.4008 +1667 2217 lineto
  1.4009 +1656.51 2215.53 lineto
  1.4010 +closepath fill
  1.4011 +1 setlinewidth
  1.4012 +solid
  1.4013 +0.000 0.000 0.000 edgecolor
  1.4014 +newpath 1657.88 2222.39 moveto
  1.4015 +1667 2217 lineto
  1.4016 +1656.51 2215.53 lineto
  1.4017 +closepath stroke
  1.4018 +grestore
  1.4019 +% addr_is_delivered_children->addr_is_delivered_children
  1.4020 +gsave
  1.4021 +1 setlinewidth
  1.4022 +solid
  1.4023 +0.000 0.000 0.000 edgecolor
  1.4024 +newpath 2725 2225 moveto
  1.4025 +2716 2235 2731 2244 2769 2244 curveto
  1.4026 +2793 2244 2808 2240 2813 2235 curveto
  1.4027 +stroke
  1.4028 +0.000 0.000 0.000 edgecolor
  1.4029 +newpath 2816.5 2235 moveto
  1.4030 +2813 2225 lineto
  1.4031 +2809.5 2235 lineto
  1.4032 +closepath fill
  1.4033 +1 setlinewidth
  1.4034 +solid
  1.4035 +0.000 0.000 0.000 edgecolor
  1.4036 +newpath 2816.5 2235 moveto
  1.4037 +2813 2225 lineto
  1.4038 +2809.5 2235 lineto
  1.4039 +closepath stroke
  1.4040 +grestore
  1.4041 +% spool_write->addr_string
  1.4042 +gsave
  1.4043 +1 setlinewidth
  1.4044 +solid
  1.4045 +0.000 0.000 0.000 edgecolor
  1.4046 +newpath 2824 649 moveto
  1.4047 +2916 643 3092 636 3140 673 curveto
  1.4048 +3183 707 3138 752 3176 789 curveto
  1.4049 +3188 801 3204 809 3220 814 curveto
  1.4050 +stroke
  1.4051 +0.000 0.000 0.000 edgecolor
  1.4052 +newpath 3219.51 817.47 moveto
  1.4053 +3230 816 lineto
  1.4054 +3220.88 810.61 lineto
  1.4055 +closepath fill
  1.4056 +1 setlinewidth
  1.4057 +solid
  1.4058 +0.000 0.000 0.000 edgecolor
  1.4059 +newpath 3219.51 817.47 moveto
  1.4060 +3230 816 lineto
  1.4061 +3220.88 810.61 lineto
  1.4062 +closepath stroke
  1.4063 +grestore
  1.4064 +% spool_write->set_euidgid
  1.4065 +gsave
  1.4066 +1 setlinewidth
  1.4067 +solid
  1.4068 +0.000 0.000 0.000 edgecolor
  1.4069 +newpath 2796 670 moveto
  1.4070 +2820 684 2856 705 2886 724 curveto
  1.4071 +2926 749 2970 779 2999 799 curveto
  1.4072 +stroke
  1.4073 +0.000 0.000 0.000 edgecolor
  1.4074 +newpath 2996.9 801.8 moveto
  1.4075 +3007 805 lineto
  1.4076 +3001.1 796.2 lineto
  1.4077 +closepath fill
  1.4078 +1 setlinewidth
  1.4079 +solid
  1.4080 +0.000 0.000 0.000 edgecolor
  1.4081 +newpath 2996.9 801.8 moveto
  1.4082 +3007 805 lineto
  1.4083 +3001.1 796.2 lineto
  1.4084 +closepath stroke
  1.4085 +grestore
  1.4086 +% spool_write_rcpt
  1.4087 +gsave
  1.4088 +1 setlinewidth
  1.4089 +0.000 0.000 0.000 nodecolor
  1.4090 +3031 700 77.83 18 ellipse_path stroke
  1.4091 +0.000 0.000 0.000 nodecolor
  1.4092 +grestore
  1.4093 +% spool_write->spool_write_rcpt
  1.4094 +gsave
  1.4095 +1 setlinewidth
  1.4096 +solid
  1.4097 +0.000 0.000 0.000 edgecolor
  1.4098 +newpath 2819 663 moveto
  1.4099 +2859 670 2915 679 2959 687 curveto
  1.4100 +stroke
  1.4101 +0.000 0.000 0.000 edgecolor
  1.4102 +newpath 2958.51 690.47 moveto
  1.4103 +2969 689 lineto
  1.4104 +2959.88 683.61 lineto
  1.4105 +closepath fill
  1.4106 +1 setlinewidth
  1.4107 +solid
  1.4108 +0.000 0.000 0.000 edgecolor
  1.4109 +newpath 2958.51 690.47 moveto
  1.4110 +2969 689 lineto
  1.4111 +2959.88 683.61 lineto
  1.4112 +closepath stroke
  1.4113 +grestore
  1.4114 +% is_privileged_user
  1.4115 +gsave
  1.4116 +1 setlinewidth
  1.4117 +0.000 0.000 0.000 nodecolor
  1.4118 +373 456 80.8 18 ellipse_path stroke
  1.4119 +0.000 0.000 0.000 nodecolor
  1.4120 +grestore
  1.4121 +% is_ingroup
  1.4122 +gsave
  1.4123 +1 setlinewidth
  1.4124 +0.000 0.000 0.000 nodecolor
  1.4125 +578 418 52.12 18 ellipse_path stroke
  1.4126 +0.000 0.000 0.000 nodecolor
  1.4127 +grestore
  1.4128 +% is_privileged_user->is_ingroup
  1.4129 +gsave
  1.4130 +1 setlinewidth
  1.4131 +solid
  1.4132 +0.000 0.000 0.000 edgecolor
  1.4133 +newpath 436 444 moveto
  1.4134 +463 439 495 433 522 428 curveto
  1.4135 +stroke
  1.4136 +0.000 0.000 0.000 edgecolor
  1.4137 +newpath 522.88 431.39 moveto
  1.4138 +532 426 lineto
  1.4139 +521.51 424.53 lineto
  1.4140 +closepath fill
  1.4141 +1 setlinewidth
  1.4142 +solid
  1.4143 +0.000 0.000 0.000 edgecolor
  1.4144 +newpath 522.88 431.39 moveto
  1.4145 +532 426 lineto
  1.4146 +521.51 424.53 lineto
  1.4147 +closepath stroke
  1.4148 +grestore
  1.4149 +% read_conf
  1.4150 +gsave
  1.4151 +1 setlinewidth
  1.4152 +0.000 0.000 0.000 nodecolor
  1.4153 +2769 2910 50.22 18 ellipse_path stroke
  1.4154 +0.000 0.000 0.000 nodecolor
  1.4155 +grestore
  1.4156 +% read_conf->parse_list
  1.4157 +gsave
  1.4158 +1 setlinewidth
  1.4159 +solid
  1.4160 +0.000 0.000 0.000 edgecolor
  1.4161 +newpath 2809 2899 moveto
  1.4162 +2836 2889 2869 2872 2886 2845 curveto
  1.4163 +2963 2722 2849 2319 2922 2195 curveto
  1.4164 +2993 2074 3155 2008 3236 1981 curveto
  1.4165 +stroke
  1.4166 +0.000 0.000 0.000 edgecolor
  1.4167 +newpath 3237.43 1984.23 moveto
  1.4168 +3246 1978 lineto
  1.4169 +3235.42 1977.52 lineto
  1.4170 +closepath fill
  1.4171 +1 setlinewidth
  1.4172 +solid
  1.4173 +0.000 0.000 0.000 edgecolor
  1.4174 +newpath 3237.43 1984.23 moveto
  1.4175 +3246 1978 lineto
  1.4176 +3235.42 1977.52 lineto
  1.4177 +closepath stroke
  1.4178 +grestore
  1.4179 +% read_conf->create_pair_string
  1.4180 +gsave
  1.4181 +1 setlinewidth
  1.4182 +solid
  1.4183 +0.000 0.000 0.000 edgecolor
  1.4184 +newpath 2820 2910 moveto
  1.4185 +2926 2910 3181 2908 3392 2884 curveto
  1.4186 +3417 2881 3445 2876 3469 2872 curveto
  1.4187 +stroke
  1.4188 +0.000 0.000 0.000 edgecolor
  1.4189 +newpath 3469.88 2875.39 moveto
  1.4190 +3479 2870 lineto
  1.4191 +3468.51 2868.53 lineto
  1.4192 +closepath fill
  1.4193 +1 setlinewidth
  1.4194 +solid
  1.4195 +0.000 0.000 0.000 edgecolor
  1.4196 +newpath 3469.88 2875.39 moveto
  1.4197 +3479 2870 lineto
  1.4198 +3468.51 2868.53 lineto
  1.4199 +closepath stroke
  1.4200 +grestore
  1.4201 +% read_conf->parse_boolean
  1.4202 +gsave
  1.4203 +1 setlinewidth
  1.4204 +solid
  1.4205 +0.000 0.000 0.000 edgecolor
  1.4206 +newpath 2808 2898 moveto
  1.4207 +2834 2888 2867 2871 2886 2845 curveto
  1.4208 +2944 2763 2876 2711 2922 2623 curveto
  1.4209 +2940 2590 2972 2562 2997 2543 curveto
  1.4210 +stroke
  1.4211 +0.000 0.000 0.000 edgecolor
  1.4212 +newpath 2999.1 2545.8 moveto
  1.4213 +3005 2537 lineto
  1.4214 +2994.9 2540.2 lineto
  1.4215 +closepath fill
  1.4216 +1 setlinewidth
  1.4217 +solid
  1.4218 +0.000 0.000 0.000 edgecolor
  1.4219 +newpath 2999.1 2545.8 moveto
  1.4220 +3005 2537 lineto
  1.4221 +2994.9 2540.2 lineto
  1.4222 +closepath stroke
  1.4223 +grestore
  1.4224 +% read_conf->read_statement
  1.4225 +gsave
  1.4226 +1 setlinewidth
  1.4227 +solid
  1.4228 +0.000 0.000 0.000 edgecolor
  1.4229 +newpath 2809 2899 moveto
  1.4230 +2835 2889 2868 2872 2886 2845 curveto
  1.4231 +2930 2779 2871 2552 2922 2493 curveto
  1.4232 +2931 2484 2941 2477 2953 2473 curveto
  1.4233 +stroke
  1.4234 +0.000 0.000 0.000 edgecolor
  1.4235 +newpath 2954.43 2476.23 moveto
  1.4236 +2963 2470 lineto
  1.4237 +2952.42 2469.52 lineto
  1.4238 +closepath fill
  1.4239 +1 setlinewidth
  1.4240 +solid
  1.4241 +0.000 0.000 0.000 edgecolor
  1.4242 +newpath 2954.43 2476.23 moveto
  1.4243 +2963 2470 lineto
  1.4244 +2952.42 2469.52 lineto
  1.4245 +closepath stroke
  1.4246 +grestore
  1.4247 +% read_conf->parse_interface
  1.4248 +gsave
  1.4249 +1 setlinewidth
  1.4250 +solid
  1.4251 +0.000 0.000 0.000 edgecolor
  1.4252 +newpath 2807 2898 moveto
  1.4253 +2833 2888 2867 2871 2886 2845 curveto
  1.4254 +2932 2783 2869 2731 2922 2677 curveto
  1.4255 +2931 2668 2942 2662 2953 2658 curveto
  1.4256 +stroke
  1.4257 +0.000 0.000 0.000 edgecolor
  1.4258 +newpath 2954.43 2661.23 moveto
  1.4259 +2963 2655 lineto
  1.4260 +2952.42 2654.52 lineto
  1.4261 +closepath fill
  1.4262 +1 setlinewidth
  1.4263 +solid
  1.4264 +0.000 0.000 0.000 edgecolor
  1.4265 +newpath 2954.43 2661.23 moveto
  1.4266 +2963 2655 lineto
  1.4267 +2952.42 2654.52 lineto
  1.4268 +closepath stroke
  1.4269 +grestore
  1.4270 +% create_pair
  1.4271 +gsave
  1.4272 +1 setlinewidth
  1.4273 +0.000 0.000 0.000 nodecolor
  1.4274 +3031 2948 54.2 18 ellipse_path stroke
  1.4275 +0.000 0.000 0.000 nodecolor
  1.4276 +grestore
  1.4277 +% read_conf->create_pair
  1.4278 +gsave
  1.4279 +1 setlinewidth
  1.4280 +solid
  1.4281 +0.000 0.000 0.000 edgecolor
  1.4282 +newpath 2816 2917 moveto
  1.4283 +2859 2924 2923 2933 2971 2940 curveto
  1.4284 +stroke
  1.4285 +0.000 0.000 0.000 edgecolor
  1.4286 +newpath 2970.7 2943.49 moveto
  1.4287 +2981 2941 lineto
  1.4288 +2971.4 2936.52 lineto
  1.4289 +closepath fill
  1.4290 +1 setlinewidth
  1.4291 +solid
  1.4292 +0.000 0.000 0.000 edgecolor
  1.4293 +newpath 2970.7 2943.49 moveto
  1.4294 +2981 2941 lineto
  1.4295 +2971.4 2936.52 lineto
  1.4296 +closepath stroke
  1.4297 +grestore
  1.4298 +% time_interval
  1.4299 +gsave
  1.4300 +1 setlinewidth
  1.4301 +0.000 0.000 0.000 nodecolor
  1.4302 +3031 3002 59.96 18 ellipse_path stroke
  1.4303 +0.000 0.000 0.000 nodecolor
  1.4304 +grestore
  1.4305 +% read_conf->time_interval
  1.4306 +gsave
  1.4307 +1 setlinewidth
  1.4308 +solid
  1.4309 +0.000 0.000 0.000 edgecolor
  1.4310 +newpath 2818 2915 moveto
  1.4311 +2840 2918 2865 2925 2886 2937 curveto
  1.4312 +2907 2948 2902 2963 2922 2975 curveto
  1.4313 +2935 2982 2951 2988 2966 2993 curveto
  1.4314 +stroke
  1.4315 +0.000 0.000 0.000 edgecolor
  1.4316 +newpath 2965.51 2996.47 moveto
  1.4317 +2976 2995 lineto
  1.4318 +2966.88 2989.61 lineto
  1.4319 +closepath fill
  1.4320 +1 setlinewidth
  1.4321 +solid
  1.4322 +0.000 0.000 0.000 edgecolor
  1.4323 +newpath 2965.51 2996.47 moveto
  1.4324 +2976 2995 lineto
  1.4325 +2966.88 2989.61 lineto
  1.4326 +closepath stroke
  1.4327 +grestore
  1.4328 +% smtp_out_open
  1.4329 +gsave
  1.4330 +1 setlinewidth
  1.4331 +0.000 0.000 0.000 nodecolor
  1.4332 +2519 1542 72.96 18 ellipse_path stroke
  1.4333 +0.000 0.000 0.000 nodecolor
  1.4334 +grestore
  1.4335 +% create_smtpbase
  1.4336 +gsave
  1.4337 +1 setlinewidth
  1.4338 +0.000 0.000 0.000 nodecolor
  1.4339 +2769 1596 75.94 18 ellipse_path stroke
  1.4340 +0.000 0.000 0.000 nodecolor
  1.4341 +grestore
  1.4342 +% smtp_out_open->create_smtpbase
  1.4343 +gsave
  1.4344 +1 setlinewidth
  1.4345 +solid
  1.4346 +0.000 0.000 0.000 edgecolor
  1.4347 +newpath 2574 1554 moveto
  1.4348 +2612 1562 2662 1573 2702 1582 curveto
  1.4349 +stroke
  1.4350 +0.000 0.000 0.000 edgecolor
  1.4351 +newpath 2701.51 1585.47 moveto
  1.4352 +2712 1584 lineto
  1.4353 +2702.88 1578.61 lineto
  1.4354 +closepath fill
  1.4355 +1 setlinewidth
  1.4356 +solid
  1.4357 +0.000 0.000 0.000 edgecolor
  1.4358 +newpath 2701.51 1585.47 moveto
  1.4359 +2712 1584 lineto
  1.4360 +2702.88 1578.61 lineto
  1.4361 +closepath stroke
  1.4362 +grestore
  1.4363 +% connect_resolvelist
  1.4364 +gsave
  1.4365 +1 setlinewidth
  1.4366 +0.000 0.000 0.000 nodecolor
  1.4367 +2769 1542 84.97 18 ellipse_path stroke
  1.4368 +0.000 0.000 0.000 nodecolor
  1.4369 +grestore
  1.4370 +% smtp_out_open->connect_resolvelist
  1.4371 +gsave
  1.4372 +1 setlinewidth
  1.4373 +solid
  1.4374 +0.000 0.000 0.000 edgecolor
  1.4375 +newpath 2592 1542 moveto
  1.4376 +2618 1542 2646 1542 2673 1542 curveto
  1.4377 +stroke
  1.4378 +0.000 0.000 0.000 edgecolor
  1.4379 +newpath 2673 1545.5 moveto
  1.4380 +2683 1542 lineto
  1.4381 +2673 1538.5 lineto
  1.4382 +closepath fill
  1.4383 +1 setlinewidth
  1.4384 +solid
  1.4385 +0.000 0.000 0.000 edgecolor
  1.4386 +newpath 2673 1545.5 moveto
  1.4387 +2683 1542 lineto
  1.4388 +2673 1538.5 lineto
  1.4389 +closepath stroke
  1.4390 +grestore
  1.4391 +% connect_hostlist
  1.4392 +gsave
  1.4393 +1 setlinewidth
  1.4394 +0.000 0.000 0.000 nodecolor
  1.4395 +3031 1360 75.05 18 ellipse_path stroke
  1.4396 +0.000 0.000 0.000 nodecolor
  1.4397 +grestore
  1.4398 +% connect_resolvelist->connect_hostlist
  1.4399 +gsave
  1.4400 +1 setlinewidth
  1.4401 +solid
  1.4402 +0.000 0.000 0.000 edgecolor
  1.4403 +newpath 2849 1535 moveto
  1.4404 +2863 1531 2876 1525 2886 1515 curveto
  1.4405 +2928 1475 2882 1432 2922 1392 curveto
  1.4406 +2931 1383 2943 1376 2955 1371 curveto
  1.4407 +stroke
  1.4408 +0.000 0.000 0.000 edgecolor
  1.4409 +newpath 2955.62 1374.48 moveto
  1.4410 +2964 1368 lineto
  1.4411 +2953.41 1367.84 lineto
  1.4412 +closepath fill
  1.4413 +1 setlinewidth
  1.4414 +solid
  1.4415 +0.000 0.000 0.000 edgecolor
  1.4416 +newpath 2955.62 1374.48 moveto
  1.4417 +2964 1368 lineto
  1.4418 +2953.41 1367.84 lineto
  1.4419 +closepath stroke
  1.4420 +grestore
  1.4421 +% peopen->peidopen
  1.4422 +gsave
  1.4423 +1 setlinewidth
  1.4424 +solid
  1.4425 +0.000 0.000 0.000 edgecolor
  1.4426 +newpath 1744 2214 moveto
  1.4427 +1819 2219 1986 2233 2118 2277 curveto
  1.4428 +2263 2323 2283 2373 2422 2432 curveto
  1.4429 +2522 2473 2548 2483 2652 2509 curveto
  1.4430 +2861 2559 3116 2587 3228 2598 curveto
  1.4431 +stroke
  1.4432 +0.000 0.000 0.000 edgecolor
  1.4433 +newpath 3227.7 2601.49 moveto
  1.4434 +3238 2599 lineto
  1.4435 +3228.4 2594.52 lineto
  1.4436 +closepath fill
  1.4437 +1 setlinewidth
  1.4438 +solid
  1.4439 +0.000 0.000 0.000 edgecolor
  1.4440 +newpath 3227.7 2601.49 moveto
  1.4441 +3238 2599 lineto
  1.4442 +3228.4 2594.52 lineto
  1.4443 +closepath stroke
  1.4444 +grestore
  1.4445 +% route_is_allowed_mail_local
  1.4446 +gsave
  1.4447 +1 setlinewidth
  1.4448 +0.000 0.000 0.000 nodecolor
  1.4449 +1705 2358 121.1 18 ellipse_path stroke
  1.4450 +0.000 0.000 0.000 nodecolor
  1.4451 +grestore
  1.4452 +% _g_list_strcmp
  1.4453 +gsave
  1.4454 +1 setlinewidth
  1.4455 +0.000 0.000 0.000 nodecolor
  1.4456 +1993 2358 68.99 18 ellipse_path stroke
  1.4457 +0.000 0.000 0.000 nodecolor
  1.4458 +grestore
  1.4459 +% route_is_allowed_mail_local->_g_list_strcmp
  1.4460 +gsave
  1.4461 +1 setlinewidth
  1.4462 +dotted
  1.4463 +0.000 0.000 0.000 edgecolor
  1.4464 +newpath 1827 2358 moveto
  1.4465 +1856 2358 1886 2358 1913 2358 curveto
  1.4466 +stroke
  1.4467 +0.000 0.000 0.000 edgecolor
  1.4468 +newpath 1913 2361.5 moveto
  1.4469 +1923 2358 lineto
  1.4470 +1913 2354.5 lineto
  1.4471 +closepath fill
  1.4472 +1 setlinewidth
  1.4473 +solid
  1.4474 +0.000 0.000 0.000 edgecolor
  1.4475 +newpath 1913 2361.5 moveto
  1.4476 +1923 2358 lineto
  1.4477 +1913 2354.5 lineto
  1.4478 +closepath stroke
  1.4479 +grestore
  1.4480 +% spool_write_rcpt->addr_string
  1.4481 +gsave
  1.4482 +1 setlinewidth
  1.4483 +solid
  1.4484 +0.000 0.000 0.000 edgecolor
  1.4485 +newpath 3094 711 moveto
  1.4486 +3110 715 3127 722 3140 732 curveto
  1.4487 +3164 751 3153 771 3176 789 curveto
  1.4488 +3189 800 3207 806 3223 811 curveto
  1.4489 +stroke
  1.4490 +0.000 0.000 0.000 edgecolor
  1.4491 +newpath 3222.42 814.48 moveto
  1.4492 +3233 814 lineto
  1.4493 +3224.43 807.77 lineto
  1.4494 +closepath fill
  1.4495 +1 setlinewidth
  1.4496 +solid
  1.4497 +0.000 0.000 0.000 edgecolor
  1.4498 +newpath 3222.42 814.48 moveto
  1.4499 +3233 814 lineto
  1.4500 +3224.43 807.77 lineto
  1.4501 +closepath stroke
  1.4502 +grestore
  1.4503 +% destroy_msg_out
  1.4504 +gsave
  1.4505 +1 setlinewidth
  1.4506 +0.000 0.000 0.000 nodecolor
  1.4507 +1993 2304 79.22 18 ellipse_path stroke
  1.4508 +0.000 0.000 0.000 nodecolor
  1.4509 +grestore
  1.4510 +% destroy_msg_out->destroy_address
  1.4511 +gsave
  1.4512 +1 setlinewidth
  1.4513 +solid
  1.4514 +0.000 0.000 0.000 edgecolor
  1.4515 +newpath 2072 2305 moveto
  1.4516 +2089 2309 2106 2317 2118 2331 curveto
  1.4517 +2206 2432 2087 2817 2154 2933 curveto
  1.4518 +2216 3039 2312 2985 2386 3083 curveto
  1.4519 +2419 3124 2385 3159 2422 3196 curveto
  1.4520 +2531 3301 3007 3285 3201 3274 curveto
  1.4521 +stroke
  1.4522 +0.000 0.000 0.000 edgecolor
  1.4523 +newpath 3201.4 3277.48 moveto
  1.4524 +3211 3273 lineto
  1.4525 +3200.7 3270.51 lineto
  1.4526 +closepath fill
  1.4527 +1 setlinewidth
  1.4528 +solid
  1.4529 +0.000 0.000 0.000 edgecolor
  1.4530 +newpath 3201.4 3277.48 moveto
  1.4531 +3211 3273 lineto
  1.4532 +3200.7 3270.51 lineto
  1.4533 +closepath stroke
  1.4534 +grestore
  1.4535 +% destroy_msg_out->destroy_header
  1.4536 +gsave
  1.4537 +1 setlinewidth
  1.4538 +solid
  1.4539 +0.000 0.000 0.000 edgecolor
  1.4540 +newpath 2006 2286 moveto
  1.4541 +2030 2253 2088 2183 2154 2148 curveto
  1.4542 +2354 2042 2430 2084 2652 2046 curveto
  1.4543 +2704 2037 2848 2049 2886 2013 curveto
  1.4544 +2946 1956 2860 1884 2922 1832 curveto
  1.4545 +2964 1796 3118 1806 3211 1817 curveto
  1.4546 +stroke
  1.4547 +0.000 0.000 0.000 edgecolor
  1.4548 +newpath 3210.7 1820.49 moveto
  1.4549 +3221 1818 lineto
  1.4550 +3211.4 1813.52 lineto
  1.4551 +closepath fill
  1.4552 +1 setlinewidth
  1.4553 +solid
  1.4554 +0.000 0.000 0.000 edgecolor
  1.4555 +newpath 3210.7 1820.49 moveto
  1.4556 +3221 1818 lineto
  1.4557 +3211.4 1813.52 lineto
  1.4558 +closepath stroke
  1.4559 +grestore
  1.4560 +% smtp_out_open_child
  1.4561 +gsave
  1.4562 +1 setlinewidth
  1.4563 +0.000 0.000 0.000 nodecolor
  1.4564 +2519 1596 96.09 18 ellipse_path stroke
  1.4565 +0.000 0.000 0.000 nodecolor
  1.4566 +grestore
  1.4567 +% smtp_out_open_child->create_smtpbase
  1.4568 +gsave
  1.4569 +1 setlinewidth
  1.4570 +solid
  1.4571 +0.000 0.000 0.000 edgecolor
  1.4572 +newpath 2616 1596 moveto
  1.4573 +2637 1596 2660 1596 2682 1596 curveto
  1.4574 +stroke
  1.4575 +0.000 0.000 0.000 edgecolor
  1.4576 +newpath 2682 1599.5 moveto
  1.4577 +2692 1596 lineto
  1.4578 +2682 1592.5 lineto
  1.4579 +closepath fill
  1.4580 +1 setlinewidth
  1.4581 +solid
  1.4582 +0.000 0.000 0.000 edgecolor
  1.4583 +newpath 2682 1599.5 moveto
  1.4584 +2692 1596 lineto
  1.4585 +2682 1592.5 lineto
  1.4586 +closepath stroke
  1.4587 +grestore
  1.4588 +% child
  1.4589 +gsave
  1.4590 +1 setlinewidth
  1.4591 +0.000 0.000 0.000 nodecolor
  1.4592 +2769 1650 29.88 18 ellipse_path stroke
  1.4593 +0.000 0.000 0.000 nodecolor
  1.4594 +grestore
  1.4595 +% smtp_out_open_child->child
  1.4596 +gsave
  1.4597 +1 setlinewidth
  1.4598 +solid
  1.4599 +0.000 0.000 0.000 edgecolor
  1.4600 +newpath 2582 1610 moveto
  1.4601 +2629 1620 2691 1634 2731 1642 curveto
  1.4602 +stroke
  1.4603 +0.000 0.000 0.000 edgecolor
  1.4604 +newpath 2730.51 1645.47 moveto
  1.4605 +2741 1644 lineto
  1.4606 +2731.88 1638.61 lineto
  1.4607 +closepath fill
  1.4608 +1 setlinewidth
  1.4609 +solid
  1.4610 +0.000 0.000 0.000 edgecolor
  1.4611 +newpath 2730.51 1645.47 moveto
  1.4612 +2741 1644 lineto
  1.4613 +2731.88 1638.61 lineto
  1.4614 +closepath stroke
  1.4615 +grestore
  1.4616 +% parse_address_rfc821
  1.4617 +gsave
  1.4618 +1 setlinewidth
  1.4619 +0.000 0.000 0.000 nodecolor
  1.4620 +4062 1566 97.98 18 ellipse_path stroke
  1.4621 +0.000 0.000 0.000 nodecolor
  1.4622 +grestore
  1.4623 +% _create_address->parse_address_rfc821
  1.4624 +gsave
  1.4625 +1 setlinewidth
  1.4626 +solid
  1.4627 +0.000 0.000 0.000 edgecolor
  1.4628 +newpath 3880 1566 moveto
  1.4629 +3903 1566 3929 1566 3954 1566 curveto
  1.4630 +stroke
  1.4631 +0.000 0.000 0.000 edgecolor
  1.4632 +newpath 3954 1569.5 moveto
  1.4633 +3964 1566 lineto
  1.4634 +3954 1562.5 lineto
  1.4635 +closepath fill
  1.4636 +1 setlinewidth
  1.4637 +solid
  1.4638 +0.000 0.000 0.000 edgecolor
  1.4639 +newpath 3954 1569.5 moveto
  1.4640 +3964 1566 lineto
  1.4641 +3954 1562.5 lineto
  1.4642 +closepath stroke
  1.4643 +grestore
  1.4644 +% parse_address_rfc822
  1.4645 +gsave
  1.4646 +1 setlinewidth
  1.4647 +0.000 0.000 0.000 nodecolor
  1.4648 +4062 1620 97.98 18 ellipse_path stroke
  1.4649 +0.000 0.000 0.000 nodecolor
  1.4650 +grestore
  1.4651 +% _create_address->parse_address_rfc822
  1.4652 +gsave
  1.4653 +1 setlinewidth
  1.4654 +solid
  1.4655 +0.000 0.000 0.000 edgecolor
  1.4656 +newpath 3862 1578 moveto
  1.4657 +3899 1585 3947 1596 3987 1604 curveto
  1.4658 +stroke
  1.4659 +0.000 0.000 0.000 edgecolor
  1.4660 +newpath 3986.51 1607.47 moveto
  1.4661 +3997 1606 lineto
  1.4662 +3987.88 1600.61 lineto
  1.4663 +closepath fill
  1.4664 +1 setlinewidth
  1.4665 +solid
  1.4666 +0.000 0.000 0.000 edgecolor
  1.4667 +newpath 3986.51 1607.47 moveto
  1.4668 +3997 1606 lineto
  1.4669 +3987.88 1600.61 lineto
  1.4670 +closepath stroke
  1.4671 +grestore
  1.4672 +% spool_unlock->set_euidgid
  1.4673 +gsave
  1.4674 +1 setlinewidth
  1.4675 +solid
  1.4676 +0.000 0.000 0.000 edgecolor
  1.4677 +newpath 1228 865 moveto
  1.4678 +1259 854 1303 840 1342 833 curveto
  1.4679 +1502 806 1544 814 1705 814 curveto
  1.4680 +1705 814 1705 814 2519 814 curveto
  1.4681 +2679 814 2867 818 2965 820 curveto
  1.4682 +stroke
  1.4683 +0.000 0.000 0.000 edgecolor
  1.4684 +newpath 2965 823.5 moveto
  1.4685 +2975 820 lineto
  1.4686 +2965 816.5 lineto
  1.4687 +closepath fill
  1.4688 +1 setlinewidth
  1.4689 +solid
  1.4690 +0.000 0.000 0.000 edgecolor
  1.4691 +newpath 2965 823.5 moveto
  1.4692 +2975 820 lineto
  1.4693 +2965 816.5 lineto
  1.4694 +closepath stroke
  1.4695 +grestore
  1.4696 +% dot_unlock
  1.4697 +gsave
  1.4698 +1 setlinewidth
  1.4699 +0.000 0.000 0.000 nodecolor
  1.4700 +1442 860 55.09 18 ellipse_path stroke
  1.4701 +0.000 0.000 0.000 nodecolor
  1.4702 +grestore
  1.4703 +% spool_unlock->dot_unlock
  1.4704 +gsave
  1.4705 +1 setlinewidth
  1.4706 +solid
  1.4707 +0.000 0.000 0.000 edgecolor
  1.4708 +newpath 1252 874 moveto
  1.4709 +1290 871 1339 868 1378 865 curveto
  1.4710 +stroke
  1.4711 +0.000 0.000 0.000 edgecolor
  1.4712 +newpath 1378.4 868.48 moveto
  1.4713 +1388 864 lineto
  1.4714 +1377.7 861.51 lineto
  1.4715 +closepath fill
  1.4716 +1 setlinewidth
  1.4717 +solid
  1.4718 +0.000 0.000 0.000 edgecolor
  1.4719 +newpath 1378.4 868.48 moveto
  1.4720 +1388 864 lineto
  1.4721 +1377.7 861.51 lineto
  1.4722 +closepath stroke
  1.4723 +grestore
  1.4724 +% create_address_rfc822
  1.4725 +gsave
  1.4726 +1 setlinewidth
  1.4727 +0.000 0.000 0.000 nodecolor
  1.4728 +3537 1620 100.06 18 ellipse_path stroke
  1.4729 +0.000 0.000 0.000 nodecolor
  1.4730 +grestore
  1.4731 +% create_address_rfc822->_create_address
  1.4732 +gsave
  1.4733 +1 setlinewidth
  1.4734 +solid
  1.4735 +0.000 0.000 0.000 edgecolor
  1.4736 +newpath 3604 1607 moveto
  1.4737 +3645 1599 3697 1588 3738 1580 curveto
  1.4738 +stroke
  1.4739 +0.000 0.000 0.000 edgecolor
  1.4740 +newpath 3738.88 1583.39 moveto
  1.4741 +3748 1578 lineto
  1.4742 +3737.51 1576.53 lineto
  1.4743 +closepath fill
  1.4744 +1 setlinewidth
  1.4745 +solid
  1.4746 +0.000 0.000 0.000 edgecolor
  1.4747 +newpath 3738.88 1583.39 moveto
  1.4748 +3748 1578 lineto
  1.4749 +3737.51 1576.53 lineto
  1.4750 +closepath stroke
  1.4751 +grestore
  1.4752 +% deliver_msglist_host_smtp
  1.4753 +gsave
  1.4754 +1 setlinewidth
  1.4755 +0.000 0.000 0.000 nodecolor
  1.4756 +2270 1542 114.85 18 ellipse_path stroke
  1.4757 +0.000 0.000 0.000 nodecolor
  1.4758 +grestore
  1.4759 +% deliver_msglist_host_smtp->msg_free_data
  1.4760 +gsave
  1.4761 +1 setlinewidth
  1.4762 +solid
  1.4763 +0.000 0.000 0.000 edgecolor
  1.4764 +newpath 2274 1560 moveto
  1.4765 +2288 1635 2346 1934 2386 2181 curveto
  1.4766 +2396 2236 2388 2387 2422 2432 curveto
  1.4767 +2559 2609 2733 2464 2886 2628 curveto
  1.4768 +2920 2663 2886 2699 2922 2731 curveto
  1.4769 +2997 2795 3044 2754 3140 2774 curveto
  1.4770 +3166 2779 3195 2785 3220 2790 curveto
  1.4771 +stroke
  1.4772 +0.000 0.000 0.000 edgecolor
  1.4773 +newpath 3219.51 2793.47 moveto
  1.4774 +3230 2792 lineto
  1.4775 +3220.88 2786.61 lineto
  1.4776 +closepath fill
  1.4777 +1 setlinewidth
  1.4778 +solid
  1.4779 +0.000 0.000 0.000 edgecolor
  1.4780 +newpath 3219.51 2793.47 moveto
  1.4781 +3230 2792 lineto
  1.4782 +3220.88 2786.61 lineto
  1.4783 +closepath stroke
  1.4784 +grestore
  1.4785 +% deliver_msglist_host_smtp->smtp_out_init
  1.4786 +gsave
  1.4787 +1 setlinewidth
  1.4788 +solid
  1.4789 +0.000 0.000 0.000 edgecolor
  1.4790 +newpath 2279 1524 moveto
  1.4791 +2300 1486 2353 1399 2422 1353 curveto
  1.4792 +2431 1347 2442 1342 2453 1338 curveto
  1.4793 +stroke
  1.4794 +0.000 0.000 0.000 edgecolor
  1.4795 +newpath 2454.43 1341.23 moveto
  1.4796 +2463 1335 lineto
  1.4797 +2452.42 1334.52 lineto
  1.4798 +closepath fill
  1.4799 +1 setlinewidth
  1.4800 +solid
  1.4801 +0.000 0.000 0.000 edgecolor
  1.4802 +newpath 2454.43 1341.23 moveto
  1.4803 +2463 1335 lineto
  1.4804 +2452.42 1334.52 lineto
  1.4805 +closepath stroke
  1.4806 +grestore
  1.4807 +% deliver_msglist_host_smtp->deliver_finish
  1.4808 +gsave
  1.4809 +1 setlinewidth
  1.4810 +solid
  1.4811 +0.000 0.000 0.000 edgecolor
  1.4812 +newpath 2277 1560 moveto
  1.4813 +2312 1652 2467 2069 2508 2180 curveto
  1.4814 +stroke
  1.4815 +0.000 0.000 0.000 edgecolor
  1.4816 +newpath 2505.04 2182.02 moveto
  1.4817 +2512 2190 lineto
  1.4818 +2511.54 2179.42 lineto
  1.4819 +closepath fill
  1.4820 +1 setlinewidth
  1.4821 +solid
  1.4822 +0.000 0.000 0.000 edgecolor
  1.4823 +newpath 2505.04 2182.02 moveto
  1.4824 +2512 2190 lineto
  1.4825 +2511.54 2179.42 lineto
  1.4826 +closepath stroke
  1.4827 +grestore
  1.4828 +% deliver_msglist_host_smtp->spool_read_data
  1.4829 +gsave
  1.4830 +1 setlinewidth
  1.4831 +solid
  1.4832 +0.000 0.000 0.000 edgecolor
  1.4833 +newpath 2298 1559 moveto
  1.4834 +2328 1578 2377 1606 2422 1623 curveto
  1.4835 +2521 1660 2548 1664 2652 1677 curveto
  1.4836 +2756 1688 2805 1741 2886 1677 curveto
  1.4837 +2942 1633 2868 1566 2922 1522 curveto
  1.4838 +2964 1488 3111 1494 3205 1503 curveto
  1.4839 +stroke
  1.4840 +0.000 0.000 0.000 edgecolor
  1.4841 +newpath 3204.7 1506.49 moveto
  1.4842 +3215 1504 lineto
  1.4843 +3205.4 1499.52 lineto
  1.4844 +closepath fill
  1.4845 +1 setlinewidth
  1.4846 +solid
  1.4847 +0.000 0.000 0.000 edgecolor
  1.4848 +newpath 3204.7 1506.49 moveto
  1.4849 +3215 1504 lineto
  1.4850 +3205.4 1499.52 lineto
  1.4851 +closepath stroke
  1.4852 +grestore
  1.4853 +% deliver_msglist_host_smtp->smtp_out_rset
  1.4854 +gsave
  1.4855 +1 setlinewidth
  1.4856 +solid
  1.4857 +0.000 0.000 0.000 edgecolor
  1.4858 +newpath 2285 1524 moveto
  1.4859 +2311 1495 2365 1438 2422 1407 curveto
  1.4860 +2432 1402 2443 1397 2454 1393 curveto
  1.4861 +stroke
  1.4862 +0.000 0.000 0.000 edgecolor
  1.4863 +newpath 2455.43 1396.23 moveto
  1.4864 +2464 1390 lineto
  1.4865 +2453.42 1389.52 lineto
  1.4866 +closepath fill
  1.4867 +1 setlinewidth
  1.4868 +solid
  1.4869 +0.000 0.000 0.000 edgecolor
  1.4870 +newpath 2455.43 1396.23 moveto
  1.4871 +2464 1390 lineto
  1.4872 +2453.42 1389.52 lineto
  1.4873 +closepath stroke
  1.4874 +grestore
  1.4875 +% deliver_msglist_host_smtp->smtp_out_msg
  1.4876 +gsave
  1.4877 +1 setlinewidth
  1.4878 +solid
  1.4879 +0.000 0.000 0.000 edgecolor
  1.4880 +newpath 2309 1525 moveto
  1.4881 +2354 1506 2427 1474 2474 1454 curveto
  1.4882 +stroke
  1.4883 +0.000 0.000 0.000 edgecolor
  1.4884 +newpath 2475.28 1457.26 moveto
  1.4885 +2483 1450 lineto
  1.4886 +2472.44 1450.86 lineto
  1.4887 +closepath fill
  1.4888 +1 setlinewidth
  1.4889 +solid
  1.4890 +0.000 0.000 0.000 edgecolor
  1.4891 +newpath 2475.28 1457.26 moveto
  1.4892 +2483 1450 lineto
  1.4893 +2472.44 1450.86 lineto
  1.4894 +closepath stroke
  1.4895 +grestore
  1.4896 +% deliver_msglist_host_smtp->smtp_out_mark_rcpts
  1.4897 +gsave
  1.4898 +1 setlinewidth
  1.4899 +solid
  1.4900 +0.000 0.000 0.000 edgecolor
  1.4901 +newpath 2341 1528 moveto
  1.4902 +2366 1523 2395 1518 2422 1515 curveto
  1.4903 +2503 1505 2595 1498 2664 1494 curveto
  1.4904 +stroke
  1.4905 +0.000 0.000 0.000 edgecolor
  1.4906 +newpath 2664.4 1497.48 moveto
  1.4907 +2674 1493 lineto
  1.4908 +2663.7 1490.51 lineto
  1.4909 +closepath fill
  1.4910 +1 setlinewidth
  1.4911 +solid
  1.4912 +0.000 0.000 0.000 edgecolor
  1.4913 +newpath 2664.4 1497.48 moveto
  1.4914 +2674 1493 lineto
  1.4915 +2663.7 1490.51 lineto
  1.4916 +closepath stroke
  1.4917 +grestore
  1.4918 +% deliver_msglist_host_smtp->smtp_out_open
  1.4919 +gsave
  1.4920 +1 setlinewidth
  1.4921 +solid
  1.4922 +0.000 0.000 0.000 edgecolor
  1.4923 +newpath 2386 1542 moveto
  1.4924 +2402 1542 2419 1542 2436 1542 curveto
  1.4925 +stroke
  1.4926 +0.000 0.000 0.000 edgecolor
  1.4927 +newpath 2436 1545.5 moveto
  1.4928 +2446 1542 lineto
  1.4929 +2436 1538.5 lineto
  1.4930 +closepath fill
  1.4931 +1 setlinewidth
  1.4932 +solid
  1.4933 +0.000 0.000 0.000 edgecolor
  1.4934 +newpath 2436 1545.5 moveto
  1.4935 +2446 1542 lineto
  1.4936 +2436 1538.5 lineto
  1.4937 +closepath stroke
  1.4938 +grestore
  1.4939 +% deliver_msglist_host_smtp->smtp_out_open_child
  1.4940 +gsave
  1.4941 +1 setlinewidth
  1.4942 +solid
  1.4943 +0.000 0.000 0.000 edgecolor
  1.4944 +newpath 2338 1557 moveto
  1.4945 +2371 1564 2411 1573 2445 1580 curveto
  1.4946 +stroke
  1.4947 +0.000 0.000 0.000 edgecolor
  1.4948 +newpath 2444.51 1583.47 moveto
  1.4949 +2455 1582 lineto
  1.4950 +2445.88 1576.61 lineto
  1.4951 +closepath fill
  1.4952 +1 setlinewidth
  1.4953 +solid
  1.4954 +0.000 0.000 0.000 edgecolor
  1.4955 +newpath 2444.51 1583.47 moveto
  1.4956 +2455 1582 lineto
  1.4957 +2445.88 1576.61 lineto
  1.4958 +closepath stroke
  1.4959 +grestore
  1.4960 +% set_heloname
  1.4961 +gsave
  1.4962 +1 setlinewidth
  1.4963 +0.000 0.000 0.000 nodecolor
  1.4964 +2519 1180 63.93 18 ellipse_path stroke
  1.4965 +0.000 0.000 0.000 nodecolor
  1.4966 +grestore
  1.4967 +% deliver_msglist_host_smtp->set_heloname
  1.4968 +gsave
  1.4969 +1 setlinewidth
  1.4970 +solid
  1.4971 +0.000 0.000 0.000 edgecolor
  1.4972 +newpath 2280 1524 moveto
  1.4973 +2301 1485 2351 1390 2386 1307 curveto
  1.4974 +2405 1264 2388 1240 2422 1207 curveto
  1.4975 +2430 1199 2440 1194 2450 1190 curveto
  1.4976 +stroke
  1.4977 +0.000 0.000 0.000 edgecolor
  1.4978 +newpath 2451.43 1193.23 moveto
  1.4979 +2460 1187 lineto
  1.4980 +2449.42 1186.52 lineto
  1.4981 +closepath fill
  1.4982 +1 setlinewidth
  1.4983 +solid
  1.4984 +0.000 0.000 0.000 edgecolor
  1.4985 +newpath 2451.43 1193.23 moveto
  1.4986 +2460 1187 lineto
  1.4987 +2449.42 1186.52 lineto
  1.4988 +closepath stroke
  1.4989 +grestore
  1.4990 +% destroy_smtpbase
  1.4991 +gsave
  1.4992 +1 setlinewidth
  1.4993 +0.000 0.000 0.000 nodecolor
  1.4994 +2519 1126 82.19 18 ellipse_path stroke
  1.4995 +0.000 0.000 0.000 nodecolor
  1.4996 +grestore
  1.4997 +% deliver_msglist_host_smtp->destroy_smtpbase
  1.4998 +gsave
  1.4999 +1 setlinewidth
  1.5000 +solid
  1.5001 +0.000 0.000 0.000 edgecolor
  1.5002 +newpath 2281 1524 moveto
  1.5003 +2303 1485 2356 1391 2386 1307 curveto
  1.5004 +2410 1241 2374 1204 2422 1153 curveto
  1.5005 +2427 1148 2433 1144 2439 1140 curveto
  1.5006 +stroke
  1.5007 +0.000 0.000 0.000 edgecolor
  1.5008 +newpath 2441.02 1142.96 moveto
  1.5009 +2449 1136 lineto
  1.5010 +2438.42 1136.46 lineto
  1.5011 +closepath fill
  1.5012 +1 setlinewidth
  1.5013 +solid
  1.5014 +0.000 0.000 0.000 edgecolor
  1.5015 +newpath 2441.02 1142.96 moveto
  1.5016 +2449 1136 lineto
  1.5017 +2438.42 1136.46 lineto
  1.5018 +closepath stroke
  1.5019 +grestore
  1.5020 +% pop_before_smtp
  1.5021 +gsave
  1.5022 +1 setlinewidth
  1.5023 +0.000 0.000 0.000 nodecolor
  1.5024 +2519 2405 80.8 18 ellipse_path stroke
  1.5025 +0.000 0.000 0.000 nodecolor
  1.5026 +grestore
  1.5027 +% deliver_msglist_host_smtp->pop_before_smtp
  1.5028 +gsave
  1.5029 +1 setlinewidth
  1.5030 +solid
  1.5031 +0.000 0.000 0.000 edgecolor
  1.5032 +newpath 2272 1560 moveto
  1.5033 +2281 1641 2323 1977 2422 2235 curveto
  1.5034 +2443 2289 2479 2346 2500 2379 curveto
  1.5035 +stroke
  1.5036 +0.000 0.000 0.000 edgecolor
  1.5037 +newpath 2497.2 2381.1 moveto
  1.5038 +2506 2387 lineto
  1.5039 +2502.8 2376.9 lineto
  1.5040 +closepath fill
  1.5041 +1 setlinewidth
  1.5042 +solid
  1.5043 +0.000 0.000 0.000 edgecolor
  1.5044 +newpath 2497.2 2381.1 moveto
  1.5045 +2506 2387 lineto
  1.5046 +2502.8 2376.9 lineto
  1.5047 +closepath stroke
  1.5048 +grestore
  1.5049 +% delivery_failures
  1.5050 +gsave
  1.5051 +1 setlinewidth
  1.5052 +0.000 0.000 0.000 nodecolor
  1.5053 +2519 2856 73.85 18 ellipse_path stroke
  1.5054 +0.000 0.000 0.000 nodecolor
  1.5055 +grestore
  1.5056 +% deliver_msglist_host_smtp->delivery_failures
  1.5057 +gsave
  1.5058 +1 setlinewidth
  1.5059 +solid
  1.5060 +0.000 0.000 0.000 edgecolor
  1.5061 +newpath 2274 1560 moveto
  1.5062 +2291 1636 2357 1933 2386 2181 curveto
  1.5063 +2395 2248 2389 2732 2422 2791 curveto
  1.5064 +2433 2811 2452 2825 2471 2835 curveto
  1.5065 +stroke
  1.5066 +0.000 0.000 0.000 edgecolor
  1.5067 +newpath 2469.56 2838.2 moveto
  1.5068 +2480 2840 lineto
  1.5069 +2472.96 2832.08 lineto
  1.5070 +closepath fill
  1.5071 +1 setlinewidth
  1.5072 +solid
  1.5073 +0.000 0.000 0.000 edgecolor
  1.5074 +newpath 2469.56 2838.2 moveto
  1.5075 +2480 2840 lineto
  1.5076 +2472.96 2832.08 lineto
  1.5077 +closepath stroke
  1.5078 +grestore
  1.5079 +% smtp_out_quit
  1.5080 +gsave
  1.5081 +1 setlinewidth
  1.5082 +0.000 0.000 0.000 nodecolor
  1.5083 +2519 1234 68.1 18 ellipse_path stroke
  1.5084 +0.000 0.000 0.000 nodecolor
  1.5085 +grestore
  1.5086 +% deliver_msglist_host_smtp->smtp_out_quit
  1.5087 +gsave
  1.5088 +1 setlinewidth
  1.5089 +solid
  1.5090 +0.000 0.000 0.000 edgecolor
  1.5091 +newpath 2278 1524 moveto
  1.5092 +2302 1469 2378 1303 2422 1266 curveto
  1.5093 +2431 1258 2443 1252 2454 1248 curveto
  1.5094 +stroke
  1.5095 +0.000 0.000 0.000 edgecolor
  1.5096 +newpath 2455.43 1251.23 moveto
  1.5097 +2464 1245 lineto
  1.5098 +2453.42 1244.52 lineto
  1.5099 +closepath fill
  1.5100 +1 setlinewidth
  1.5101 +solid
  1.5102 +0.000 0.000 0.000 edgecolor
  1.5103 +newpath 2455.43 1251.23 moveto
  1.5104 +2464 1245 lineto
  1.5105 +2453.42 1244.52 lineto
  1.5106 +closepath stroke
  1.5107 +grestore
  1.5108 +% pop_before_smtp->resolve_dns_a
  1.5109 +gsave
  1.5110 +1 setlinewidth
  1.5111 +dotted
  1.5112 +0.000 0.000 0.000 edgecolor
  1.5113 +newpath 2598 2410 moveto
  1.5114 +2616 2411 2634 2411 2652 2412 curveto
  1.5115 +2756 2414 2795 2461 2886 2412 curveto
  1.5116 +2912 2398 2898 2373 2922 2358 curveto
  1.5117 +3010 2302 3132 2296 3210 2300 curveto
  1.5118 +stroke
  1.5119 +0.000 0.000 0.000 edgecolor
  1.5120 +newpath 3210 2303.5 moveto
  1.5121 +3220 2300 lineto
  1.5122 +3210 2296.5 lineto
  1.5123 +closepath fill
  1.5124 +1 setlinewidth
  1.5125 +solid
  1.5126 +0.000 0.000 0.000 edgecolor
  1.5127 +newpath 3210 2303.5 moveto
  1.5128 +3220 2300 lineto
  1.5129 +3210 2296.5 lineto
  1.5130 +closepath stroke
  1.5131 +grestore
  1.5132 +% pop_before_smtp->resolve_byname
  1.5133 +gsave
  1.5134 +1 setlinewidth
  1.5135 +dotted
  1.5136 +0.000 0.000 0.000 edgecolor
  1.5137 +newpath 2600 2404 moveto
  1.5138 +2702 2403 2866 2397 2886 2379 curveto
  1.5139 +2972 2298 2836 2196 2922 2117 curveto
  1.5140 +2963 2080 3111 2085 3205 2092 curveto
  1.5141 +stroke
  1.5142 +0.000 0.000 0.000 edgecolor
  1.5143 +newpath 3204.7 2095.49 moveto
  1.5144 +3215 2093 lineto
  1.5145 +3205.4 2088.52 lineto
  1.5146 +closepath fill
  1.5147 +1 setlinewidth
  1.5148 +solid
  1.5149 +0.000 0.000 0.000 edgecolor
  1.5150 +newpath 3204.7 2095.49 moveto
  1.5151 +3215 2093 lineto
  1.5152 +3205.4 2088.52 lineto
  1.5153 +closepath stroke
  1.5154 +grestore
  1.5155 +% pop_before_smtp->read_get_conf
  1.5156 +gsave
  1.5157 +1 setlinewidth
  1.5158 +solid
  1.5159 +0.000 0.000 0.000 edgecolor
  1.5160 +newpath 2563 2420 moveto
  1.5161 +2589 2429 2622 2440 2652 2450 curveto
  1.5162 +2671 2456 2692 2462 2711 2467 curveto
  1.5163 +stroke
  1.5164 +0.000 0.000 0.000 edgecolor
  1.5165 +newpath 2710.51 2470.47 moveto
  1.5166 +2721 2469 lineto
  1.5167 +2711.88 2463.61 lineto
  1.5168 +closepath fill
  1.5169 +1 setlinewidth
  1.5170 +solid
  1.5171 +0.000 0.000 0.000 edgecolor
  1.5172 +newpath 2710.51 2470.47 moveto
  1.5173 +2721 2469 lineto
  1.5174 +2711.88 2463.61 lineto
  1.5175 +closepath stroke
  1.5176 +grestore
  1.5177 +% delivery_failures->fail_msg
  1.5178 +gsave
  1.5179 +1 setlinewidth
  1.5180 +solid
  1.5181 +0.000 0.000 0.000 edgecolor
  1.5182 +newpath 2579 2867 moveto
  1.5183 +2654 2878 2785 2887 2886 2845 curveto
  1.5184 +2943 2820 2990 2763 3014 2730 curveto
  1.5185 +stroke
  1.5186 +0.000 0.000 0.000 edgecolor
  1.5187 +newpath 3017.37 2731.26 moveto
  1.5188 +3020 2721 lineto
  1.5189 +3011.54 2727.38 lineto
  1.5190 +closepath fill
  1.5191 +1 setlinewidth
  1.5192 +solid
  1.5193 +0.000 0.000 0.000 edgecolor
  1.5194 +newpath 3017.37 2731.26 moveto
  1.5195 +3020 2721 lineto
  1.5196 +3011.54 2727.38 lineto
  1.5197 +closepath stroke
  1.5198 +grestore
  1.5199 +% warn_msg
  1.5200 +gsave
  1.5201 +1 setlinewidth
  1.5202 +0.000 0.000 0.000 nodecolor
  1.5203 +2769 2964 50.92 18 ellipse_path stroke
  1.5204 +0.000 0.000 0.000 nodecolor
  1.5205 +grestore
  1.5206 +% delivery_failures->warn_msg
  1.5207 +gsave
  1.5208 +1 setlinewidth
  1.5209 +solid
  1.5210 +0.000 0.000 0.000 edgecolor
  1.5211 +newpath 2581 2866 moveto
  1.5212 +2594 2870 2606 2875 2616 2883 curveto
  1.5213 +2640 2899 2629 2920 2652 2937 curveto
  1.5214 +2668 2948 2689 2955 2708 2959 curveto
  1.5215 +stroke
  1.5216 +0.000 0.000 0.000 edgecolor
  1.5217 +newpath 2707.51 2962.47 moveto
  1.5218 +2718 2961 lineto
  1.5219 +2708.88 2955.61 lineto
  1.5220 +closepath fill
  1.5221 +1 setlinewidth
  1.5222 +solid
  1.5223 +0.000 0.000 0.000 edgecolor
  1.5224 +newpath 2707.51 2962.47 moveto
  1.5225 +2718 2961 lineto
  1.5226 +2708.88 2955.61 lineto
  1.5227 +closepath stroke
  1.5228 +grestore
  1.5229 +% table_find_fnmatch
  1.5230 +gsave
  1.5231 +1 setlinewidth
  1.5232 +0.000 0.000 0.000 nodecolor
  1.5233 +3537 1788 86.17 18 ellipse_path stroke
  1.5234 +0.000 0.000 0.000 nodecolor
  1.5235 +grestore
  1.5236 +% table_find_fnmatch->table_find_func
  1.5237 +gsave
  1.5238 +1 setlinewidth
  1.5239 +solid
  1.5240 +0.000 0.000 0.000 edgecolor
  1.5241 +newpath 3543 1806 moveto
  1.5242 +3562 1860 3617 2028 3646 2171 curveto
  1.5243 +3748 2677 3794 3308 3803 3449 curveto
  1.5244 +stroke
  1.5245 +0.000 0.000 0.000 edgecolor
  1.5246 +newpath 3799.52 3449.4 moveto
  1.5247 +3804 3459 lineto
  1.5248 +3806.49 3448.7 lineto
  1.5249 +closepath fill
  1.5250 +1 setlinewidth
  1.5251 +solid
  1.5252 +0.000 0.000 0.000 edgecolor
  1.5253 +newpath 3799.52 3449.4 moveto
  1.5254 +3804 3459 lineto
  1.5255 +3806.49 3448.7 lineto
  1.5256 +closepath stroke
  1.5257 +grestore
  1.5258 +% fnmatch0
  1.5259 +gsave
  1.5260 +1 setlinewidth
  1.5261 +0.000 0.000 0.000 nodecolor
  1.5262 +3805 1788 46.75 18 ellipse_path stroke
  1.5263 +0.000 0.000 0.000 nodecolor
  1.5264 +grestore
  1.5265 +% table_find_fnmatch->fnmatch0
  1.5266 +gsave
  1.5267 +1 setlinewidth
  1.5268 +dotted
  1.5269 +0.000 0.000 0.000 edgecolor
  1.5270 +newpath 3623 1788 moveto
  1.5271 +3664 1788 3711 1788 3747 1788 curveto
  1.5272 +stroke
  1.5273 +0.000 0.000 0.000 edgecolor
  1.5274 +newpath 3747 1791.5 moveto
  1.5275 +3757 1788 lineto
  1.5276 +3747 1784.5 lineto
  1.5277 +closepath fill
  1.5278 +1 setlinewidth
  1.5279 +solid
  1.5280 +0.000 0.000 0.000 edgecolor
  1.5281 +newpath 3747 1791.5 moveto
  1.5282 +3757 1788 lineto
  1.5283 +3747 1784.5 lineto
  1.5284 +closepath stroke
  1.5285 +grestore
  1.5286 +% read_domain
  1.5287 +gsave
  1.5288 +1 setlinewidth
  1.5289 +0.000 0.000 0.000 nodecolor
  1.5290 +4294 1620 61.84 18 ellipse_path stroke
  1.5291 +0.000 0.000 0.000 nodecolor
  1.5292 +grestore
  1.5293 +% parse_address_rfc821->read_domain
  1.5294 +gsave
  1.5295 +1 setlinewidth
  1.5296 +solid
  1.5297 +0.000 0.000 0.000 edgecolor
  1.5298 +newpath 4123 1580 moveto
  1.5299 +4158 1588 4201 1598 4236 1607 curveto
  1.5300 +stroke
  1.5301 +0.000 0.000 0.000 edgecolor
  1.5302 +newpath 4235.51 1610.47 moveto
  1.5303 +4246 1609 lineto
  1.5304 +4236.88 1603.61 lineto
  1.5305 +closepath fill
  1.5306 +1 setlinewidth
  1.5307 +solid
  1.5308 +0.000 0.000 0.000 edgecolor
  1.5309 +newpath 4235.51 1610.47 moveto
  1.5310 +4246 1609 lineto
  1.5311 +4236.88 1603.61 lineto
  1.5312 +closepath stroke
  1.5313 +grestore
  1.5314 +% read_word_with_dots
  1.5315 +gsave
  1.5316 +1 setlinewidth
  1.5317 +0.000 0.000 0.000 nodecolor
  1.5318 +4294 1566 96.78 18 ellipse_path stroke
  1.5319 +0.000 0.000 0.000 nodecolor
  1.5320 +grestore
  1.5321 +% parse_address_rfc821->read_word_with_dots
  1.5322 +gsave
  1.5323 +1 setlinewidth
  1.5324 +solid
  1.5325 +0.000 0.000 0.000 edgecolor
  1.5326 +newpath 4160 1566 moveto
  1.5327 +4169 1566 4177 1566 4186 1566 curveto
  1.5328 +stroke
  1.5329 +0.000 0.000 0.000 edgecolor
  1.5330 +newpath 4186 1569.5 moveto
  1.5331 +4196 1566 lineto
  1.5332 +4186 1562.5 lineto
  1.5333 +closepath fill
  1.5334 +1 setlinewidth
  1.5335 +solid
  1.5336 +0.000 0.000 0.000 edgecolor
  1.5337 +newpath 4186 1569.5 moveto
  1.5338 +4196 1566 lineto
  1.5339 +4186 1562.5 lineto
  1.5340 +closepath stroke
  1.5341 +grestore
  1.5342 +% parse_address_rfc822->skip_comment
  1.5343 +gsave
  1.5344 +1 setlinewidth
  1.5345 +solid
  1.5346 +0.000 0.000 0.000 edgecolor
  1.5347 +newpath 4123 1634 moveto
  1.5348 +4157 1642 4199 1652 4233 1660 curveto
  1.5349 +stroke
  1.5350 +0.000 0.000 0.000 edgecolor
  1.5351 +newpath 4232.51 1663.47 moveto
  1.5352 +4243 1662 lineto
  1.5353 +4233.88 1656.61 lineto
  1.5354 +closepath fill
  1.5355 +1 setlinewidth
  1.5356 +solid
  1.5357 +0.000 0.000 0.000 edgecolor
  1.5358 +newpath 4232.51 1663.47 moveto
  1.5359 +4243 1662 lineto
  1.5360 +4233.88 1656.61 lineto
  1.5361 +closepath stroke
  1.5362 +grestore
  1.5363 +% parse_address_rfc822->read_domain
  1.5364 +gsave
  1.5365 +1 setlinewidth
  1.5366 +solid
  1.5367 +0.000 0.000 0.000 edgecolor
  1.5368 +newpath 4160 1620 moveto
  1.5369 +4180 1620 4202 1620 4222 1620 curveto
  1.5370 +stroke
  1.5371 +0.000 0.000 0.000 edgecolor
  1.5372 +newpath 4222 1623.5 moveto
  1.5373 +4232 1620 lineto
  1.5374 +4222 1616.5 lineto
  1.5375 +closepath fill
  1.5376 +1 setlinewidth
  1.5377 +solid
  1.5378 +0.000 0.000 0.000 edgecolor
  1.5379 +newpath 4222 1623.5 moveto
  1.5380 +4232 1620 lineto
  1.5381 +4222 1616.5 lineto
  1.5382 +closepath stroke
  1.5383 +grestore
  1.5384 +% parse_address_rfc822->read_word_with_dots
  1.5385 +gsave
  1.5386 +1 setlinewidth
  1.5387 +solid
  1.5388 +0.000 0.000 0.000 edgecolor
  1.5389 +newpath 4123 1606 moveto
  1.5390 +4154 1599 4192 1590 4224 1582 curveto
  1.5391 +stroke
  1.5392 +0.000 0.000 0.000 edgecolor
  1.5393 +newpath 4224.88 1585.39 moveto
  1.5394 +4234 1580 lineto
  1.5395 +4223.51 1578.53 lineto
  1.5396 +closepath fill
  1.5397 +1 setlinewidth
  1.5398 +solid
  1.5399 +0.000 0.000 0.000 edgecolor
  1.5400 +newpath 4224.88 1585.39 moveto
  1.5401 +4234 1580 lineto
  1.5402 +4223.51 1578.53 lineto
  1.5403 +closepath stroke
  1.5404 +grestore
  1.5405 +% table_find_case
  1.5406 +gsave
  1.5407 +1 setlinewidth
  1.5408 +0.000 0.000 0.000 nodecolor
  1.5409 +3537 3504 71.77 18 ellipse_path stroke
  1.5410 +0.000 0.000 0.000 nodecolor
  1.5411 +grestore
  1.5412 +% table_find_case->table_find_func
  1.5413 +gsave
  1.5414 +1 setlinewidth
  1.5415 +solid
  1.5416 +0.000 0.000 0.000 edgecolor
  1.5417 +newpath 3604 3497 moveto
  1.5418 +3642 3493 3689 3489 3727 3485 curveto
  1.5419 +stroke
  1.5420 +0.000 0.000 0.000 edgecolor
  1.5421 +newpath 3727.4 3488.48 moveto
  1.5422 +3737 3484 lineto
  1.5423 +3726.7 3481.51 lineto
  1.5424 +closepath fill
  1.5425 +1 setlinewidth
  1.5426 +solid
  1.5427 +0.000 0.000 0.000 edgecolor
  1.5428 +newpath 3727.4 3488.48 moveto
  1.5429 +3737 3484 lineto
  1.5430 +3726.7 3481.51 lineto
  1.5431 +closepath stroke
  1.5432 +grestore
  1.5433 +% destroy_msg_list
  1.5434 +gsave
  1.5435 +1 setlinewidth
  1.5436 +0.000 0.000 0.000 nodecolor
  1.5437 +578 2125 77.83 18 ellipse_path stroke
  1.5438 +0.000 0.000 0.000 nodecolor
  1.5439 +grestore
  1.5440 +% destroy_msg_list->destroy_message
  1.5441 +gsave
  1.5442 +1 setlinewidth
  1.5443 +solid
  1.5444 +0.000 0.000 0.000 edgecolor
  1.5445 +newpath 622 2110 moveto
  1.5446 +650 2101 687 2089 716 2078 curveto
  1.5447 +stroke
  1.5448 +0.000 0.000 0.000 edgecolor
  1.5449 +newpath 717.43 2081.23 moveto
  1.5450 +726 2075 lineto
  1.5451 +715.42 2074.52 lineto
  1.5452 +closepath fill
  1.5453 +1 setlinewidth
  1.5454 +solid
  1.5455 +0.000 0.000 0.000 edgecolor
  1.5456 +newpath 717.43 2081.23 moveto
  1.5457 +726 2075 lineto
  1.5458 +715.42 2074.52 lineto
  1.5459 +closepath stroke
  1.5460 +grestore
  1.5461 +% warn_msg->fail_msg
  1.5462 +gsave
  1.5463 +1 setlinewidth
  1.5464 +solid
  1.5465 +0.000 0.000 0.000 edgecolor
  1.5466 +newpath 2820 2961 moveto
  1.5467 +2842 2958 2867 2951 2886 2937 curveto
  1.5468 +2961 2884 3004 2781 3022 2732 curveto
  1.5469 +stroke
  1.5470 +0.000 0.000 0.000 edgecolor
  1.5471 +newpath 3025.48 2732.58 moveto
  1.5472 +3025 2722 lineto
  1.5473 +3018.77 2730.57 lineto
  1.5474 +closepath fill
  1.5475 +1 setlinewidth
  1.5476 +solid
  1.5477 +0.000 0.000 0.000 edgecolor
  1.5478 +newpath 3025.48 2732.58 moveto
  1.5479 +3025 2722 lineto
  1.5480 +3018.77 2730.57 lineto
  1.5481 +closepath stroke
  1.5482 +grestore
  1.5483 +% warn_msg->time_interval
  1.5484 +gsave
  1.5485 +1 setlinewidth
  1.5486 +solid
  1.5487 +0.000 0.000 0.000 edgecolor
  1.5488 +newpath 2817 2971 moveto
  1.5489 +2859 2978 2920 2986 2966 2993 curveto
  1.5490 +stroke
  1.5491 +0.000 0.000 0.000 edgecolor
  1.5492 +newpath 2965.7 2996.49 moveto
  1.5493 +2976 2994 lineto
  1.5494 +2966.4 2989.52 lineto
  1.5495 +closepath fill
  1.5496 +1 setlinewidth
  1.5497 +solid
  1.5498 +0.000 0.000 0.000 edgecolor
  1.5499 +newpath 2965.7 2996.49 moveto
  1.5500 +2976 2994 lineto
  1.5501 +2966.4 2989.52 lineto
  1.5502 +closepath stroke
  1.5503 +grestore
  1.5504 +% deliver_msglist_host
  1.5505 +gsave
  1.5506 +1 setlinewidth
  1.5507 +0.000 0.000 0.000 nodecolor
  1.5508 +1993 2412 91.03 18 ellipse_path stroke
  1.5509 +0.000 0.000 0.000 nodecolor
  1.5510 +grestore
  1.5511 +% deliver_msglist_host->deliver_msglist_host_smtp
  1.5512 +gsave
  1.5513 +1 setlinewidth
  1.5514 +solid
  1.5515 +0.000 0.000 0.000 edgecolor
  1.5516 +newpath 2081 2407 moveto
  1.5517 +2095 2403 2108 2396 2118 2385 curveto
  1.5518 +2155 2346 2145 2200 2154 2148 curveto
  1.5519 +2192 1924 2246 1656 2264 1570 curveto
  1.5520 +stroke
  1.5521 +0.000 0.000 0.000 edgecolor
  1.5522 +newpath 2267.47 1570.49 moveto
  1.5523 +2266 1560 lineto
  1.5524 +2260.61 1569.12 lineto
  1.5525 +closepath fill
  1.5526 +1 setlinewidth
  1.5527 +solid
  1.5528 +0.000 0.000 0.000 edgecolor
  1.5529 +newpath 2267.47 1570.49 moveto
  1.5530 +2266 1560 lineto
  1.5531 +2260.61 1569.12 lineto
  1.5532 +closepath stroke
  1.5533 +grestore
  1.5534 +% deliver_msglist_host_pipe
  1.5535 +gsave
  1.5536 +1 setlinewidth
  1.5537 +0.000 0.000 0.000 nodecolor
  1.5538 +2270 2906 112.07 18 ellipse_path stroke
  1.5539 +0.000 0.000 0.000 nodecolor
  1.5540 +grestore
  1.5541 +% deliver_msglist_host->deliver_msglist_host_pipe
  1.5542 +gsave
  1.5543 +1 setlinewidth
  1.5544 +solid
  1.5545 +0.000 0.000 0.000 edgecolor
  1.5546 +newpath 2081 2417 moveto
  1.5547 +2095 2421 2108 2428 2118 2439 curveto
  1.5548 +2161 2485 2134 2659 2154 2718 curveto
  1.5549 +2176 2781 2222 2845 2249 2880 curveto
  1.5550 +stroke
  1.5551 +0.000 0.000 0.000 edgecolor
  1.5552 +newpath 2246.2 2882.1 moveto
  1.5553 +2255 2888 lineto
  1.5554 +2251.8 2877.9 lineto
  1.5555 +closepath fill
  1.5556 +1 setlinewidth
  1.5557 +solid
  1.5558 +0.000 0.000 0.000 edgecolor
  1.5559 +newpath 2246.2 2882.1 moveto
  1.5560 +2255 2888 lineto
  1.5561 +2251.8 2877.9 lineto
  1.5562 +closepath stroke
  1.5563 +grestore
  1.5564 +% deliver_msglist_host_pipe->msg_free_data
  1.5565 +gsave
  1.5566 +1 setlinewidth
  1.5567 +solid
  1.5568 +0.000 0.000 0.000 edgecolor
  1.5569 +newpath 2339 2920 moveto
  1.5570 +2365 2926 2395 2932 2422 2937 curveto
  1.5571 +2508 2953 2534 2940 2616 2970 curveto
  1.5572 +2634 2976 2635 2984 2652 2991 curveto
  1.5573 +2653 2991 2922 3028 2922 3029 curveto
  1.5574 +3019 3035 3066 3091 3140 3029 curveto
  1.5575 +3209 2971 3115 2895 3176 2830 curveto
  1.5576 +3185 2821 3196 2814 3207 2810 curveto
  1.5577 +stroke
  1.5578 +0.000 0.000 0.000 edgecolor
  1.5579 +newpath 3208.43 2813.23 moveto
  1.5580 +3217 2807 lineto
  1.5581 +3206.42 2806.52 lineto
  1.5582 +closepath fill
  1.5583 +1 setlinewidth
  1.5584 +solid
  1.5585 +0.000 0.000 0.000 edgecolor
  1.5586 +newpath 3208.43 2813.23 moveto
  1.5587 +3217 2807 lineto
  1.5588 +3206.42 2806.52 lineto
  1.5589 +closepath stroke
  1.5590 +grestore
  1.5591 +% deliver_msglist_host_pipe->deliver_finish
  1.5592 +gsave
  1.5593 +1 setlinewidth
  1.5594 +solid
  1.5595 +0.000 0.000 0.000 edgecolor
  1.5596 +newpath 2285 2888 moveto
  1.5597 +2311 2856 2364 2786 2386 2718 curveto
  1.5598 +2443 2547 2351 2480 2422 2316 curveto
  1.5599 +2437 2282 2467 2251 2489 2231 curveto
  1.5600 +stroke
  1.5601 +0.000 0.000 0.000 edgecolor
  1.5602 +newpath 2491.1 2233.8 moveto
  1.5603 +2497 2225 lineto
  1.5604 +2486.9 2228.2 lineto
  1.5605 +closepath fill
  1.5606 +1 setlinewidth
  1.5607 +solid
  1.5608 +0.000 0.000 0.000 edgecolor
  1.5609 +newpath 2491.1 2233.8 moveto
  1.5610 +2497 2225 lineto
  1.5611 +2486.9 2228.2 lineto
  1.5612 +closepath stroke
  1.5613 +grestore
  1.5614 +% deliver_msglist_host_pipe->destroy_table
  1.5615 +gsave
  1.5616 +1 setlinewidth
  1.5617 +solid
  1.5618 +0.000 0.000 0.000 edgecolor
  1.5619 +newpath 2289 2924 moveto
  1.5620 +2315 2950 2361 2999 2386 3050 curveto
  1.5621 +2416 3109 2376 3147 2422 3196 curveto
  1.5622 +2530 3308 3021 3322 3210 3322 curveto
  1.5623 +stroke
  1.5624 +0.000 0.000 0.000 edgecolor
  1.5625 +newpath 3210 3325.5 moveto
  1.5626 +3220 3322 lineto
  1.5627 +3210 3318.5 lineto
  1.5628 +closepath fill
  1.5629 +1 setlinewidth
  1.5630 +solid
  1.5631 +0.000 0.000 0.000 edgecolor
  1.5632 +newpath 3210 3325.5 moveto
  1.5633 +3220 3322 lineto
  1.5634 +3210 3318.5 lineto
  1.5635 +closepath stroke
  1.5636 +grestore
  1.5637 +% deliver_msglist_host_pipe->spool_read_data
  1.5638 +gsave
  1.5639 +1 setlinewidth
  1.5640 +solid
  1.5641 +0.000 0.000 0.000 edgecolor
  1.5642 +newpath 2285 2888 moveto
  1.5643 +2311 2856 2363 2786 2386 2718 curveto
  1.5644 +2436 2574 2340 2505 2422 2378 curveto
  1.5645 +2477 2294 2562 2348 2616 2265 curveto
  1.5646 +2692 2150 2574 2071 2652 1959 curveto
  1.5647 +2719 1863 2819 1936 2886 1842 curveto
  1.5648 +2953 1749 2842 1669 2922 1588 curveto
  1.5649 +2991 1518 3047 1584 3140 1554 curveto
  1.5650 +3158 1548 3159 1541 3176 1535 curveto
  1.5651 +3187 1531 3199 1528 3211 1525 curveto
  1.5652 +stroke
  1.5653 +0.000 0.000 0.000 edgecolor
  1.5654 +newpath 3212.43 1528.23 moveto
  1.5655 +3221 1522 lineto
  1.5656 +3210.42 1521.52 lineto
  1.5657 +closepath fill
  1.5658 +1 setlinewidth
  1.5659 +solid
  1.5660 +0.000 0.000 0.000 edgecolor
  1.5661 +newpath 3212.43 1528.23 moveto
  1.5662 +3221 1522 lineto
  1.5663 +3210.42 1521.52 lineto
  1.5664 +closepath stroke
  1.5665 +grestore
  1.5666 +% deliver_msglist_host_pipe->var_table_msg
  1.5667 +gsave
  1.5668 +1 setlinewidth
  1.5669 +solid
  1.5670 +0.000 0.000 0.000 edgecolor
  1.5671 +newpath 2306 2923 moveto
  1.5672 +2337 2937 2382 2957 2422 2970 curveto
  1.5673 +2507 2996 2531 2990 2616 3013 curveto
  1.5674 +2633 3017 2636 3020 2652 3024 curveto
  1.5675 +2771 3050 2802 3053 2922 3062 curveto
  1.5676 +3019 3068 3055 3106 3140 3062 curveto
  1.5677 +3213 3024 3257 2931 3275 2884 curveto
  1.5678 +stroke
  1.5679 +0.000 0.000 0.000 edgecolor
  1.5680 +newpath 3278.16 2885.59 moveto
  1.5681 +3278 2875 lineto
  1.5682 +3271.52 2883.38 lineto
  1.5683 +closepath fill
  1.5684 +1 setlinewidth
  1.5685 +solid
  1.5686 +0.000 0.000 0.000 edgecolor
  1.5687 +newpath 3278.16 2885.59 moveto
  1.5688 +3278 2875 lineto
  1.5689 +3271.52 2883.38 lineto
  1.5690 +closepath stroke
  1.5691 +grestore
  1.5692 +% deliver_msglist_host_pipe->expand
  1.5693 +gsave
  1.5694 +1 setlinewidth
  1.5695 +solid
  1.5696 +0.000 0.000 0.000 edgecolor
  1.5697 +newpath 2288 2924 moveto
  1.5698 +2313 2950 2357 3001 2386 3050 curveto
  1.5699 +2408 3086 2389 3111 2422 3138 curveto
  1.5700 +2673 3337 3105 3236 3241 3198 curveto
  1.5701 +stroke
  1.5702 +0.000 0.000 0.000 edgecolor
  1.5703 +newpath 3242.43 3201.23 moveto
  1.5704 +3251 3195 lineto
  1.5705 +3240.42 3194.52 lineto
  1.5706 +closepath fill
  1.5707 +1 setlinewidth
  1.5708 +solid
  1.5709 +0.000 0.000 0.000 edgecolor
  1.5710 +newpath 3242.43 3201.23 moveto
  1.5711 +3251 3195 lineto
  1.5712 +3240.42 3194.52 lineto
  1.5713 +closepath stroke
  1.5714 +grestore
  1.5715 +% deliver_msglist_host_pipe->pipe_out
  1.5716 +gsave
  1.5717 +1 setlinewidth
  1.5718 +solid
  1.5719 +0.000 0.000 0.000 edgecolor
  1.5720 +newpath 2301 2889 moveto
  1.5721 +2347 2863 2435 2812 2484 2784 curveto
  1.5722 +stroke
  1.5723 +0.000 0.000 0.000 edgecolor
  1.5724 +newpath 2485.96 2786.92 moveto
  1.5725 +2493 2779 lineto
  1.5726 +2482.56 2780.8 lineto
  1.5727 +closepath fill
  1.5728 +1 setlinewidth
  1.5729 +solid
  1.5730 +0.000 0.000 0.000 edgecolor
  1.5731 +newpath 2485.96 2786.92 moveto
  1.5732 +2493 2779 lineto
  1.5733 +2482.56 2780.8 lineto
  1.5734 +closepath stroke
  1.5735 +grestore
  1.5736 +% deliver_msglist_host_pipe->delivery_failures
  1.5737 +gsave
  1.5738 +1 setlinewidth
  1.5739 +solid
  1.5740 +0.000 0.000 0.000 edgecolor
  1.5741 +newpath 2340 2892 moveto
  1.5742 +2375 2885 2417 2877 2451 2870 curveto
  1.5743 +stroke
  1.5744 +0.000 0.000 0.000 edgecolor
  1.5745 +newpath 2451.88 2873.39 moveto
  1.5746 +2461 2868 lineto
  1.5747 +2450.51 2866.53 lineto
  1.5748 +closepath fill
  1.5749 +1 setlinewidth
  1.5750 +solid
  1.5751 +0.000 0.000 0.000 edgecolor
  1.5752 +newpath 2451.88 2873.39 moveto
  1.5753 +2461 2868 lineto
  1.5754 +2450.51 2866.53 lineto
  1.5755 +closepath stroke
  1.5756 +grestore
  1.5757 +% var_table_rcpt
  1.5758 +gsave
  1.5759 +1 setlinewidth
  1.5760 +0.000 0.000 0.000 nodecolor
  1.5761 +2519 3040 66.9 18 ellipse_path stroke
  1.5762 +0.000 0.000 0.000 nodecolor
  1.5763 +grestore
  1.5764 +% deliver_msglist_host_pipe->var_table_rcpt
  1.5765 +gsave
  1.5766 +1 setlinewidth
  1.5767 +solid
  1.5768 +0.000 0.000 0.000 edgecolor
  1.5769 +newpath 2293 2924 moveto
  1.5770 +2321 2946 2373 2984 2422 3008 curveto
  1.5771 +2435 3014 2449 3019 2462 3024 curveto
  1.5772 +stroke
  1.5773 +0.000 0.000 0.000 edgecolor
  1.5774 +newpath 2461.42 3027.48 moveto
  1.5775 +2472 3027 lineto
  1.5776 +2463.43 3020.77 lineto
  1.5777 +closepath fill
  1.5778 +1 setlinewidth
  1.5779 +solid
  1.5780 +0.000 0.000 0.000 edgecolor
  1.5781 +newpath 2461.42 3027.48 moveto
  1.5782 +2472 3027 lineto
  1.5783 +2463.43 3020.77 lineto
  1.5784 +closepath stroke
  1.5785 +grestore
  1.5786 +% get_all
  1.5787 +gsave
  1.5788 +1 setlinewidth
  1.5789 +0.000 0.000 0.000 nodecolor
  1.5790 +961 2702 36.13 18 ellipse_path stroke
  1.5791 +0.000 0.000 0.000 nodecolor
  1.5792 +grestore
  1.5793 +% get_all->get_from_file
  1.5794 +gsave
  1.5795 +1 setlinewidth
  1.5796 +solid
  1.5797 +0.000 0.000 0.000 edgecolor
  1.5798 +newpath 967 2720 moveto
  1.5799 +981 2765 1019 2891 1036 2999 curveto
  1.5800 +1045 3051 1034 3441 1072 3478 curveto
  1.5801 +1114 3518 1282 3503 1376 3491 curveto
  1.5802 +stroke
  1.5803 +0.000 0.000 0.000 edgecolor
  1.5804 +newpath 1376.4 3494.48 moveto
  1.5805 +1386 3490 lineto
  1.5806 +1375.7 3487.51 lineto
  1.5807 +closepath fill
  1.5808 +1 setlinewidth
  1.5809 +solid
  1.5810 +0.000 0.000 0.000 edgecolor
  1.5811 +newpath 1376.4 3494.48 moveto
  1.5812 +1386 3490 lineto
  1.5813 +1375.7 3487.51 lineto
  1.5814 +closepath stroke
  1.5815 +grestore
  1.5816 +% read_route_list->set_euidgid
  1.5817 +gsave
  1.5818 +1 setlinewidth
  1.5819 +solid
  1.5820 +0.000 0.000 0.000 edgecolor
  1.5821 +newpath 1455 2034 moveto
  1.5822 +1519 1942 1826 1518 2154 1253 curveto
  1.5823 +2349 1095 2425 1092 2652 986 curveto
  1.5824 +2772 931 2916 869 2987 839 curveto
  1.5825 +stroke
  1.5826 +0.000 0.000 0.000 edgecolor
  1.5827 +newpath 2989.02 841.96 moveto
  1.5828 +2997 835 lineto
  1.5829 +2986.42 835.46 lineto
  1.5830 +closepath fill
  1.5831 +1 setlinewidth
  1.5832 +solid
  1.5833 +0.000 0.000 0.000 edgecolor
  1.5834 +newpath 2989.02 841.96 moveto
  1.5835 +2997 835 lineto
  1.5836 +2986.42 835.46 lineto
  1.5837 +closepath stroke
  1.5838 +grestore
  1.5839 +% read_route_list->read_route
  1.5840 +gsave
  1.5841 +1 setlinewidth
  1.5842 +solid
  1.5843 +0.000 0.000 0.000 edgecolor
  1.5844 +newpath 1506 2045 moveto
  1.5845 +1609 2035 1817 2016 1993 2016 curveto
  1.5846 +1993 2016 1993 2016 2270 2016 curveto
  1.5847 +2439 2016 2634 2072 2721 2100 curveto
  1.5848 +stroke
  1.5849 +0.000 0.000 0.000 edgecolor
  1.5850 +newpath 2720.42 2103.48 moveto
  1.5851 +2731 2103 lineto
  1.5852 +2722.43 2096.77 lineto
  1.5853 +closepath fill
  1.5854 +1 setlinewidth
  1.5855 +solid
  1.5856 +0.000 0.000 0.000 edgecolor
  1.5857 +newpath 2720.42 2103.48 moveto
  1.5858 +2731 2103 lineto
  1.5859 +2722.43 2096.77 lineto
  1.5860 +closepath stroke
  1.5861 +grestore
  1.5862 +% smtp_deliver
  1.5863 +gsave
  1.5864 +1 setlinewidth
  1.5865 +0.000 0.000 0.000 nodecolor
  1.5866 +2270 1280 61.15 18 ellipse_path stroke
  1.5867 +0.000 0.000 0.000 nodecolor
  1.5868 +grestore
  1.5869 +% smtp_deliver->smtp_out_init
  1.5870 +gsave
  1.5871 +1 setlinewidth
  1.5872 +solid
  1.5873 +0.000 0.000 0.000 edgecolor
  1.5874 +newpath 2322 1290 moveto
  1.5875 +2361 1296 2414 1306 2455 1314 curveto
  1.5876 +stroke
  1.5877 +0.000 0.000 0.000 edgecolor
  1.5878 +newpath 2454.51 1317.47 moveto
  1.5879 +2465 1316 lineto
  1.5880 +2455.88 1310.61 lineto
  1.5881 +closepath fill
  1.5882 +1 setlinewidth
  1.5883 +solid
  1.5884 +0.000 0.000 0.000 edgecolor
  1.5885 +newpath 2454.51 1317.47 moveto
  1.5886 +2465 1316 lineto
  1.5887 +2455.88 1310.61 lineto
  1.5888 +closepath stroke
  1.5889 +grestore
  1.5890 +% smtp_deliver->smtp_out_msg
  1.5891 +gsave
  1.5892 +1 setlinewidth
  1.5893 +solid
  1.5894 +0.000 0.000 0.000 edgecolor
  1.5895 +newpath 2286 1297 moveto
  1.5896 +2312 1325 2367 1378 2422 1407 curveto
  1.5897 +2432 1412 2444 1417 2455 1420 curveto
  1.5898 +stroke
  1.5899 +0.000 0.000 0.000 edgecolor
  1.5900 +newpath 2454.42 1423.48 moveto
  1.5901 +2465 1423 lineto
  1.5902 +2456.43 1416.77 lineto
  1.5903 +closepath fill
  1.5904 +1 setlinewidth
  1.5905 +solid
  1.5906 +0.000 0.000 0.000 edgecolor
  1.5907 +newpath 2454.42 1423.48 moveto
  1.5908 +2465 1423 lineto
  1.5909 +2456.43 1416.77 lineto
  1.5910 +closepath stroke
  1.5911 +grestore
  1.5912 +% smtp_deliver->smtp_out_open
  1.5913 +gsave
  1.5914 +1 setlinewidth
  1.5915 +solid
  1.5916 +0.000 0.000 0.000 edgecolor
  1.5917 +newpath 2283 1298 moveto
  1.5918 +2309 1331 2366 1405 2422 1461 curveto
  1.5919 +2443 1481 2469 1503 2489 1519 curveto
  1.5920 +stroke
  1.5921 +0.000 0.000 0.000 edgecolor
  1.5922 +newpath 2486.9 1521.8 moveto
  1.5923 +2497 1525 lineto
  1.5924 +2491.1 1516.2 lineto
  1.5925 +closepath fill
  1.5926 +1 setlinewidth
  1.5927 +solid
  1.5928 +0.000 0.000 0.000 edgecolor
  1.5929 +newpath 2486.9 1521.8 moveto
  1.5930 +2497 1525 lineto
  1.5931 +2491.1 1516.2 lineto
  1.5932 +closepath stroke
  1.5933 +grestore
  1.5934 +% smtp_deliver->set_heloname
  1.5935 +gsave
  1.5936 +1 setlinewidth
  1.5937 +solid
  1.5938 +0.000 0.000 0.000 edgecolor
  1.5939 +newpath 2299 1264 moveto
  1.5940 +2330 1248 2378 1224 2422 1207 curveto
  1.5941 +2435 1202 2448 1198 2461 1195 curveto
  1.5942 +stroke
  1.5943 +0.000 0.000 0.000 edgecolor
  1.5944 +newpath 2462.43 1198.23 moveto
  1.5945 +2471 1192 lineto
  1.5946 +2460.42 1191.52 lineto
  1.5947 +closepath fill
  1.5948 +1 setlinewidth
  1.5949 +solid
  1.5950 +0.000 0.000 0.000 edgecolor
  1.5951 +newpath 2462.43 1198.23 moveto
  1.5952 +2471 1192 lineto
  1.5953 +2460.42 1191.52 lineto
  1.5954 +closepath stroke
  1.5955 +grestore
  1.5956 +% smtp_deliver->destroy_smtpbase
  1.5957 +gsave
  1.5958 +1 setlinewidth
  1.5959 +solid
  1.5960 +0.000 0.000 0.000 edgecolor
  1.5961 +newpath 2286 1263 moveto
  1.5962 +2312 1235 2367 1182 2422 1153 curveto
  1.5963 +2431 1148 2441 1145 2450 1142 curveto
  1.5964 +stroke
  1.5965 +0.000 0.000 0.000 edgecolor
  1.5966 +newpath 2451.43 1145.23 moveto
  1.5967 +2460 1139 lineto
  1.5968 +2449.42 1138.52 lineto
  1.5969 +closepath fill
  1.5970 +1 setlinewidth
  1.5971 +solid
  1.5972 +0.000 0.000 0.000 edgecolor
  1.5973 +newpath 2451.43 1145.23 moveto
  1.5974 +2460 1139 lineto
  1.5975 +2449.42 1138.52 lineto
  1.5976 +closepath stroke
  1.5977 +grestore
  1.5978 +% smtp_deliver->smtp_out_quit
  1.5979 +gsave
  1.5980 +1 setlinewidth
  1.5981 +solid
  1.5982 +0.000 0.000 0.000 edgecolor
  1.5983 +newpath 2322 1270 moveto
  1.5984 +2360 1264 2412 1254 2453 1246 curveto
  1.5985 +stroke
  1.5986 +0.000 0.000 0.000 edgecolor
  1.5987 +newpath 2453.88 1249.39 moveto
  1.5988 +2463 1244 lineto
  1.5989 +2452.51 1242.53 lineto
  1.5990 +closepath fill
  1.5991 +1 setlinewidth
  1.5992 +solid
  1.5993 +0.000 0.000 0.000 edgecolor
  1.5994 +newpath 2453.88 1249.39 moveto
  1.5995 +2463 1244 lineto
  1.5996 +2452.51 1242.53 lineto
  1.5997 +closepath stroke
  1.5998 +grestore
  1.5999 +% destroy_route
  1.6000 +gsave
  1.6001 +1 setlinewidth
  1.6002 +0.000 0.000 0.000 nodecolor
  1.6003 +1705 2768 64.82 18 ellipse_path stroke
  1.6004 +0.000 0.000 0.000 nodecolor
  1.6005 +grestore
  1.6006 +% destroy_route_list->destroy_route
  1.6007 +gsave
  1.6008 +1 setlinewidth
  1.6009 +solid
  1.6010 +0.000 0.000 0.000 edgecolor
  1.6011 +newpath 1493 2661 moveto
  1.6012 +1509 2666 1527 2672 1542 2679 curveto
  1.6013 +1588 2698 1638 2727 1670 2746 curveto
  1.6014 +stroke
  1.6015 +0.000 0.000 0.000 edgecolor
  1.6016 +newpath 1668.56 2749.2 moveto
  1.6017 +1679 2751 lineto
  1.6018 +1671.96 2743.08 lineto
  1.6019 +closepath fill
  1.6020 +1 setlinewidth
  1.6021 +solid
  1.6022 +0.000 0.000 0.000 edgecolor
  1.6023 +newpath 1668.56 2749.2 moveto
  1.6024 +1679 2751 lineto
  1.6025 +1671.96 2743.08 lineto
  1.6026 +closepath stroke
  1.6027 +grestore
  1.6028 +% destroy_route->destroy_table
  1.6029 +gsave
  1.6030 +1 setlinewidth
  1.6031 +solid
  1.6032 +0.000 0.000 0.000 edgecolor
  1.6033 +newpath 1771 2769 moveto
  1.6034 +1793 2773 1817 2782 1832 2800 curveto
  1.6035 +1893 2871 1803 3154 1868 3221 curveto
  1.6036 +1951 3304 2805 3323 2922 3330 curveto
  1.6037 +3022 3335 3138 3330 3212 3327 curveto
  1.6038 +stroke
  1.6039 +0.000 0.000 0.000 edgecolor
  1.6040 +newpath 3212.4 3330.48 moveto
  1.6041 +3222 3326 lineto
  1.6042 +3211.7 3323.51 lineto
  1.6043 +closepath fill
  1.6044 +1 setlinewidth
  1.6045 +solid
  1.6046 +0.000 0.000 0.000 edgecolor
  1.6047 +newpath 3212.4 3330.48 moveto
  1.6048 +3222 3326 lineto
  1.6049 +3211.7 3323.51 lineto
  1.6050 +closepath stroke
  1.6051 +grestore
  1.6052 +% _g_list_free_all
  1.6053 +gsave
  1.6054 +1 setlinewidth
  1.6055 +0.000 0.000 0.000 nodecolor
  1.6056 +1993 2768 70.88 18 ellipse_path stroke
  1.6057 +0.000 0.000 0.000 nodecolor
  1.6058 +grestore
  1.6059 +% destroy_route->_g_list_free_all
  1.6060 +gsave
  1.6061 +1 setlinewidth
  1.6062 +solid
  1.6063 +0.000 0.000 0.000 edgecolor
  1.6064 +newpath 1771 2768 moveto
  1.6065 +1813 2768 1867 2768 1912 2768 curveto
  1.6066 +stroke
  1.6067 +0.000 0.000 0.000 edgecolor
  1.6068 +newpath 1912 2771.5 moveto
  1.6069 +1922 2768 lineto
  1.6070 +1912 2764.5 lineto
  1.6071 +closepath fill
  1.6072 +1 setlinewidth
  1.6073 +solid
  1.6074 +0.000 0.000 0.000 edgecolor
  1.6075 +newpath 1912 2771.5 moveto
  1.6076 +1922 2768 lineto
  1.6077 +1912 2764.5 lineto
  1.6078 +closepath stroke
  1.6079 +grestore
  1.6080 +% _g_list_addrcmp
  1.6081 +gsave
  1.6082 +1 setlinewidth
  1.6083 +0.000 0.000 0.000 nodecolor
  1.6084 +1993 2520 77.13 18 ellipse_path stroke
  1.6085 +0.000 0.000 0.000 nodecolor
  1.6086 +grestore
  1.6087 +% addr_match
  1.6088 +gsave
  1.6089 +1 setlinewidth
  1.6090 +0.000 0.000 0.000 nodecolor
  1.6091 +2270 3110 57.17 18 ellipse_path stroke
  1.6092 +0.000 0.000 0.000 nodecolor
  1.6093 +grestore
  1.6094 +% _g_list_addrcmp->addr_match
  1.6095 +gsave
  1.6096 +1 setlinewidth
  1.6097 +solid
  1.6098 +0.000 0.000 0.000 edgecolor
  1.6099 +newpath 2013 2537 moveto
  1.6100 +2042 2564 2095 2618 2118 2677 curveto
  1.6101 +2152 2760 2097 3009 2154 3078 curveto
  1.6102 +2167 3092 2185 3101 2203 3106 curveto
  1.6103 +stroke
  1.6104 +0.000 0.000 0.000 edgecolor
  1.6105 +newpath 2202.51 3109.47 moveto
  1.6106 +2213 3108 lineto
  1.6107 +2203.88 3102.61 lineto
  1.6108 +closepath fill
  1.6109 +1 setlinewidth
  1.6110 +solid
  1.6111 +0.000 0.000 0.000 edgecolor
  1.6112 +newpath 2202.51 3109.47 moveto
  1.6113 +2213 3108 lineto
  1.6114 +2203.88 3102.61 lineto
  1.6115 +closepath stroke
  1.6116 +grestore
  1.6117 +% accept_message_stream
  1.6118 +gsave
  1.6119 +1 setlinewidth
  1.6120 +0.000 0.000 0.000 nodecolor
  1.6121 +3031 199 105.12 18 ellipse_path stroke
  1.6122 +0.000 0.000 0.000 nodecolor
  1.6123 +grestore
  1.6124 +% accept_message_stream->get_header
  1.6125 +gsave
  1.6126 +1 setlinewidth
  1.6127 +solid
  1.6128 +0.000 0.000 0.000 edgecolor
  1.6129 +newpath 3137 199 moveto
  1.6130 +3165 199 3195 199 3220 199 curveto
  1.6131 +stroke
  1.6132 +0.000 0.000 0.000 edgecolor
  1.6133 +newpath 3220 202.5 moveto
  1.6134 +3230 199 lineto
  1.6135 +3220 195.5 lineto
  1.6136 +closepath fill
  1.6137 +1 setlinewidth
  1.6138 +solid
  1.6139 +0.000 0.000 0.000 edgecolor
  1.6140 +newpath 3220 202.5 moveto
  1.6141 +3230 199 lineto
  1.6142 +3220 195.5 lineto
  1.6143 +closepath stroke
  1.6144 +grestore
  1.6145 +% read_sockline1
  1.6146 +gsave
  1.6147 +1 setlinewidth
  1.6148 +0.000 0.000 0.000 nodecolor
  1.6149 +3284 145 68.99 18 ellipse_path stroke
  1.6150 +0.000 0.000 0.000 nodecolor
  1.6151 +grestore
  1.6152 +% accept_message_stream->read_sockline1
  1.6153 +gsave
  1.6154 +1 setlinewidth
  1.6155 +solid
  1.6156 +0.000 0.000 0.000 edgecolor
  1.6157 +newpath 3097 185 moveto
  1.6158 +3135 177 3182 167 3220 159 curveto
  1.6159 +stroke
  1.6160 +0.000 0.000 0.000 edgecolor
  1.6161 +newpath 3220.88 162.39 moveto
  1.6162 +3230 157 lineto
  1.6163 +3219.51 155.53 lineto
  1.6164 +closepath fill
  1.6165 +1 setlinewidth
  1.6166 +solid
  1.6167 +0.000 0.000 0.000 edgecolor
  1.6168 +newpath 3220.88 162.39 moveto
  1.6169 +3230 157 lineto
  1.6170 +3219.51 155.53 lineto
  1.6171 +closepath stroke
  1.6172 +grestore
  1.6173 +% read_sockline1->alarm_on
  1.6174 +gsave
  1.6175 +1 setlinewidth
  1.6176 +solid
  1.6177 +0.000 0.000 0.000 edgecolor
  1.6178 +newpath 3348 138 moveto
  1.6179 +3389 133 3442 128 3481 124 curveto
  1.6180 +stroke
  1.6181 +0.000 0.000 0.000 edgecolor
  1.6182 +newpath 3481.4 127.48 moveto
  1.6183 +3491 123 lineto
  1.6184 +3480.7 120.51 lineto
  1.6185 +closepath fill
  1.6186 +1 setlinewidth
  1.6187 +solid
  1.6188 +0.000 0.000 0.000 edgecolor
  1.6189 +newpath 3481.4 127.48 moveto
  1.6190 +3491 123 lineto
  1.6191 +3480.7 120.51 lineto
  1.6192 +closepath stroke
  1.6193 +grestore
  1.6194 +% read_sockline1->_read_line
  1.6195 +gsave
  1.6196 +1 setlinewidth
  1.6197 +solid
  1.6198 +0.000 0.000 0.000 edgecolor
  1.6199 +newpath 3349 152 moveto
  1.6200 +3364 156 3380 162 3392 172 curveto
  1.6201 +3423 198 3398 228 3428 253 curveto
  1.6202 +3441 265 3459 272 3476 275 curveto
  1.6203 +stroke
  1.6204 +0.000 0.000 0.000 edgecolor
  1.6205 +newpath 3475.51 278.47 moveto
  1.6206 +3486 277 lineto
  1.6207 +3476.88 271.61 lineto
  1.6208 +closepath fill
  1.6209 +1 setlinewidth
  1.6210 +solid
  1.6211 +0.000 0.000 0.000 edgecolor
  1.6212 +newpath 3475.51 278.47 moveto
  1.6213 +3486 277 lineto
  1.6214 +3476.88 271.61 lineto
  1.6215 +closepath stroke
  1.6216 +grestore
  1.6217 +% read_sockline1->_read_chug
  1.6218 +gsave
  1.6219 +1 setlinewidth
  1.6220 +solid
  1.6221 +0.000 0.000 0.000 edgecolor
  1.6222 +newpath 3342 155 moveto
  1.6223 +3359 159 3377 165 3392 172 curveto
  1.6224 +3411 181 3410 191 3428 199 curveto
  1.6225 +3443 206 3460 212 3476 216 curveto
  1.6226 +stroke
  1.6227 +0.000 0.000 0.000 edgecolor
  1.6228 +newpath 3475.51 219.47 moveto
  1.6229 +3486 218 lineto
  1.6230 +3476.88 212.61 lineto
  1.6231 +closepath fill
  1.6232 +1 setlinewidth
  1.6233 +solid
  1.6234 +0.000 0.000 0.000 edgecolor
  1.6235 +newpath 3475.51 219.47 moveto
  1.6236 +3486 218 lineto
  1.6237 +3476.88 212.61 lineto
  1.6238 +closepath stroke
  1.6239 +grestore
  1.6240 +% read_sockline1->alarm_off
  1.6241 +gsave
  1.6242 +1 setlinewidth
  1.6243 +solid
  1.6244 +0.000 0.000 0.000 edgecolor
  1.6245 +newpath 3348 152 moveto
  1.6246 +3388 157 3441 162 3480 166 curveto
  1.6247 +stroke
  1.6248 +0.000 0.000 0.000 edgecolor
  1.6249 +newpath 3479.7 169.49 moveto
  1.6250 +3490 167 lineto
  1.6251 +3480.4 162.52 lineto
  1.6252 +closepath fill
  1.6253 +1 setlinewidth
  1.6254 +solid
  1.6255 +0.000 0.000 0.000 edgecolor
  1.6256 +newpath 3479.7 169.49 moveto
  1.6257 +3490 167 lineto
  1.6258 +3480.4 162.52 lineto
  1.6259 +closepath stroke
  1.6260 +grestore
  1.6261 +% spool_lock->set_euidgid
  1.6262 +gsave
  1.6263 +1 setlinewidth
  1.6264 +solid
  1.6265 +0.000 0.000 0.000 edgecolor
  1.6266 +newpath 1236 943 moveto
  1.6267 +1266 937 1307 930 1342 925 curveto
  1.6268 +2025 845 2201 879 2886 832 curveto
  1.6269 +2912 830 2942 828 2967 826 curveto
  1.6270 +stroke
  1.6271 +0.000 0.000 0.000 edgecolor
  1.6272 +newpath 2967.4 829.48 moveto
  1.6273 +2977 825 lineto
  1.6274 +2966.7 822.51 lineto
  1.6275 +closepath fill
  1.6276 +1 setlinewidth
  1.6277 +solid
  1.6278 +0.000 0.000 0.000 edgecolor
  1.6279 +newpath 2967.4 829.48 moveto
  1.6280 +2977 825 lineto
  1.6281 +2966.7 822.51 lineto
  1.6282 +closepath stroke
  1.6283 +grestore
  1.6284 +% dot_lock
  1.6285 +gsave
  1.6286 +1 setlinewidth
  1.6287 +0.000 0.000 0.000 nodecolor
  1.6288 +1442 952 45.86 18 ellipse_path stroke
  1.6289 +0.000 0.000 0.000 nodecolor
  1.6290 +grestore
  1.6291 +% spool_lock->dot_lock
  1.6292 +gsave
  1.6293 +1 setlinewidth
  1.6294 +solid
  1.6295 +0.000 0.000 0.000 edgecolor
  1.6296 +newpath 1244 952 moveto
  1.6297 +1286 952 1344 952 1386 952 curveto
  1.6298 +stroke
  1.6299 +0.000 0.000 0.000 edgecolor
  1.6300 +newpath 1386 955.5 moveto
  1.6301 +1396 952 lineto
  1.6302 +1386 948.5 lineto
  1.6303 +closepath fill
  1.6304 +1 setlinewidth
  1.6305 +solid
  1.6306 +0.000 0.000 0.000 edgecolor
  1.6307 +newpath 1386 955.5 moveto
  1.6308 +1396 952 lineto
  1.6309 +1386 948.5 lineto
  1.6310 +closepath stroke
  1.6311 +grestore
  1.6312 +% read_get_conf->resolve_dns_a
  1.6313 +gsave
  1.6314 +1 setlinewidth
  1.6315 +dotted
  1.6316 +0.000 0.000 0.000 edgecolor
  1.6317 +newpath 2818 2470 moveto
  1.6318 +2839 2464 2864 2457 2886 2450 curveto
  1.6319 +3014 2409 3163 2353 3237 2325 curveto
  1.6320 +stroke
  1.6321 +0.000 0.000 0.000 edgecolor
  1.6322 +newpath 3238.28 2328.26 moveto
  1.6323 +3246 2321 lineto
  1.6324 +3235.44 2321.86 lineto
  1.6325 +closepath fill
  1.6326 +1 setlinewidth
  1.6327 +solid
  1.6328 +0.000 0.000 0.000 edgecolor
  1.6329 +newpath 3238.28 2328.26 moveto
  1.6330 +3246 2321 lineto
  1.6331 +3235.44 2321.86 lineto
  1.6332 +closepath stroke
  1.6333 +grestore
  1.6334 +% read_get_conf->create_address_qualified
  1.6335 +gsave
  1.6336 +1 setlinewidth
  1.6337 +solid
  1.6338 +0.000 0.000 0.000 edgecolor
  1.6339 +newpath 2798 2466 moveto
  1.6340 +2826 2448 2867 2418 2886 2379 curveto
  1.6341 +2958 2230 2837 1777 2922 1636 curveto
  1.6342 +2958 1576 3144 1490 3235 1452 curveto
  1.6343 +stroke
  1.6344 +0.000 0.000 0.000 edgecolor
  1.6345 +newpath 3236.28 1455.26 moveto
  1.6346 +3244 1448 lineto
  1.6347 +3233.44 1448.86 lineto
  1.6348 +closepath fill
  1.6349 +1 setlinewidth
  1.6350 +solid
  1.6351 +0.000 0.000 0.000 edgecolor
  1.6352 +newpath 3236.28 1455.26 moveto
  1.6353 +3244 1448 lineto
  1.6354 +3233.44 1448.86 lineto
  1.6355 +closepath stroke
  1.6356 +grestore
  1.6357 +% read_get_conf->parse_boolean
  1.6358 +gsave
  1.6359 +1 setlinewidth
  1.6360 +solid
  1.6361 +0.000 0.000 0.000 edgecolor
  1.6362 +newpath 2828 2491 moveto
  1.6363 +2868 2497 2919 2504 2961 2510 curveto
  1.6364 +stroke
  1.6365 +0.000 0.000 0.000 edgecolor
  1.6366 +newpath 2960.7 2513.49 moveto
  1.6367 +2971 2511 lineto
  1.6368 +2961.4 2506.52 lineto
  1.6369 +closepath fill
  1.6370 +1 setlinewidth
  1.6371 +solid
  1.6372 +0.000 0.000 0.000 edgecolor
  1.6373 +newpath 2960.7 2513.49 moveto
  1.6374 +2971 2511 lineto
  1.6375 +2961.4 2506.52 lineto
  1.6376 +closepath stroke
  1.6377 +grestore
  1.6378 +% read_get_conf->resolve_byname
  1.6379 +gsave
  1.6380 +1 setlinewidth
  1.6381 +dotted
  1.6382 +0.000 0.000 0.000 edgecolor
  1.6383 +newpath 2810 2468 moveto
  1.6384 +2836 2457 2868 2438 2886 2412 curveto
  1.6385 +2942 2331 2857 2267 2922 2195 curveto
  1.6386 +2961 2153 3114 2124 3208 2110 curveto
  1.6387 +stroke
  1.6388 +0.000 0.000 0.000 edgecolor
  1.6389 +newpath 3208.4 2113.48 moveto
  1.6390 +3218 2109 lineto
  1.6391 +3207.7 2106.51 lineto
  1.6392 +closepath fill
  1.6393 +1 setlinewidth
  1.6394 +solid
  1.6395 +0.000 0.000 0.000 edgecolor
  1.6396 +newpath 3208.4 2113.48 moveto
  1.6397 +3218 2109 lineto
  1.6398 +3207.7 2106.51 lineto
  1.6399 +closepath stroke
  1.6400 +grestore
  1.6401 +% read_get_conf->parse_resolve_list
  1.6402 +gsave
  1.6403 +1 setlinewidth
  1.6404 +solid
  1.6405 +0.000 0.000 0.000 edgecolor
  1.6406 +newpath 2802 2466 moveto
  1.6407 +2827 2454 2861 2434 2886 2412 curveto
  1.6408 +2894 2405 2974 2299 3011 2248 curveto
  1.6409 +stroke
  1.6410 +0.000 0.000 0.000 edgecolor
  1.6411 +newpath 3013.8 2250.1 moveto
  1.6412 +3017 2240 lineto
  1.6413 +3008.2 2245.9 lineto
  1.6414 +closepath fill
  1.6415 +1 setlinewidth
  1.6416 +solid
  1.6417 +0.000 0.000 0.000 edgecolor
  1.6418 +newpath 3013.8 2250.1 moveto
  1.6419 +3017 2240 lineto
  1.6420 +3008.2 2245.9 lineto
  1.6421 +closepath stroke
  1.6422 +grestore
  1.6423 +% read_get_conf->read_statement
  1.6424 +gsave
  1.6425 +1 setlinewidth
  1.6426 +solid
  1.6427 +0.000 0.000 0.000 edgecolor
  1.6428 +newpath 2835 2478 moveto
  1.6429 +2871 2475 2915 2473 2953 2471 curveto
  1.6430 +stroke
  1.6431 +0.000 0.000 0.000 edgecolor
  1.6432 +newpath 2953.4 2474.48 moveto
  1.6433 +2963 2470 lineto
  1.6434 +2952.7 2467.51 lineto
  1.6435 +closepath fill
  1.6436 +1 setlinewidth
  1.6437 +solid
  1.6438 +0.000 0.000 0.000 edgecolor
  1.6439 +newpath 2953.4 2474.48 moveto
  1.6440 +2963 2470 lineto
  1.6441 +2952.7 2467.51 lineto
  1.6442 +closepath stroke
  1.6443 +grestore
  1.6444 +% queue_run_online
  1.6445 +gsave
  1.6446 +1 setlinewidth
  1.6447 +0.000 0.000 0.000 nodecolor
  1.6448 +373 1677 79.91 18 ellipse_path stroke
  1.6449 +0.000 0.000 0.000 nodecolor
  1.6450 +grestore
  1.6451 +% queue_run_online->read_queue
  1.6452 +gsave
  1.6453 +1 setlinewidth
  1.6454 +solid
  1.6455 +0.000 0.000 0.000 edgecolor
  1.6456 +newpath 380 1659 moveto
  1.6457 +410 1582 530 1278 567 1185 curveto
  1.6458 +stroke
  1.6459 +0.000 0.000 0.000 edgecolor
  1.6460 +newpath 570.14 1186.56 moveto
  1.6461 +571 1176 lineto
  1.6462 +563.74 1183.72 lineto
  1.6463 +closepath fill
  1.6464 +1 setlinewidth
  1.6465 +solid
  1.6466 +0.000 0.000 0.000 edgecolor
  1.6467 +newpath 570.14 1186.56 moveto
  1.6468 +571 1176 lineto
  1.6469 +563.74 1183.72 lineto
  1.6470 +closepath stroke
  1.6471 +grestore
  1.6472 +% queue_run_online->deliver_msg_list
  1.6473 +gsave
  1.6474 +1 setlinewidth
  1.6475 +solid
  1.6476 +0.000 0.000 0.000 edgecolor
  1.6477 +newpath 376 1695 moveto
  1.6478 +388 1773 440 2078 500 2152 curveto
  1.6479 +592 2264 775 2276 881 2272 curveto
  1.6480 +stroke
  1.6481 +0.000 0.000 0.000 edgecolor
  1.6482 +newpath 881 2275.5 moveto
  1.6483 +891 2272 lineto
  1.6484 +881 2268.5 lineto
  1.6485 +closepath fill
  1.6486 +1 setlinewidth
  1.6487 +solid
  1.6488 +0.000 0.000 0.000 edgecolor
  1.6489 +newpath 881 2275.5 moveto
  1.6490 +891 2272 lineto
  1.6491 +881 2268.5 lineto
  1.6492 +closepath stroke
  1.6493 +grestore
  1.6494 +% queue_run_online->destroy_msg_list
  1.6495 +gsave
  1.6496 +1 setlinewidth
  1.6497 +solid
  1.6498 +0.000 0.000 0.000 edgecolor
  1.6499 +newpath 376 1695 moveto
  1.6500 +390 1767 444 2031 500 2093 curveto
  1.6501 +505 2099 511 2103 518 2107 curveto
  1.6502 +stroke
  1.6503 +0.000 0.000 0.000 edgecolor
  1.6504 +newpath 516.44 2110.14 moveto
  1.6505 +527 2111 lineto
  1.6506 +519.28 2103.74 lineto
  1.6507 +closepath fill
  1.6508 +1 setlinewidth
  1.6509 +solid
  1.6510 +0.000 0.000 0.000 edgecolor
  1.6511 +newpath 516.44 2110.14 moveto
  1.6512 +527 2111 lineto
  1.6513 +519.28 2103.74 lineto
  1.6514 +closepath stroke
  1.6515 +grestore
  1.6516 +% var_table_rcpt->create_pair_string
  1.6517 +gsave
  1.6518 +1 setlinewidth
  1.6519 +solid
  1.6520 +0.000 0.000 0.000 edgecolor
  1.6521 +newpath 2564 3053 moveto
  1.6522 +2668 3082 2931 3142 3140 3086 curveto
  1.6523 +3292 3045 3446 2931 3508 2882 curveto
  1.6524 +stroke
  1.6525 +0.000 0.000 0.000 edgecolor
  1.6526 +newpath 3510.78 2884.22 moveto
  1.6527 +3516 2875 lineto
  1.6528 +3506.17 2878.95 lineto
  1.6529 +closepath fill
  1.6530 +1 setlinewidth
  1.6531 +solid
  1.6532 +0.000 0.000 0.000 edgecolor
  1.6533 +newpath 3510.78 2884.22 moveto
  1.6534 +3516 2875 lineto
  1.6535 +3506.17 2878.95 lineto
  1.6536 +closepath stroke
  1.6537 +grestore
  1.6538 +% append_file
  1.6539 +gsave
  1.6540 +1 setlinewidth
  1.6541 +0.000 0.000 0.000 nodecolor
  1.6542 +2519 2710 55.79 18 ellipse_path stroke
  1.6543 +0.000 0.000 0.000 nodecolor
  1.6544 +grestore
  1.6545 +% append_file->message_stream
  1.6546 +gsave
  1.6547 +1 setlinewidth
  1.6548 +solid
  1.6549 +0.000 0.000 0.000 edgecolor
  1.6550 +newpath 2566 2720 moveto
  1.6551 +2604 2728 2660 2740 2703 2750 curveto
  1.6552 +stroke
  1.6553 +0.000 0.000 0.000 edgecolor
  1.6554 +newpath 2702.51 2753.47 moveto
  1.6555 +2713 2752 lineto
  1.6556 +2703.88 2746.61 lineto
  1.6557 +closepath fill
  1.6558 +1 setlinewidth
  1.6559 +solid
  1.6560 +0.000 0.000 0.000 edgecolor
  1.6561 +newpath 2702.51 2753.47 moveto
  1.6562 +2713 2752 lineto
  1.6563 +2703.88 2746.61 lineto
  1.6564 +closepath stroke
  1.6565 +grestore
  1.6566 +% smtp_in
  1.6567 +gsave
  1.6568 +1 setlinewidth
  1.6569 +0.000 0.000 0.000 nodecolor
  1.6570 +578 822 41.89 18 ellipse_path stroke
  1.6571 +0.000 0.000 0.000 nodecolor
  1.6572 +grestore
  1.6573 +% smtp_in->create_address
  1.6574 +gsave
  1.6575 +1 setlinewidth
  1.6576 +solid
  1.6577 +0.000 0.000 0.000 edgecolor
  1.6578 +newpath 619 816 moveto
  1.6579 +632 813 647 806 656 795 curveto
  1.6580 +701 747 646 699 692 651 curveto
  1.6581 +815 527 899 575 1072 549 curveto
  1.6582 +1186 533 3053 452 3140 526 curveto
  1.6583 +3206 582 3121 651 3176 716 curveto
  1.6584 +3243 794 3325 718 3392 794 curveto
  1.6585 +3471 883 3522 1268 3534 1376 curveto
  1.6586 +stroke
  1.6587 +0.000 0.000 0.000 edgecolor
  1.6588 +newpath 3530.52 1376.4 moveto
  1.6589 +3535 1386 lineto
  1.6590 +3537.49 1375.7 lineto
  1.6591 +closepath fill
  1.6592 +1 setlinewidth
  1.6593 +solid
  1.6594 +0.000 0.000 0.000 edgecolor
  1.6595 +newpath 3530.52 1376.4 moveto
  1.6596 +3535 1386 lineto
  1.6597 +3537.49 1375.7 lineto
  1.6598 +closepath stroke
  1.6599 +grestore
  1.6600 +% smtp_in->destroy_message
  1.6601 +gsave
  1.6602 +1 setlinewidth
  1.6603 +solid
  1.6604 +0.000 0.000 0.000 edgecolor
  1.6605 +newpath 583 840 moveto
  1.6606 +597 887 635 1019 656 1131 curveto
  1.6607 +723 1483 760 1918 769 2032 curveto
  1.6608 +stroke
  1.6609 +0.000 0.000 0.000 edgecolor
  1.6610 +newpath 765.52 2032.4 moveto
  1.6611 +770 2042 lineto
  1.6612 +772.49 2031.7 lineto
  1.6613 +closepath fill
  1.6614 +1 setlinewidth
  1.6615 +solid
  1.6616 +0.000 0.000 0.000 edgecolor
  1.6617 +newpath 765.52 2032.4 moveto
  1.6618 +770 2042 lineto
  1.6619 +772.49 2031.7 lineto
  1.6620 +closepath stroke
  1.6621 +grestore
  1.6622 +% smtp_in->addr_is_local
  1.6623 +gsave
  1.6624 +1 setlinewidth
  1.6625 +solid
  1.6626 +0.000 0.000 0.000 edgecolor
  1.6627 +newpath 584 840 moveto
  1.6628 +599 887 640 1018 656 1131 curveto
  1.6629 +672 1237 641 1994 692 2087 curveto
  1.6630 +734 2160 798 2126 850 2193 curveto
  1.6631 +880 2230 855 2257 886 2293 curveto
  1.6632 +936 2349 996 2306 1036 2370 curveto
  1.6633 +1089 2452 1011 3172 1072 3248 curveto
  1.6634 +1185 3385 2476 3454 2652 3463 curveto
  1.6635 +2756 3468 2790 3501 2886 3463 curveto
  1.6636 +2907 3454 2903 3439 2922 3429 curveto
  1.6637 +2934 3423 2948 3418 2961 3415 curveto
  1.6638 +stroke
  1.6639 +0.000 0.000 0.000 edgecolor
  1.6640 +newpath 2961.88 3418.39 moveto
  1.6641 +2971 3413 lineto
  1.6642 +2960.51 3411.53 lineto
  1.6643 +closepath fill
  1.6644 +1 setlinewidth
  1.6645 +solid
  1.6646 +0.000 0.000 0.000 edgecolor
  1.6647 +newpath 2961.88 3418.39 moveto
  1.6648 +2971 3413 lineto
  1.6649 +2960.51 3411.53 lineto
  1.6650 +closepath stroke
  1.6651 +grestore
  1.6652 +% smtp_in->create_address_qualified
  1.6653 +gsave
  1.6654 +1 setlinewidth
  1.6655 +solid
  1.6656 +0.000 0.000 0.000 edgecolor
  1.6657 +newpath 614 812 moveto
  1.6658 +636 806 666 799 692 795 curveto
  1.6659 +811 777 842 776 961 776 curveto
  1.6660 +961 776 961 776 2270 776 curveto
  1.6661 +2464 776 3001 660 3140 794 curveto
  1.6662 +3238 889 3090 1300 3176 1404 curveto
  1.6663 +3180 1408 3184 1412 3188 1415 curveto
  1.6664 +stroke
  1.6665 +0.000 0.000 0.000 edgecolor
  1.6666 +newpath 3186.56 1418.2 moveto
  1.6667 +3197 1420 lineto
  1.6668 +3189.96 1412.08 lineto
  1.6669 +closepath fill
  1.6670 +1 setlinewidth
  1.6671 +solid
  1.6672 +0.000 0.000 0.000 edgecolor
  1.6673 +newpath 3186.56 1418.2 moveto
  1.6674 +3197 1420 lineto
  1.6675 +3189.96 1412.08 lineto
  1.6676 +closepath stroke
  1.6677 +grestore
  1.6678 +% smtp_in->addr_string
  1.6679 +gsave
  1.6680 +1 setlinewidth
  1.6681 +solid
  1.6682 +0.000 0.000 0.000 edgecolor
  1.6683 +newpath 618 816 moveto
  1.6684 +631 812 646 805 656 795 curveto
  1.6685 +688 765 658 730 692 702 curveto
  1.6686 +787 627 841 662 961 662 curveto
  1.6687 +961 662 961 662 1442 662 curveto
  1.6688 +2084 662 2245 610 2886 627 curveto
  1.6689 +3000 631 3052 571 3140 641 curveto
  1.6690 +3187 678 3139 724 3176 769 curveto
  1.6691 +3191 786 3212 798 3232 806 curveto
  1.6692 +stroke
  1.6693 +0.000 0.000 0.000 edgecolor
  1.6694 +newpath 3230.44 809.14 moveto
  1.6695 +3241 810 lineto
  1.6696 +3233.28 802.74 lineto
  1.6697 +closepath fill
  1.6698 +1 setlinewidth
  1.6699 +solid
  1.6700 +0.000 0.000 0.000 edgecolor
  1.6701 +newpath 3230.44 809.14 moveto
  1.6702 +3241 810 lineto
  1.6703 +3233.28 802.74 lineto
  1.6704 +closepath stroke
  1.6705 +grestore
  1.6706 +% smtp_in->read_sockline
  1.6707 +gsave
  1.6708 +1 setlinewidth
  1.6709 +solid
  1.6710 +0.000 0.000 0.000 edgecolor
  1.6711 +newpath 619 817 moveto
  1.6712 +633 813 647 806 656 795 curveto
  1.6713 +731 705 611 618 692 534 curveto
  1.6714 +836 388 2315 280 2519 280 curveto
  1.6715 +2519 280 2519 280 2769 280 curveto
  1.6716 +2927 280 3113 267 3212 259 curveto
  1.6717 +stroke
  1.6718 +0.000 0.000 0.000 edgecolor
  1.6719 +newpath 3212.4 262.48 moveto
  1.6720 +3222 258 lineto
  1.6721 +3211.7 255.51 lineto
  1.6722 +closepath fill
  1.6723 +1 setlinewidth
  1.6724 +solid
  1.6725 +0.000 0.000 0.000 edgecolor
  1.6726 +newpath 3212.4 262.48 moveto
  1.6727 +3222 258 lineto
  1.6728 +3211.7 255.51 lineto
  1.6729 +closepath stroke
  1.6730 +grestore
  1.6731 +% smtp_in->deliver
  1.6732 +gsave
  1.6733 +1 setlinewidth
  1.6734 +solid
  1.6735 +0.000 0.000 0.000 edgecolor
  1.6736 +newpath 584 840 moveto
  1.6737 +600 887 641 1018 656 1131 curveto
  1.6738 +672 1242 650 2031 692 2135 curveto
  1.6739 +702 2160 725 2183 743 2198 curveto
  1.6740 +stroke
  1.6741 +0.000 0.000 0.000 edgecolor
  1.6742 +newpath 741.17 2201.05 moveto
  1.6743 +751 2205 lineto
  1.6744 +745.78 2195.78 lineto
  1.6745 +closepath fill
  1.6746 +1 setlinewidth
  1.6747 +solid
  1.6748 +0.000 0.000 0.000 edgecolor
  1.6749 +newpath 741.17 2201.05 moveto
  1.6750 +751 2205 lineto
  1.6751 +745.78 2195.78 lineto
  1.6752 +closepath stroke
  1.6753 +grestore
  1.6754 +% smtp_in->spool_write
  1.6755 +gsave
  1.6756 +1 setlinewidth
  1.6757 +solid
  1.6758 +0.000 0.000 0.000 edgecolor
  1.6759 +newpath 615 813 moveto
  1.6760 +628 809 644 803 656 795 curveto
  1.6761 +675 784 673 773 692 762 curveto
  1.6762 +801 705 839 700 961 700 curveto
  1.6763 +961 700 961 700 1705 700 curveto
  1.6764 +2084 700 2537 670 2703 659 curveto
  1.6765 +stroke
  1.6766 +0.000 0.000 0.000 edgecolor
  1.6767 +newpath 2703.4 662.48 moveto
  1.6768 +2713 658 lineto
  1.6769 +2702.7 655.51 lineto
  1.6770 +closepath fill
  1.6771 +1 setlinewidth
  1.6772 +solid
  1.6773 +0.000 0.000 0.000 edgecolor
  1.6774 +newpath 2703.4 662.48 moveto
  1.6775 +2713 658 lineto
  1.6776 +2702.7 655.51 lineto
  1.6777 +closepath stroke
  1.6778 +grestore
  1.6779 +% accept_message
  1.6780 +gsave
  1.6781 +1 setlinewidth
  1.6782 +0.000 0.000 0.000 nodecolor
  1.6783 +961 320 75.05 18 ellipse_path stroke
  1.6784 +0.000 0.000 0.000 nodecolor
  1.6785 +grestore
  1.6786 +% smtp_in->accept_message
  1.6787 +gsave
  1.6788 +1 setlinewidth
  1.6789 +solid
  1.6790 +0.000 0.000 0.000 edgecolor
  1.6791 +newpath 619 817 moveto
  1.6792 +633 813 647 806 656 795 curveto
  1.6793 +741 691 622 610 692 496 curveto
  1.6794 +742 415 846 363 908 339 curveto
  1.6795 +stroke
  1.6796 +0.000 0.000 0.000 edgecolor
  1.6797 +newpath 910.02 341.96 moveto
  1.6798 +918 335 lineto
  1.6799 +907.42 335.46 lineto
  1.6800 +closepath fill
  1.6801 +1 setlinewidth
  1.6802 +solid
  1.6803 +0.000 0.000 0.000 edgecolor
  1.6804 +newpath 910.02 341.96 moveto
  1.6805 +918 335 lineto
  1.6806 +907.42 335.46 lineto
  1.6807 +closepath stroke
  1.6808 +grestore
  1.6809 +% get_address
  1.6810 +gsave
  1.6811 +1 setlinewidth
  1.6812 +0.000 0.000 0.000 nodecolor
  1.6813 +771 822 57.87 18 ellipse_path stroke
  1.6814 +0.000 0.000 0.000 nodecolor
  1.6815 +grestore
  1.6816 +% smtp_in->get_address
  1.6817 +gsave
  1.6818 +1 setlinewidth
  1.6819 +solid
  1.6820 +0.000 0.000 0.000 edgecolor
  1.6821 +newpath 621 822 moveto
  1.6822 +645 822 675 822 702 822 curveto
  1.6823 +stroke
  1.6824 +0.000 0.000 0.000 edgecolor
  1.6825 +newpath 702 825.5 moveto
  1.6826 +712 822 lineto
  1.6827 +702 818.5 lineto
  1.6828 +closepath fill
  1.6829 +1 setlinewidth
  1.6830 +solid
  1.6831 +0.000 0.000 0.000 edgecolor
  1.6832 +newpath 702 825.5 moveto
  1.6833 +712 822 lineto
  1.6834 +702 818.5 lineto
  1.6835 +closepath stroke
  1.6836 +grestore
  1.6837 +% smtp_in->create_message
  1.6838 +gsave
  1.6839 +1 setlinewidth
  1.6840 +solid
  1.6841 +0.000 0.000 0.000 edgecolor
  1.6842 +newpath 599 838 moveto
  1.6843 +621 855 659 882 692 903 curveto
  1.6844 +769 950 864 997 918 1024 curveto
  1.6845 +stroke
  1.6846 +0.000 0.000 0.000 edgecolor
  1.6847 +newpath 916.44 1027.14 moveto
  1.6848 +927 1028 lineto
  1.6849 +919.28 1020.74 lineto
  1.6850 +closepath fill
  1.6851 +1 setlinewidth
  1.6852 +solid
  1.6853 +0.000 0.000 0.000 edgecolor
  1.6854 +newpath 916.44 1027.14 moveto
  1.6855 +927 1028 lineto
  1.6856 +919.28 1020.74 lineto
  1.6857 +closepath stroke
  1.6858 +grestore
  1.6859 +% smtp_printf
  1.6860 +gsave
  1.6861 +1 setlinewidth
  1.6862 +0.000 0.000 0.000 nodecolor
  1.6863 +771 876 55.79 18 ellipse_path stroke
  1.6864 +0.000 0.000 0.000 nodecolor
  1.6865 +grestore
  1.6866 +% smtp_in->smtp_printf
  1.6867 +gsave
  1.6868 +1 setlinewidth
  1.6869 +solid
  1.6870 +0.000 0.000 0.000 edgecolor
  1.6871 +newpath 614 832 moveto
  1.6872 +643 840 685 852 718 861 curveto
  1.6873 +stroke
  1.6874 +0.000 0.000 0.000 edgecolor
  1.6875 +newpath 717.42 864.48 moveto
  1.6876 +728 864 lineto
  1.6877 +719.43 857.77 lineto
  1.6878 +closepath fill
  1.6879 +1 setlinewidth
  1.6880 +solid
  1.6881 +0.000 0.000 0.000 edgecolor
  1.6882 +newpath 717.42 864.48 moveto
  1.6883 +728 864 lineto
  1.6884 +719.43 857.77 lineto
  1.6885 +closepath stroke
  1.6886 +grestore
  1.6887 +% accept_message->accept_message_prepare
  1.6888 +gsave
  1.6889 +1 setlinewidth
  1.6890 +solid
  1.6891 +0.000 0.000 0.000 edgecolor
  1.6892 +newpath 1036 320 moveto
  1.6893 +1131 320 1299 320 1442 320 curveto
  1.6894 +1442 320 1442 320 2519 320 curveto
  1.6895 +2697 320 2896 397 2985 435 curveto
  1.6896 +stroke
  1.6897 +0.000 0.000 0.000 edgecolor
  1.6898 +newpath 2983.44 438.14 moveto
  1.6899 +2994 439 lineto
  1.6900 +2986.28 431.74 lineto
  1.6901 +closepath fill
  1.6902 +1 setlinewidth
  1.6903 +solid
  1.6904 +0.000 0.000 0.000 edgecolor
  1.6905 +newpath 2983.44 438.14 moveto
  1.6906 +2994 439 lineto
  1.6907 +2986.28 431.74 lineto
  1.6908 +closepath stroke
  1.6909 +grestore
  1.6910 +% accept_message->accept_message_stream
  1.6911 +gsave
  1.6912 +1 setlinewidth
  1.6913 +solid
  1.6914 +0.000 0.000 0.000 edgecolor
  1.6915 +newpath 1011 307 moveto
  1.6916 +1098 284 1283 242 1442 242 curveto
  1.6917 +1442 242 1442 242 2519 242 curveto
  1.6918 +2666 242 2836 224 2938 211 curveto
  1.6919 +stroke
  1.6920 +0.000 0.000 0.000 edgecolor
  1.6921 +newpath 2938.4 214.48 moveto
  1.6922 +2948 210 lineto
  1.6923 +2937.7 207.51 lineto
  1.6924 +closepath fill
  1.6925 +1 setlinewidth
  1.6926 +solid
  1.6927 +0.000 0.000 0.000 edgecolor
  1.6928 +newpath 2938.4 214.48 moveto
  1.6929 +2948 210 lineto
  1.6930 +2937.7 207.51 lineto
  1.6931 +closepath stroke
  1.6932 +grestore
  1.6933 +% alias_expand->addr_is_local
  1.6934 +gsave
  1.6935 +1 setlinewidth
  1.6936 +solid
  1.6937 +0.000 0.000 0.000 edgecolor
  1.6938 +newpath 2826 3429 moveto
  1.6939 +2866 3425 2919 3419 2962 3414 curveto
  1.6940 +stroke
  1.6941 +0.000 0.000 0.000 edgecolor
  1.6942 +newpath 2962.4 3417.48 moveto
  1.6943 +2972 3413 lineto
  1.6944 +2961.7 3410.51 lineto
  1.6945 +closepath fill
  1.6946 +1 setlinewidth
  1.6947 +solid
  1.6948 +0.000 0.000 0.000 edgecolor
  1.6949 +newpath 2962.4 3417.48 moveto
  1.6950 +2972 3413 lineto
  1.6951 +2961.7 3410.51 lineto
  1.6952 +closepath stroke
  1.6953 +grestore
  1.6954 +% alias_expand->create_address_qualified
  1.6955 +gsave
  1.6956 +1 setlinewidth
  1.6957 +solid
  1.6958 +0.000 0.000 0.000 edgecolor
  1.6959 +newpath 2775 3418 moveto
  1.6960 +2796 3358 2862 3160 2886 2991 curveto
  1.6961 +2897 2920 2886 1768 2922 1707 curveto
  1.6962 +2980 1610 3068 1665 3140 1580 curveto
  1.6963 +3170 1545 3146 1518 3176 1485 curveto
  1.6964 +3189 1471 3207 1460 3225 1451 curveto
  1.6965 +stroke
  1.6966 +0.000 0.000 0.000 edgecolor
  1.6967 +newpath 3226.28 1454.26 moveto
  1.6968 +3234 1447 lineto
  1.6969 +3223.44 1447.86 lineto
  1.6970 +closepath fill
  1.6971 +1 setlinewidth
  1.6972 +solid
  1.6973 +0.000 0.000 0.000 edgecolor
  1.6974 +newpath 3226.28 1454.26 moveto
  1.6975 +3234 1447 lineto
  1.6976 +3223.44 1447.86 lineto
  1.6977 +closepath stroke
  1.6978 +grestore
  1.6979 +% alias_expand->addr_isequal
  1.6980 +gsave
  1.6981 +1 setlinewidth
  1.6982 +solid
  1.6983 +0.000 0.000 0.000 edgecolor
  1.6984 +newpath 2823 3445 moveto
  1.6985 +2961 3466 3325 3524 3474 3547 curveto
  1.6986 +stroke
  1.6987 +0.000 0.000 0.000 edgecolor
  1.6988 +newpath 3473.51 3550.47 moveto
  1.6989 +3484 3549 lineto
  1.6990 +3474.88 3543.61 lineto
  1.6991 +closepath fill
  1.6992 +1 setlinewidth
  1.6993 +solid
  1.6994 +0.000 0.000 0.000 edgecolor
  1.6995 +newpath 3473.51 3550.47 moveto
  1.6996 +3484 3549 lineto
  1.6997 +3474.88 3543.61 lineto
  1.6998 +closepath stroke
  1.6999 +grestore
  1.7000 +% alias_expand->create_address_pipe
  1.7001 +gsave
  1.7002 +1 setlinewidth
  1.7003 +solid
  1.7004 +0.000 0.000 0.000 edgecolor
  1.7005 +newpath 2775 3418 moveto
  1.7006 +2797 3358 2863 3160 2886 2991 curveto
  1.7007 +2896 2920 2875 483 2922 429 curveto
  1.7008 +2940 410 3085 396 3186 389 curveto
  1.7009 +stroke
  1.7010 +0.000 0.000 0.000 edgecolor
  1.7011 +newpath 3186.4 392.48 moveto
  1.7012 +3196 388 lineto
  1.7013 +3185.7 385.51 lineto
  1.7014 +closepath fill
  1.7015 +1 setlinewidth
  1.7016 +solid
  1.7017 +0.000 0.000 0.000 edgecolor
  1.7018 +newpath 3186.4 392.48 moveto
  1.7019 +3196 388 lineto
  1.7020 +3185.7 385.51 lineto
  1.7021 +closepath stroke
  1.7022 +grestore
  1.7023 +% alias_expand->table_find_func
  1.7024 +gsave
  1.7025 +1 setlinewidth
  1.7026 +solid
  1.7027 +0.000 0.000 0.000 edgecolor
  1.7028 +newpath 2800 3452 moveto
  1.7029 +2916 3507 3325 3684 3646 3585 curveto
  1.7030 +3699 3569 3750 3528 3779 3502 curveto
  1.7031 +stroke
  1.7032 +0.000 0.000 0.000 edgecolor
  1.7033 +newpath 3781.78 3504.22 moveto
  1.7034 +3787 3495 lineto
  1.7035 +3777.17 3498.95 lineto
  1.7036 +closepath fill
  1.7037 +1 setlinewidth
  1.7038 +solid
  1.7039 +0.000 0.000 0.000 edgecolor
  1.7040 +newpath 3781.78 3504.22 moveto
  1.7041 +3787 3495 lineto
  1.7042 +3777.17 3498.95 lineto
  1.7043 +closepath stroke
  1.7044 +grestore
  1.7045 +% map_address_header
  1.7046 +gsave
  1.7047 +1 setlinewidth
  1.7048 +0.000 0.000 0.000 nodecolor
  1.7049 +3284 1642 93.81 18 ellipse_path stroke
  1.7050 +0.000 0.000 0.000 nodecolor
  1.7051 +grestore
  1.7052 +% map_address_header->addr_list_append_rfc822
  1.7053 +gsave
  1.7054 +1 setlinewidth
  1.7055 +solid
  1.7056 +0.000 0.000 0.000 edgecolor
  1.7057 +newpath 3339 1627 moveto
  1.7058 +3356 1622 3375 1616 3392 1610 curveto
  1.7059 +3409 1603 3412 1598 3428 1593 curveto
  1.7060 +3439 1589 3449 1586 3460 1583 curveto
  1.7061 +stroke
  1.7062 +0.000 0.000 0.000 edgecolor
  1.7063 +newpath 3461.43 1586.23 moveto
  1.7064 +3470 1580 lineto
  1.7065 +3459.42 1579.52 lineto
  1.7066 +closepath fill
  1.7067 +1 setlinewidth
  1.7068 +solid
  1.7069 +0.000 0.000 0.000 edgecolor
  1.7070 +newpath 3461.43 1586.23 moveto
  1.7071 +3470 1580 lineto
  1.7072 +3459.42 1579.52 lineto
  1.7073 +closepath stroke
  1.7074 +grestore
  1.7075 +% map_address_header->table_find_fnmatch
  1.7076 +gsave
  1.7077 +1 setlinewidth
  1.7078 +solid
  1.7079 +0.000 0.000 0.000 edgecolor
  1.7080 +newpath 3353 1654 moveto
  1.7081 +3367 1658 3380 1663 3392 1669 curveto
  1.7082 +3440 1693 3487 1736 3514 1763 curveto
  1.7083 +stroke
  1.7084 +0.000 0.000 0.000 edgecolor
  1.7085 +newpath 3511.45 1765.4 moveto
  1.7086 +3521 1770 lineto
  1.7087 +3516.4 1760.45 lineto
  1.7088 +closepath fill
  1.7089 +1 setlinewidth
  1.7090 +solid
  1.7091 +0.000 0.000 0.000 edgecolor
  1.7092 +newpath 3511.45 1765.4 moveto
  1.7093 +3521 1770 lineto
  1.7094 +3516.4 1760.45 lineto
  1.7095 +closepath stroke
  1.7096 +grestore
  1.7097 +% queue_run
  1.7098 +gsave
  1.7099 +1 setlinewidth
  1.7100 +0.000 0.000 0.000 nodecolor
  1.7101 +373 1158 52.12 18 ellipse_path stroke
  1.7102 +0.000 0.000 0.000 nodecolor
  1.7103 +grestore
  1.7104 +% queue_run->read_queue
  1.7105 +gsave
  1.7106 +1 setlinewidth
  1.7107 +solid
  1.7108 +0.000 0.000 0.000 edgecolor
  1.7109 +newpath 425 1158 moveto
  1.7110 +452 1158 483 1158 511 1158 curveto
  1.7111 +stroke
  1.7112 +0.000 0.000 0.000 edgecolor
  1.7113 +newpath 511 1161.5 moveto
  1.7114 +521 1158 lineto
  1.7115 +511 1154.5 lineto
  1.7116 +closepath fill
  1.7117 +1 setlinewidth
  1.7118 +solid
  1.7119 +0.000 0.000 0.000 edgecolor
  1.7120 +newpath 511 1161.5 moveto
  1.7121 +521 1158 lineto
  1.7122 +511 1154.5 lineto
  1.7123 +closepath stroke
  1.7124 +grestore
  1.7125 +% queue_run->deliver_msg_list
  1.7126 +gsave
  1.7127 +1 setlinewidth
  1.7128 +solid
  1.7129 +0.000 0.000 0.000 edgecolor
  1.7130 +newpath 375 1176 moveto
  1.7131 +386 1277 454 1777 692 2087 curveto
  1.7132 +694 2089 855 2195 927 2243 curveto
  1.7133 +stroke
  1.7134 +0.000 0.000 0.000 edgecolor
  1.7135 +newpath 924.9 2245.8 moveto
  1.7136 +935 2249 lineto
  1.7137 +929.1 2240.2 lineto
  1.7138 +closepath fill
  1.7139 +1 setlinewidth
  1.7140 +solid
  1.7141 +0.000 0.000 0.000 edgecolor
  1.7142 +newpath 924.9 2245.8 moveto
  1.7143 +935 2249 lineto
  1.7144 +929.1 2240.2 lineto
  1.7145 +closepath stroke
  1.7146 +grestore
  1.7147 +% queue_run->destroy_msg_list
  1.7148 +gsave
  1.7149 +1 setlinewidth
  1.7150 +solid
  1.7151 +0.000 0.000 0.000 edgecolor
  1.7152 +newpath 377 1176 moveto
  1.7153 +391 1240 439 1463 464 1650 curveto
  1.7154 +477 1747 442 2013 500 2093 curveto
  1.7155 +504 2098 509 2103 515 2107 curveto
  1.7156 +stroke
  1.7157 +0.000 0.000 0.000 edgecolor
  1.7158 +newpath 513.56 2110.2 moveto
  1.7159 +524 2112 lineto
  1.7160 +516.96 2104.08 lineto
  1.7161 +closepath fill
  1.7162 +1 setlinewidth
  1.7163 +solid
  1.7164 +0.000 0.000 0.000 edgecolor
  1.7165 +newpath 513.56 2110.2 moveto
  1.7166 +524 2112 lineto
  1.7167 +516.96 2104.08 lineto
  1.7168 +closepath stroke
  1.7169 +grestore
  1.7170 +% set_identity
  1.7171 +gsave
  1.7172 +1 setlinewidth
  1.7173 +0.000 0.000 0.000 nodecolor
  1.7174 +170 494 55.09 18 ellipse_path stroke
  1.7175 +0.000 0.000 0.000 nodecolor
  1.7176 +grestore
  1.7177 +% set_identity->set_euidgid
  1.7178 +gsave
  1.7179 +1 setlinewidth
  1.7180 +solid
  1.7181 +0.000 0.000 0.000 edgecolor
  1.7182 +newpath 225 496 moveto
  1.7183 +341 501 619 515 850 534 curveto
  1.7184 +1637 600 1833 627 2616 724 curveto
  1.7185 +2737 739 2769 731 2886 762 curveto
  1.7186 +2923 772 2962 789 2991 802 curveto
  1.7187 +stroke
  1.7188 +0.000 0.000 0.000 edgecolor
  1.7189 +newpath 2989.44 805.14 moveto
  1.7190 +3000 806 lineto
  1.7191 +2992.28 798.74 lineto
  1.7192 +closepath fill
  1.7193 +1 setlinewidth
  1.7194 +solid
  1.7195 +0.000 0.000 0.000 edgecolor
  1.7196 +newpath 2989.44 805.14 moveto
  1.7197 +3000 806 lineto
  1.7198 +2992.28 798.74 lineto
  1.7199 +closepath stroke
  1.7200 +grestore
  1.7201 +% set_identity->is_privileged_user
  1.7202 +gsave
  1.7203 +1 setlinewidth
  1.7204 +solid
  1.7205 +0.000 0.000 0.000 edgecolor
  1.7206 +newpath 218 485 moveto
  1.7207 +243 481 273 475 301 470 curveto
  1.7208 +stroke
  1.7209 +0.000 0.000 0.000 edgecolor
  1.7210 +newpath 301.88 473.39 moveto
  1.7211 +311 468 lineto
  1.7212 +300.51 466.53 lineto
  1.7213 +closepath fill
  1.7214 +1 setlinewidth
  1.7215 +solid
  1.7216 +0.000 0.000 0.000 edgecolor
  1.7217 +newpath 301.88 473.39 moveto
  1.7218 +311 468 lineto
  1.7219 +300.51 466.53 lineto
  1.7220 +closepath stroke
  1.7221 +grestore
  1.7222 +% create_msg_out
  1.7223 +gsave
  1.7224 +1 setlinewidth
  1.7225 +0.000 0.000 0.000 nodecolor
  1.7226 +2270 3218 72.96 18 ellipse_path stroke
  1.7227 +0.000 0.000 0.000 nodecolor
  1.7228 +grestore
  1.7229 +% create_msg_out_list->create_msg_out
  1.7230 +gsave
  1.7231 +1 setlinewidth
  1.7232 +solid
  1.7233 +0.000 0.000 0.000 edgecolor
  1.7234 +newpath 1214 2909 moveto
  1.7235 +1300 2968 1594 3157 1868 3221 curveto
  1.7236 +1981 3246 2115 3238 2197 3228 curveto
  1.7237 +stroke
  1.7238 +0.000 0.000 0.000 edgecolor
  1.7239 +newpath 2197.4 3231.48 moveto
  1.7240 +2207 3227 lineto
  1.7241 +2196.7 3224.51 lineto
  1.7242 +closepath fill
  1.7243 +1 setlinewidth
  1.7244 +solid
  1.7245 +0.000 0.000 0.000 edgecolor
  1.7246 +newpath 2197.4 3231.48 moveto
  1.7247 +2207 3227 lineto
  1.7248 +2196.7 3224.51 lineto
  1.7249 +closepath stroke
  1.7250 +grestore
  1.7251 +% rcptlist_with_addr_is_local->addr_is_local
  1.7252 +gsave
  1.7253 +1 setlinewidth
  1.7254 +solid
  1.7255 +0.000 0.000 0.000 edgecolor
  1.7256 +newpath 1273 3184 moveto
  1.7257 +1440 3208 1828 3265 2154 3307 curveto
  1.7258 +2454 3345 2812 3383 2961 3399 curveto
  1.7259 +stroke
  1.7260 +0.000 0.000 0.000 edgecolor
  1.7261 +newpath 2960.7 3402.49 moveto
  1.7262 +2971 3400 lineto
  1.7263 +2961.4 3395.52 lineto
  1.7264 +closepath fill
  1.7265 +1 setlinewidth
  1.7266 +solid
  1.7267 +0.000 0.000 0.000 edgecolor
  1.7268 +newpath 2960.7 3402.49 moveto
  1.7269 +2971 3400 lineto
  1.7270 +2961.4 3395.52 lineto
  1.7271 +closepath stroke
  1.7272 +grestore
  1.7273 +% deliver_msgout_list_online->table_find
  1.7274 +gsave
  1.7275 +1 setlinewidth
  1.7276 +solid
  1.7277 +0.000 0.000 0.000 edgecolor
  1.7278 +newpath 1194 2334 moveto
  1.7279 +1211 2388 1266 2554 1342 2674 curveto
  1.7280 +1531 2969 1569 3079 1868 3262 curveto
  1.7281 +2263 3501 2425 3467 2886 3463 curveto
  1.7282 +3104 3461 3362 3454 3477 3451 curveto
  1.7283 +stroke
  1.7284 +0.000 0.000 0.000 edgecolor
  1.7285 +newpath 3477 3454.5 moveto
  1.7286 +3487 3451 lineto
  1.7287 +3477 3447.5 lineto
  1.7288 +closepath fill
  1.7289 +1 setlinewidth
  1.7290 +solid
  1.7291 +0.000 0.000 0.000 edgecolor
  1.7292 +newpath 3477 3454.5 moveto
  1.7293 +3487 3451 lineto
  1.7294 +3477 3447.5 lineto
  1.7295 +closepath stroke
  1.7296 +grestore
  1.7297 +% deliver_msgout_list_online->detect_online
  1.7298 +gsave
  1.7299 +1 setlinewidth
  1.7300 +solid
  1.7301 +0.000 0.000 0.000 edgecolor
  1.7302 +newpath 1303 2314 moveto
  1.7303 +1325 2314 1349 2313 1370 2313 curveto
  1.7304 +stroke
  1.7305 +0.000 0.000 0.000 edgecolor
  1.7306 +newpath 1370 2316.5 moveto
  1.7307 +1380 2313 lineto
  1.7308 +1370 2309.5 lineto
  1.7309 +closepath fill
  1.7310 +1 setlinewidth
  1.7311 +solid
  1.7312 +0.000 0.000 0.000 edgecolor
  1.7313 +newpath 1370 2316.5 moveto
  1.7314 +1380 2313 lineto
  1.7315 +1370 2309.5 lineto
  1.7316 +closepath stroke
  1.7317 +grestore
  1.7318 +% deliver_msgout_list_online->read_route_list
  1.7319 +gsave
  1.7320 +1 setlinewidth
  1.7321 +solid
  1.7322 +0.000 0.000 0.000 edgecolor
  1.7323 +newpath 1224 2299 moveto
  1.7324 +1248 2285 1282 2265 1306 2242 curveto
  1.7325 +1360 2191 1405 2118 1427 2079 curveto
  1.7326 +stroke
  1.7327 +0.000 0.000 0.000 edgecolor
  1.7328 +newpath 1430.2 2080.44 moveto
  1.7329 +1432 2070 lineto
  1.7330 +1424.08 2077.04 lineto
  1.7331 +closepath fill
  1.7332 +1 setlinewidth
  1.7333 +solid
  1.7334 +0.000 0.000 0.000 edgecolor
  1.7335 +newpath 1430.2 2080.44 moveto
  1.7336 +1432 2070 lineto
  1.7337 +1424.08 2077.04 lineto
  1.7338 +closepath stroke
  1.7339 +grestore
  1.7340 +% deliver_msgout_list_online->destroy_route_list
  1.7341 +gsave
  1.7342 +1 setlinewidth
  1.7343 +solid
  1.7344 +0.000 0.000 0.000 edgecolor
  1.7345 +newpath 1203 2334 moveto
  1.7346 +1245 2390 1373 2557 1422 2621 curveto
  1.7347 +stroke
  1.7348 +0.000 0.000 0.000 edgecolor
  1.7349 +newpath 1419.2 2623.1 moveto
  1.7350 +1428 2629 lineto
  1.7351 +1424.8 2618.9 lineto
  1.7352 +closepath fill
  1.7353 +1 setlinewidth
  1.7354 +solid
  1.7355 +0.000 0.000 0.000 edgecolor
  1.7356 +newpath 1419.2 2623.1 moveto
  1.7357 +1428 2629 lineto
  1.7358 +1424.8 2618.9 lineto
  1.7359 +closepath stroke
  1.7360 +grestore
  1.7361 +% deliver_msgout_list_online->deliver_route_msg_list
  1.7362 +gsave
  1.7363 +1 setlinewidth
  1.7364 +solid
  1.7365 +0.000 0.000 0.000 edgecolor
  1.7366 +newpath 1260 2330 moveto
  1.7367 +1293 2336 1331 2344 1364 2351 curveto
  1.7368 +stroke
  1.7369 +0.000 0.000 0.000 edgecolor
  1.7370 +newpath 1363.51 2354.47 moveto
  1.7371 +1374 2353 lineto
  1.7372 +1364.88 2347.61 lineto
  1.7373 +closepath fill
  1.7374 +1 setlinewidth
  1.7375 +solid
  1.7376 +0.000 0.000 0.000 edgecolor
  1.7377 +newpath 1363.51 2354.47 moveto
  1.7378 +1374 2353 lineto
  1.7379 +1364.88 2347.61 lineto
  1.7380 +closepath stroke
  1.7381 +grestore
  1.7382 +% clone_msg_out->copy_modify_address
  1.7383 +gsave
  1.7384 +1 setlinewidth
  1.7385 +solid
  1.7386 +0.000 0.000 0.000 edgecolor
  1.7387 +newpath 1773 2580 moveto
  1.7388 +1877 2586 2070 2592 2118 2547 curveto
  1.7389 +2177 2490 2094 2235 2154 2181 curveto
  1.7390 +2215 2126 2821 2133 2886 2181 curveto
  1.7391 +2929 2212 2886 2256 2922 2294 curveto
  1.7392 +2992 2364 3102 2394 3184 2407 curveto
  1.7393 +stroke
  1.7394 +0.000 0.000 0.000 edgecolor
  1.7395 +newpath 3183.7 2410.49 moveto
  1.7396 +3194 2408 lineto
  1.7397 +3184.4 2403.52 lineto
  1.7398 +closepath fill
  1.7399 +1 setlinewidth
  1.7400 +solid
  1.7401 +0.000 0.000 0.000 edgecolor
  1.7402 +newpath 3183.7 2410.49 moveto
  1.7403 +3194 2408 lineto
  1.7404 +3184.4 2403.52 lineto
  1.7405 +closepath stroke
  1.7406 +grestore
  1.7407 +% clone_msg_out->create_msg_out
  1.7408 +gsave
  1.7409 +1 setlinewidth
  1.7410 +solid
  1.7411 +0.000 0.000 0.000 edgecolor
  1.7412 +newpath 1724 2592 moveto
  1.7413 +1754 2620 1808 2678 1832 2741 curveto
  1.7414 +1868 2834 1798 3118 1868 3189 curveto
  1.7415 +1912 3233 2085 3230 2190 3224 curveto
  1.7416 +stroke
  1.7417 +0.000 0.000 0.000 edgecolor
  1.7418 +newpath 2190.4 3227.48 moveto
  1.7419 +2200 3223 lineto
  1.7420 +2189.7 3220.51 lineto
  1.7421 +closepath fill
  1.7422 +1 setlinewidth
  1.7423 +solid
  1.7424 +0.000 0.000 0.000 edgecolor
  1.7425 +newpath 2190.4 3227.48 moveto
  1.7426 +2200 3223 lineto
  1.7427 +2189.7 3220.51 lineto
  1.7428 +closepath stroke
  1.7429 +grestore
  1.7430 +% deliver_route_msg_list->msg_rcptlist_route
  1.7431 +gsave
  1.7432 +1 setlinewidth
  1.7433 +solid
  1.7434 +0.000 0.000 0.000 edgecolor
  1.7435 +newpath 1456 2384 moveto
  1.7436 +1478 2412 1526 2465 1578 2493 curveto
  1.7437 +1592 2500 1607 2505 1622 2509 curveto
  1.7438 +stroke
  1.7439 +0.000 0.000 0.000 edgecolor
  1.7440 +newpath 1621.51 2512.47 moveto
  1.7441 +1632 2511 lineto
  1.7442 +1622.88 2505.61 lineto
  1.7443 +closepath fill
  1.7444 +1 setlinewidth
  1.7445 +solid
  1.7446 +0.000 0.000 0.000 edgecolor
  1.7447 +newpath 1621.51 2512.47 moveto
  1.7448 +1632 2511 lineto
  1.7449 +1622.88 2505.61 lineto
  1.7450 +closepath stroke
  1.7451 +grestore
  1.7452 +% deliver_route_msg_list->route_is_allowed_mail_local
  1.7453 +gsave
  1.7454 +1 setlinewidth
  1.7455 +solid
  1.7456 +0.000 0.000 0.000 edgecolor
  1.7457 +newpath 1540 2363 moveto
  1.7458 +1552 2363 1564 2362 1576 2362 curveto
  1.7459 +stroke
  1.7460 +0.000 0.000 0.000 edgecolor
  1.7461 +newpath 1576 2365.5 moveto
  1.7462 +1586 2362 lineto
  1.7463 +1576 2358.5 lineto
  1.7464 +closepath fill
  1.7465 +1 setlinewidth
  1.7466 +solid
  1.7467 +0.000 0.000 0.000 edgecolor
  1.7468 +newpath 1576 2365.5 moveto
  1.7469 +1586 2362 lineto
  1.7470 +1576 2358.5 lineto
  1.7471 +closepath stroke
  1.7472 +grestore
  1.7473 +% deliver_route_msg_list->destroy_msg_out
  1.7474 +gsave
  1.7475 +1 setlinewidth
  1.7476 +solid
  1.7477 +0.000 0.000 0.000 edgecolor
  1.7478 +newpath 1498 2351 moveto
  1.7479 +1532 2342 1570 2332 1578 2331 curveto
  1.7480 +1689 2313 1819 2306 1904 2305 curveto
  1.7481 +stroke
  1.7482 +0.000 0.000 0.000 edgecolor
  1.7483 +newpath 1904 2308.5 moveto
  1.7484 +1914 2305 lineto
  1.7485 +1904 2301.5 lineto
  1.7486 +closepath fill
  1.7487 +1 setlinewidth
  1.7488 +solid
  1.7489 +0.000 0.000 0.000 edgecolor
  1.7490 +newpath 1904 2308.5 moveto
  1.7491 +1914 2305 lineto
  1.7492 +1904 2301.5 lineto
  1.7493 +closepath stroke
  1.7494 +grestore
  1.7495 +% deliver_route_msg_list->clone_msg_out
  1.7496 +gsave
  1.7497 +1 setlinewidth
  1.7498 +solid
  1.7499 +0.000 0.000 0.000 edgecolor
  1.7500 +newpath 1460 2384 moveto
  1.7501 +1482 2405 1517 2442 1542 2479 curveto
  1.7502 +1562 2507 1551 2526 1578 2547 curveto
  1.7503 +1592 2557 1609 2564 1626 2568 curveto
  1.7504 +stroke
  1.7505 +0.000 0.000 0.000 edgecolor
  1.7506 +newpath 1625.51 2571.47 moveto
  1.7507 +1636 2570 lineto
  1.7508 +1626.88 2564.61 lineto
  1.7509 +closepath fill
  1.7510 +1 setlinewidth
  1.7511 +solid
  1.7512 +0.000 0.000 0.000 edgecolor
  1.7513 +newpath 1625.51 2571.47 moveto
  1.7514 +1636 2570 lineto
  1.7515 +1626.88 2564.61 lineto
  1.7516 +closepath stroke
  1.7517 +grestore
  1.7518 +% deliver_route_msg_list->destroy_msg_out_list
  1.7519 +gsave
  1.7520 +1 setlinewidth
  1.7521 +solid
  1.7522 +0.000 0.000 0.000 edgecolor
  1.7523 +newpath 1511 2353 moveto
  1.7524 +1522 2349 1533 2345 1542 2339 curveto
  1.7525 +1563 2326 1558 2310 1578 2298 curveto
  1.7526 +1590 2290 1605 2284 1619 2280 curveto
  1.7527 +stroke
  1.7528 +0.000 0.000 0.000 edgecolor
  1.7529 +newpath 1620.43 2283.23 moveto
  1.7530 +1629 2277 lineto
  1.7531 +1618.42 2276.52 lineto
  1.7532 +closepath fill
  1.7533 +1 setlinewidth
  1.7534 +solid
  1.7535 +0.000 0.000 0.000 edgecolor
  1.7536 +newpath 1620.43 2283.23 moveto
  1.7537 +1629 2277 lineto
  1.7538 +1618.42 2276.52 lineto
  1.7539 +closepath stroke
  1.7540 +grestore
  1.7541 +% route_prepare_msgout
  1.7542 +gsave
  1.7543 +1 setlinewidth
  1.7544 +0.000 0.000 0.000 nodecolor
  1.7545 +2769 1986 98.87 18 ellipse_path stroke
  1.7546 +0.000 0.000 0.000 nodecolor
  1.7547 +grestore
  1.7548 +% deliver_route_msg_list->route_prepare_msgout
  1.7549 +gsave
  1.7550 +1 setlinewidth
  1.7551 +solid
  1.7552 +0.000 0.000 0.000 edgecolor
  1.7553 +newpath 1519 2355 moveto
  1.7554 +1528 2351 1536 2346 1542 2339 curveto
  1.7555 +1591 2288 1529 2235 1578 2185 curveto
  1.7556 +1728 2032 2395 1997 2660 1988 curveto
  1.7557 +stroke
  1.7558 +0.000 0.000 0.000 edgecolor
  1.7559 +newpath 2660 1991.5 moveto
  1.7560 +2670 1988 lineto
  1.7561 +2660 1984.5 lineto
  1.7562 +closepath fill
  1.7563 +1 setlinewidth
  1.7564 +solid
  1.7565 +0.000 0.000 0.000 edgecolor
  1.7566 +newpath 2660 1991.5 moveto
  1.7567 +2670 1988 lineto
  1.7568 +2660 1984.5 lineto
  1.7569 +closepath stroke
  1.7570 +grestore
  1.7571 +% deliver_route_msgout_list
  1.7572 +gsave
  1.7573 +1 setlinewidth
  1.7574 +0.000 0.000 0.000 nodecolor
  1.7575 +1705 2412 111.88 18 ellipse_path stroke
  1.7576 +0.000 0.000 0.000 nodecolor
  1.7577 +grestore
  1.7578 +% deliver_route_msg_list->deliver_route_msgout_list
  1.7579 +gsave
  1.7580 +1 setlinewidth
  1.7581 +solid
  1.7582 +0.000 0.000 0.000 edgecolor
  1.7583 +newpath 1514 2379 moveto
  1.7584 +1547 2384 1585 2391 1619 2397 curveto
  1.7585 +stroke
  1.7586 +0.000 0.000 0.000 edgecolor
  1.7587 +newpath 1618.51 2400.47 moveto
  1.7588 +1629 2399 lineto
  1.7589 +1619.88 2393.61 lineto
  1.7590 +closepath fill
  1.7591 +1 setlinewidth
  1.7592 +solid
  1.7593 +0.000 0.000 0.000 edgecolor
  1.7594 +newpath 1618.51 2400.47 moveto
  1.7595 +1629 2399 lineto
  1.7596 +1619.88 2393.61 lineto
  1.7597 +closepath stroke
  1.7598 +grestore
  1.7599 +% route_is_allowed_return_path
  1.7600 +gsave
  1.7601 +1 setlinewidth
  1.7602 +0.000 0.000 0.000 nodecolor
  1.7603 +1705 2466 127.16 18 ellipse_path stroke
  1.7604 +0.000 0.000 0.000 nodecolor
  1.7605 +grestore
  1.7606 +% deliver_route_msg_list->route_is_allowed_return_path
  1.7607 +gsave
  1.7608 +1 setlinewidth
  1.7609 +solid
  1.7610 +0.000 0.000 0.000 edgecolor
  1.7611 +newpath 1469 2383 moveto
  1.7612 +1496 2400 1538 2424 1578 2439 curveto
  1.7613 +1590 2443 1602 2446 1614 2449 curveto
  1.7614 +stroke
  1.7615 +0.000 0.000 0.000 edgecolor
  1.7616 +newpath 1613.42 2452.48 moveto
  1.7617 +1624 2452 lineto
  1.7618 +1615.43 2445.77 lineto
  1.7619 +closepath fill
  1.7620 +1 setlinewidth
  1.7621 +solid
  1.7622 +0.000 0.000 0.000 edgecolor
  1.7623 +newpath 1613.42 2452.48 moveto
  1.7624 +1624 2452 lineto
  1.7625 +1615.43 2445.77 lineto
  1.7626 +closepath stroke
  1.7627 +grestore
  1.7628 +% destroy_msg_out_list->destroy_msg_out
  1.7629 +gsave
  1.7630 +1 setlinewidth
  1.7631 +solid
  1.7632 +0.000 0.000 0.000 edgecolor
  1.7633 +newpath 1784 2276 moveto
  1.7634 +1825 2282 1874 2288 1914 2294 curveto
  1.7635 +stroke
  1.7636 +0.000 0.000 0.000 edgecolor
  1.7637 +newpath 1913.7 2297.49 moveto
  1.7638 +1924 2295 lineto
  1.7639 +1914.4 2290.52 lineto
  1.7640 +closepath fill
  1.7641 +1 setlinewidth
  1.7642 +solid
  1.7643 +0.000 0.000 0.000 edgecolor
  1.7644 +newpath 1913.7 2297.49 moveto
  1.7645 +1924 2295 lineto
  1.7646 +1914.4 2290.52 lineto
  1.7647 +closepath stroke
  1.7648 +grestore
  1.7649 +% deliver_local->msg_free_data
  1.7650 +gsave
  1.7651 +1 setlinewidth
  1.7652 +solid
  1.7653 +0.000 0.000 0.000 edgecolor
  1.7654 +newpath 2310 2677 moveto
  1.7655 +2340 2667 2383 2655 2422 2650 curveto
  1.7656 +2508 2638 2531 2641 2616 2650 curveto
  1.7657 +2624 2650 2881 2699 2886 2704 curveto
  1.7658 +2922 2734 2884 2775 2922 2802 curveto
  1.7659 +2967 2834 3120 2822 3212 2812 curveto
  1.7660 +stroke
  1.7661 +0.000 0.000 0.000 edgecolor
  1.7662 +newpath 3212.4 2815.48 moveto
  1.7663 +3222 2811 lineto
  1.7664 +3211.7 2808.51 lineto
  1.7665 +closepath fill
  1.7666 +1 setlinewidth
  1.7667 +solid
  1.7668 +0.000 0.000 0.000 edgecolor
  1.7669 +newpath 3212.4 2815.48 moveto
  1.7670 +3222 2811 lineto
  1.7671 +3211.7 2808.51 lineto
  1.7672 +closepath stroke
  1.7673 +grestore
  1.7674 +% deliver_local->deliver_finish
  1.7675 +gsave
  1.7676 +1 setlinewidth
  1.7677 +solid
  1.7678 +0.000 0.000 0.000 edgecolor
  1.7679 +newpath 2271 2673 moveto
  1.7680 +2274 2606 2294 2367 2422 2240 curveto
  1.7681 +2431 2231 2443 2225 2454 2220 curveto
  1.7682 +stroke
  1.7683 +0.000 0.000 0.000 edgecolor
  1.7684 +newpath 2455.43 2223.23 moveto
  1.7685 +2464 2217 lineto
  1.7686 +2453.42 2216.52 lineto
  1.7687 +closepath fill
  1.7688 +1 setlinewidth
  1.7689 +solid
  1.7690 +0.000 0.000 0.000 edgecolor
  1.7691 +newpath 2455.43 2223.23 moveto
  1.7692 +2464 2217 lineto
  1.7693 +2453.42 2216.52 lineto
  1.7694 +closepath stroke
  1.7695 +grestore
  1.7696 +% deliver_local->destroy_table
  1.7697 +gsave
  1.7698 +1 setlinewidth
  1.7699 +solid
  1.7700 +0.000 0.000 0.000 edgecolor
  1.7701 +newpath 2284 2709 moveto
  1.7702 +2310 2740 2362 2810 2386 2879 curveto
  1.7703 +2423 2978 2351 3036 2422 3115 curveto
  1.7704 +2477 3175 3029 3277 3219 3311 curveto
  1.7705 +stroke
  1.7706 +0.000 0.000 0.000 edgecolor
  1.7707 +newpath 3218.51 3314.47 moveto
  1.7708 +3229 3313 lineto
  1.7709 +3219.88 3307.61 lineto
  1.7710 +closepath fill
  1.7711 +1 setlinewidth
  1.7712 +solid
  1.7713 +0.000 0.000 0.000 edgecolor
  1.7714 +newpath 3218.51 3314.47 moveto
  1.7715 +3229 3313 lineto
  1.7716 +3219.88 3307.61 lineto
  1.7717 +closepath stroke
  1.7718 +grestore
  1.7719 +% deliver_local->addr_string
  1.7720 +gsave
  1.7721 +1 setlinewidth
  1.7722 +solid
  1.7723 +0.000 0.000 0.000 edgecolor
  1.7724 +newpath 2276 2673 moveto
  1.7725 +2296 2612 2362 2408 2386 2235 curveto
  1.7726 +2394 2183 2389 1338 2422 1299 curveto
  1.7727 +2480 1233 2554 1322 2616 1261 curveto
  1.7728 +2669 1210 2606 1156 2652 1099 curveto
  1.7729 +2673 1075 3100 897 3240 839 curveto
  1.7730 +stroke
  1.7731 +0.000 0.000 0.000 edgecolor
  1.7732 +newpath 3242.02 841.96 moveto
  1.7733 +3250 835 lineto
  1.7734 +3239.42 835.46 lineto
  1.7735 +closepath fill
  1.7736 +1 setlinewidth
  1.7737 +solid
  1.7738 +0.000 0.000 0.000 edgecolor
  1.7739 +newpath 3242.02 841.96 moveto
  1.7740 +3250 835 lineto
  1.7741 +3239.42 835.46 lineto
  1.7742 +closepath stroke
  1.7743 +grestore
  1.7744 +% deliver_local->spool_read_data
  1.7745 +gsave
  1.7746 +1 setlinewidth
  1.7747 +solid
  1.7748 +0.000 0.000 0.000 edgecolor
  1.7749 +newpath 2274 2673 moveto
  1.7750 +2291 2599 2356 2323 2422 2268 curveto
  1.7751 +2490 2211 2557 2299 2616 2235 curveto
  1.7752 +2675 2171 2594 1913 2652 1850 curveto
  1.7753 +2724 1771 2813 1883 2886 1807 curveto
  1.7754 +2963 1727 2844 1637 2922 1560 curveto
  1.7755 +2941 1541 3099 1525 3200 1518 curveto
  1.7756 +stroke
  1.7757 +0.000 0.000 0.000 edgecolor
  1.7758 +newpath 3200.4 1521.48 moveto
  1.7759 +3210 1517 lineto
  1.7760 +3199.7 1514.51 lineto
  1.7761 +closepath fill
  1.7762 +1 setlinewidth
  1.7763 +solid
  1.7764 +0.000 0.000 0.000 edgecolor
  1.7765 +newpath 3200.4 1521.48 moveto
  1.7766 +3210 1517 lineto
  1.7767 +3199.7 1514.51 lineto
  1.7768 +closepath stroke
  1.7769 +grestore
  1.7770 +% deliver_local->var_table_msg
  1.7771 +gsave
  1.7772 +1 setlinewidth
  1.7773 +solid
  1.7774 +0.000 0.000 0.000 edgecolor
  1.7775 +newpath 2326 2684 moveto
  1.7776 +2395 2677 2515 2669 2616 2683 curveto
  1.7777 +2633 2685 2636 2689 2652 2693 curveto
  1.7778 +2756 2716 2804 2670 2886 2737 curveto
  1.7779 +2919 2763 2889 2799 2922 2824 curveto
  1.7780 +3009 2887 3141 2881 3220 2870 curveto
  1.7781 +stroke
  1.7782 +0.000 0.000 0.000 edgecolor
  1.7783 +newpath 3220.88 2873.39 moveto
  1.7784 +3230 2868 lineto
  1.7785 +3219.51 2866.53 lineto
  1.7786 +closepath fill
  1.7787 +1 setlinewidth
  1.7788 +solid
  1.7789 +0.000 0.000 0.000 edgecolor
  1.7790 +newpath 3220.88 2873.39 moveto
  1.7791 +3230 2868 lineto
  1.7792 +3219.51 2866.53 lineto
  1.7793 +closepath stroke
  1.7794 +grestore
  1.7795 +% deliver_local->expand
  1.7796 +gsave
  1.7797 +1 setlinewidth
  1.7798 +solid
  1.7799 +0.000 0.000 0.000 edgecolor
  1.7800 +newpath 2284 2709 moveto
  1.7801 +2309 2741 2360 2811 2386 2879 curveto
  1.7802 +2417 2958 2361 3007 2422 3067 curveto
  1.7803 +2538 3180 3069 3187 3234 3185 curveto
  1.7804 +stroke
  1.7805 +0.000 0.000 0.000 edgecolor
  1.7806 +newpath 3234 3188.5 moveto
  1.7807 +3244 3185 lineto
  1.7808 +3234 3181.5 lineto
  1.7809 +closepath fill
  1.7810 +1 setlinewidth
  1.7811 +solid
  1.7812 +0.000 0.000 0.000 edgecolor
  1.7813 +newpath 3234 3188.5 moveto
  1.7814 +3244 3185 lineto
  1.7815 +3234 3181.5 lineto
  1.7816 +closepath stroke
  1.7817 +grestore
  1.7818 +% deliver_local->create_header
  1.7819 +gsave
  1.7820 +1 setlinewidth
  1.7821 +solid
  1.7822 +0.000 0.000 0.000 edgecolor
  1.7823 +newpath 2274 2673 moveto
  1.7824 +2289 2606 2345 2367 2422 2181 curveto
  1.7825 +2505 1981 2487 1891 2652 1753 curveto
  1.7826 +2736 1682 2816 1760 2886 1677 curveto
  1.7827 +2959 1590 2842 1504 2922 1425 curveto
  1.7828 +2942 1405 3111 1389 3211 1382 curveto
  1.7829 +stroke
  1.7830 +0.000 0.000 0.000 edgecolor
  1.7831 +newpath 3211.4 1385.48 moveto
  1.7832 +3221 1381 lineto
  1.7833 +3210.7 1378.51 lineto
  1.7834 +closepath fill
  1.7835 +1 setlinewidth
  1.7836 +solid
  1.7837 +0.000 0.000 0.000 edgecolor
  1.7838 +newpath 3211.4 1385.48 moveto
  1.7839 +3221 1381 lineto
  1.7840 +3210.7 1378.51 lineto
  1.7841 +closepath stroke
  1.7842 +grestore
  1.7843 +% deliver_local->destroy_header
  1.7844 +gsave
  1.7845 +1 setlinewidth
  1.7846 +solid
  1.7847 +0.000 0.000 0.000 edgecolor
  1.7848 +newpath 2275 2673 moveto
  1.7849 +2289 2621 2336 2470 2422 2378 curveto
  1.7850 +2490 2305 2558 2348 2616 2268 curveto
  1.7851 +2664 2202 2595 2145 2652 2089 curveto
  1.7852 +2728 2014 2811 2119 2886 2046 curveto
  1.7853 +2942 1991 2866 1927 2922 1875 curveto
  1.7854 +2942 1856 3106 1840 3206 1832 curveto
  1.7855 +stroke
  1.7856 +0.000 0.000 0.000 edgecolor
  1.7857 +newpath 3206.4 1835.48 moveto
  1.7858 +3216 1831 lineto
  1.7859 +3205.7 1828.51 lineto
  1.7860 +closepath fill
  1.7861 +1 setlinewidth
  1.7862 +solid
  1.7863 +0.000 0.000 0.000 edgecolor
  1.7864 +newpath 3206.4 1835.48 moveto
  1.7865 +3216 1831 lineto
  1.7866 +3205.7 1828.51 lineto
  1.7867 +closepath stroke
  1.7868 +grestore
  1.7869 +% deliver_local->pipe_out
  1.7870 +gsave
  1.7871 +1 setlinewidth
  1.7872 +solid
  1.7873 +0.000 0.000 0.000 edgecolor
  1.7874 +newpath 2312 2704 moveto
  1.7875 +2343 2713 2385 2726 2422 2737 curveto
  1.7876 +2438 2741 2455 2746 2471 2750 curveto
  1.7877 +stroke
  1.7878 +0.000 0.000 0.000 edgecolor
  1.7879 +newpath 2470.42 2753.48 moveto
  1.7880 +2481 2753 lineto
  1.7881 +2472.43 2746.77 lineto
  1.7882 +closepath fill
  1.7883 +1 setlinewidth
  1.7884 +solid
  1.7885 +0.000 0.000 0.000 edgecolor
  1.7886 +newpath 2470.42 2753.48 moveto
  1.7887 +2481 2753 lineto
  1.7888 +2472.43 2746.77 lineto
  1.7889 +closepath stroke
  1.7890 +grestore
  1.7891 +% deliver_local->addr_find_ancestor
  1.7892 +gsave
  1.7893 +1 setlinewidth
  1.7894 +solid
  1.7895 +0.000 0.000 0.000 edgecolor
  1.7896 +newpath 2289 2708 moveto
  1.7897 +2317 2732 2369 2772 2422 2791 curveto
  1.7898 +2504 2819 2603 2824 2675 2823 curveto
  1.7899 +stroke
  1.7900 +0.000 0.000 0.000 edgecolor
  1.7901 +newpath 2675 2826.5 moveto
  1.7902 +2685 2823 lineto
  1.7903 +2675 2819.5 lineto
  1.7904 +closepath fill
  1.7905 +1 setlinewidth
  1.7906 +solid
  1.7907 +0.000 0.000 0.000 edgecolor
  1.7908 +newpath 2675 2826.5 moveto
  1.7909 +2685 2823 lineto
  1.7910 +2675 2819.5 lineto
  1.7911 +closepath stroke
  1.7912 +grestore
  1.7913 +% deliver_local->delivery_failures
  1.7914 +gsave
  1.7915 +1 setlinewidth
  1.7916 +solid
  1.7917 +0.000 0.000 0.000 edgecolor
  1.7918 +newpath 2286 2709 moveto
  1.7919 +2312 2737 2366 2791 2422 2824 curveto
  1.7920 +2433 2830 2446 2835 2458 2840 curveto
  1.7921 +stroke
  1.7922 +0.000 0.000 0.000 edgecolor
  1.7923 +newpath 2457.42 2843.48 moveto
  1.7924 +2468 2843 lineto
  1.7925 +2459.43 2836.77 lineto
  1.7926 +closepath fill
  1.7927 +1 setlinewidth
  1.7928 +solid
  1.7929 +0.000 0.000 0.000 edgecolor
  1.7930 +newpath 2457.42 2843.48 moveto
  1.7931 +2468 2843 lineto
  1.7932 +2459.43 2836.77 lineto
  1.7933 +closepath stroke
  1.7934 +grestore
  1.7935 +% deliver_local->var_table_rcpt
  1.7936 +gsave
  1.7937 +1 setlinewidth
  1.7938 +solid
  1.7939 +0.000 0.000 0.000 edgecolor
  1.7940 +newpath 2281 2709 moveto
  1.7941 +2316 2765 2421 2935 2422 2937 curveto
  1.7942 +2444 2965 2473 2995 2494 3016 curveto
  1.7943 +stroke
  1.7944 +0.000 0.000 0.000 edgecolor
  1.7945 +newpath 2491.45 3018.4 moveto
  1.7946 +2501 3023 lineto
  1.7947 +2496.4 3013.45 lineto
  1.7948 +closepath fill
  1.7949 +1 setlinewidth
  1.7950 +solid
  1.7951 +0.000 0.000 0.000 edgecolor
  1.7952 +newpath 2491.45 3018.4 moveto
  1.7953 +2501 3023 lineto
  1.7954 +2496.4 3013.45 lineto
  1.7955 +closepath stroke
  1.7956 +grestore
  1.7957 +% deliver_local->append_file
  1.7958 +gsave
  1.7959 +1 setlinewidth
  1.7960 +solid
  1.7961 +0.000 0.000 0.000 edgecolor
  1.7962 +newpath 2329 2695 moveto
  1.7963 +2367 2698 2415 2702 2454 2705 curveto
  1.7964 +stroke
  1.7965 +0.000 0.000 0.000 edgecolor
  1.7966 +newpath 2453.7 2708.49 moveto
  1.7967 +2464 2706 lineto
  1.7968 +2454.4 2701.52 lineto
  1.7969 +closepath fill
  1.7970 +1 setlinewidth
  1.7971 +solid
  1.7972 +0.000 0.000 0.000 edgecolor
  1.7973 +newpath 2453.7 2708.49 moveto
  1.7974 +2464 2706 lineto
  1.7975 +2454.4 2701.52 lineto
  1.7976 +closepath stroke
  1.7977 +grestore
  1.7978 +% _g_list_strcasecmp
  1.7979 +gsave
  1.7980 +1 setlinewidth
  1.7981 +0.000 0.000 0.000 nodecolor
  1.7982 +2519 2910 86.86 18 ellipse_path stroke
  1.7983 +0.000 0.000 0.000 nodecolor
  1.7984 +grestore
  1.7985 +% deliver_local->_g_list_strcasecmp
  1.7986 +gsave
  1.7987 +1 setlinewidth
  1.7988 +dotted
  1.7989 +0.000 0.000 0.000 edgecolor
  1.7990 +newpath 2279 2709 moveto
  1.7991 +2300 2747 2352 2836 2422 2883 curveto
  1.7992 +2429 2887 2437 2891 2445 2894 curveto
  1.7993 +stroke
  1.7994 +0.000 0.000 0.000 edgecolor
  1.7995 +newpath 2444.42 2897.54 moveto
  1.7996 +2455 2898 lineto
  1.7997 +2447.02 2891.04 lineto
  1.7998 +closepath fill
  1.7999 +1 setlinewidth
  1.8000 +solid
  1.8001 +0.000 0.000 0.000 edgecolor
  1.8002 +newpath 2444.42 2897.54 moveto
  1.8003 +2455 2898 lineto
  1.8004 +2447.02 2891.04 lineto
  1.8005 +closepath stroke
  1.8006 +grestore
  1.8007 +% create_local_route->resolve_byname
  1.8008 +gsave
  1.8009 +1 setlinewidth
  1.8010 +dotted
  1.8011 +0.000 0.000 0.000 edgecolor
  1.8012 +newpath 1260 2173 moveto
  1.8013 +1277 2167 1294 2159 1306 2147 curveto
  1.8014 +1346 2106 1301 2063 1342 2025 curveto
  1.8015 +1463 1911 1540 1940 1705 1940 curveto
  1.8016 +1705 1940 1705 1940 2519 1940 curveto
  1.8017 +2683 1940 2726 1927 2886 1959 curveto
  1.8018 +3020 1985 3169 2047 3241 2080 curveto
  1.8019 +stroke
  1.8020 +0.000 0.000 0.000 edgecolor
  1.8021 +newpath 3239.44 2083.14 moveto
  1.8022 +3250 2084 lineto
  1.8023 +3242.28 2076.74 lineto
  1.8024 +closepath fill
  1.8025 +1 setlinewidth
  1.8026 +solid
  1.8027 +0.000 0.000 0.000 edgecolor
  1.8028 +newpath 3239.44 2083.14 moveto
  1.8029 +3250 2084 lineto
  1.8030 +3242.28 2076.74 lineto
  1.8031 +closepath stroke
  1.8032 +grestore
  1.8033 +% queue_list
  1.8034 +gsave
  1.8035 +1 setlinewidth
  1.8036 +0.000 0.000 0.000 nodecolor
  1.8037 +373 624 50.03 18 ellipse_path stroke
  1.8038 +0.000 0.000 0.000 nodecolor
  1.8039 +grestore
  1.8040 +% queue_list->read_queue
  1.8041 +gsave
  1.8042 +1 setlinewidth
  1.8043 +solid
  1.8044 +0.000 0.000 0.000 edgecolor
  1.8045 +newpath 421 628 moveto
  1.8046 +437 632 453 639 464 651 curveto
  1.8047 +524 718 482 762 500 849 curveto
  1.8048 +523 954 556 1077 570 1130 curveto
  1.8049 +stroke
  1.8050 +0.000 0.000 0.000 edgecolor
  1.8051 +newpath 566.77 1131.43 moveto
  1.8052 +573 1140 lineto
  1.8053 +573.48 1129.42 lineto
  1.8054 +closepath fill
  1.8055 +1 setlinewidth
  1.8056 +solid
  1.8057 +0.000 0.000 0.000 edgecolor
  1.8058 +newpath 566.77 1131.43 moveto
  1.8059 +573 1140 lineto
  1.8060 +573.48 1129.42 lineto
  1.8061 +closepath stroke
  1.8062 +grestore
  1.8063 +% queue_list->addr_string
  1.8064 +gsave
  1.8065 +1 setlinewidth
  1.8066 +solid
  1.8067 +0.000 0.000 0.000 edgecolor
  1.8068 +newpath 422 620 moveto
  1.8069 +603 603 1239 548 1442 548 curveto
  1.8070 +1442 548 1442 548 1705 548 curveto
  1.8071 +1785 548 3079 553 3140 604 curveto
  1.8072 +3198 653 3130 711 3176 769 curveto
  1.8073 +3190 786 3211 798 3231 806 curveto
  1.8074 +stroke
  1.8075 +0.000 0.000 0.000 edgecolor
  1.8076 +newpath 3229.44 809.14 moveto
  1.8077 +3240 810 lineto
  1.8078 +3232.28 802.74 lineto
  1.8079 +closepath fill
  1.8080 +1 setlinewidth
  1.8081 +solid
  1.8082 +0.000 0.000 0.000 edgecolor
  1.8083 +newpath 3229.44 809.14 moveto
  1.8084 +3240 810 lineto
  1.8085 +3232.28 802.74 lineto
  1.8086 +closepath stroke
  1.8087 +grestore
  1.8088 +% accept_connect
  1.8089 +gsave
  1.8090 +1 setlinewidth
  1.8091 +0.000 0.000 0.000 nodecolor
  1.8092 +373 770 72.96 18 ellipse_path stroke
  1.8093 +0.000 0.000 0.000 nodecolor
  1.8094 +grestore
  1.8095 +% accept_connect->sigchld_handler
  1.8096 +gsave
  1.8097 +1 setlinewidth
  1.8098 +dotted
  1.8099 +0.000 0.000 0.000 edgecolor
  1.8100 +newpath 441 763 moveto
  1.8101 +460 761 481 760 500 758 curveto
  1.8102 +stroke
  1.8103 +0.000 0.000 0.000 edgecolor
  1.8104 +newpath 500.4 761.48 moveto
  1.8105 +510 757 lineto
  1.8106 +499.7 754.51 lineto
  1.8107 +closepath fill
  1.8108 +1 setlinewidth
  1.8109 +solid
  1.8110 +0.000 0.000 0.000 edgecolor
  1.8111 +newpath 500.4 761.48 moveto
  1.8112 +510 757 lineto
  1.8113 +499.7 754.51 lineto
  1.8114 +closepath stroke
  1.8115 +grestore
  1.8116 +% accept_connect->smtp_in
  1.8117 +gsave
  1.8118 +1 setlinewidth
  1.8119 +solid
  1.8120 +0.000 0.000 0.000 edgecolor
  1.8121 +newpath 424 783 moveto
  1.8122 +458 791 500 802 532 810 curveto
  1.8123 +stroke
  1.8124 +0.000 0.000 0.000 edgecolor
  1.8125 +newpath 531.42 813.48 moveto
  1.8126 +542 813 lineto
  1.8127 +533.43 806.77 lineto
  1.8128 +closepath fill
  1.8129 +1 setlinewidth
  1.8130 +solid
  1.8131 +0.000 0.000 0.000 edgecolor
  1.8132 +newpath 531.42 813.48 moveto
  1.8133 +542 813 lineto
  1.8134 +533.43 806.77 lineto
  1.8135 +closepath stroke
  1.8136 +grestore
  1.8137 +% queue_delete
  1.8138 +gsave
  1.8139 +1 setlinewidth
  1.8140 +0.000 0.000 0.000 nodecolor
  1.8141 +961 952 61.84 18 ellipse_path stroke
  1.8142 +0.000 0.000 0.000 nodecolor
  1.8143 +grestore
  1.8144 +% queue_delete->spool_unlock
  1.8145 +gsave
  1.8146 +1 setlinewidth
  1.8147 +solid
  1.8148 +0.000 0.000 0.000 edgecolor
  1.8149 +newpath 1003 939 moveto
  1.8150 +1041 927 1097 909 1137 896 curveto
  1.8151 +stroke
  1.8152 +0.000 0.000 0.000 edgecolor
  1.8153 +newpath 1138.43 899.23 moveto
  1.8154 +1147 893 lineto
  1.8155 +1136.42 892.52 lineto
  1.8156 +closepath fill
  1.8157 +1 setlinewidth
  1.8158 +solid
  1.8159 +0.000 0.000 0.000 edgecolor
  1.8160 +newpath 1138.43 899.23 moveto
  1.8161 +1147 893 lineto
  1.8162 +1136.42 892.52 lineto
  1.8163 +closepath stroke
  1.8164 +grestore
  1.8165 +% queue_delete->spool_lock
  1.8166 +gsave
  1.8167 +1 setlinewidth
  1.8168 +solid
  1.8169 +0.000 0.000 0.000 edgecolor
  1.8170 +newpath 1023 952 moveto
  1.8171 +1055 952 1092 952 1124 952 curveto
  1.8172 +stroke
  1.8173 +0.000 0.000 0.000 edgecolor
  1.8174 +newpath 1124 955.5 moveto
  1.8175 +1134 952 lineto
  1.8176 +1124 948.5 lineto
  1.8177 +closepath fill
  1.8178 +1 setlinewidth
  1.8179 +solid
  1.8180 +0.000 0.000 0.000 edgecolor
  1.8181 +newpath 1124 955.5 moveto
  1.8182 +1134 952 lineto
  1.8183 +1124 948.5 lineto
  1.8184 +closepath stroke
  1.8185 +grestore
  1.8186 +% rewrite_headers
  1.8187 +gsave
  1.8188 +1 setlinewidth
  1.8189 +0.000 0.000 0.000 nodecolor
  1.8190 +3031 1734 71.77 18 ellipse_path stroke
  1.8191 +0.000 0.000 0.000 nodecolor
  1.8192 +grestore
  1.8193 +% rewrite_headers->create_header
  1.8194 +gsave
  1.8195 +1 setlinewidth
  1.8196 +solid
  1.8197 +0.000 0.000 0.000 edgecolor
  1.8198 +newpath 3039 1716 moveto
  1.8199 +3068 1647 3170 1409 3176 1404 curveto
  1.8200 +3186 1395 3199 1389 3212 1385 curveto
  1.8201 +stroke
  1.8202 +0.000 0.000 0.000 edgecolor
  1.8203 +newpath 3213.43 1388.23 moveto
  1.8204 +3222 1382 lineto
  1.8205 +3211.42 1381.52 lineto
  1.8206 +closepath fill
  1.8207 +1 setlinewidth
  1.8208 +solid
  1.8209 +0.000 0.000 0.000 edgecolor
  1.8210 +newpath 3213.43 1388.23 moveto
  1.8211 +3222 1382 lineto
  1.8212 +3211.42 1381.52 lineto
  1.8213 +closepath stroke
  1.8214 +grestore
  1.8215 +% rewrite_headers->map_address_header
  1.8216 +gsave
  1.8217 +1 setlinewidth
  1.8218 +solid
  1.8219 +0.000 0.000 0.000 edgecolor
  1.8220 +newpath 3087 1723 moveto
  1.8221 +3105 1718 3124 1711 3140 1702 curveto
  1.8222 +3159 1691 3157 1679 3176 1669 curveto
  1.8223 +3185 1665 3195 1661 3204 1657 curveto
  1.8224 +stroke
  1.8225 +0.000 0.000 0.000 edgecolor
  1.8226 +newpath 3205.43 1660.23 moveto
  1.8227 +3214 1654 lineto
  1.8228 +3203.42 1653.52 lineto
  1.8229 +closepath fill
  1.8230 +1 setlinewidth
  1.8231 +solid
  1.8232 +0.000 0.000 0.000 edgecolor
  1.8233 +newpath 3205.43 1660.23 moveto
  1.8234 +3214 1654 lineto
  1.8235 +3203.42 1653.52 lineto
  1.8236 +closepath stroke
  1.8237 +grestore
  1.8238 +% set_address_header_domain
  1.8239 +gsave
  1.8240 +1 setlinewidth
  1.8241 +0.000 0.000 0.000 nodecolor
  1.8242 +3805 1677 121.8 18 ellipse_path stroke
  1.8243 +0.000 0.000 0.000 nodecolor
  1.8244 +grestore
  1.8245 +% rewrite_headers->set_address_header_domain
  1.8246 +gsave
  1.8247 +1 setlinewidth
  1.8248 +solid
  1.8249 +0.000 0.000 0.000 edgecolor
  1.8250 +newpath 3104 1733 moveto
  1.8251 +3177 1732 3292 1730 3392 1723 curveto
  1.8252 +3499 1715 3620 1701 3704 1690 curveto
  1.8253 +stroke
  1.8254 +0.000 0.000 0.000 edgecolor
  1.8255 +newpath 3704.4 1693.48 moveto
  1.8256 +3714 1689 lineto
  1.8257 +3703.7 1686.51 lineto
  1.8258 +closepath fill
  1.8259 +1 setlinewidth
  1.8260 +solid
  1.8261 +0.000 0.000 0.000 edgecolor
  1.8262 +newpath 3704.4 1693.48 moveto
  1.8263 +3714 1689 lineto
  1.8264 +3703.7 1686.51 lineto
  1.8265 +closepath stroke
  1.8266 +grestore
  1.8267 +% copy_header
  1.8268 +gsave
  1.8269 +1 setlinewidth
  1.8270 +0.000 0.000 0.000 nodecolor
  1.8271 +3284 1696 61.84 18 ellipse_path stroke
  1.8272 +0.000 0.000 0.000 nodecolor
  1.8273 +grestore
  1.8274 +% rewrite_headers->copy_header
  1.8275 +gsave
  1.8276 +1 setlinewidth
  1.8277 +solid
  1.8278 +0.000 0.000 0.000 edgecolor
  1.8279 +newpath 3093 1725 moveto
  1.8280 +3131 1719 3179 1711 3218 1706 curveto
  1.8281 +stroke
  1.8282 +0.000 0.000 0.000 edgecolor
  1.8283 +newpath 3218.88 1709.39 moveto
  1.8284 +3228 1704 lineto
  1.8285 +3217.51 1702.53 lineto
  1.8286 +closepath fill
  1.8287 +1 setlinewidth
  1.8288 +solid
  1.8289 +0.000 0.000 0.000 edgecolor
  1.8290 +newpath 3218.88 1709.39 moveto
  1.8291 +3228 1704 lineto
  1.8292 +3217.51 1702.53 lineto
  1.8293 +closepath stroke
  1.8294 +grestore
  1.8295 +% set_address_header_domain->parse_address_rfc822
  1.8296 +gsave
  1.8297 +1 setlinewidth
  1.8298 +solid
  1.8299 +0.000 0.000 0.000 edgecolor
  1.8300 +newpath 3873 1662 moveto
  1.8301 +3909 1654 3953 1644 3989 1636 curveto
  1.8302 +stroke
  1.8303 +0.000 0.000 0.000 edgecolor
  1.8304 +newpath 3989.88 1639.39 moveto
  1.8305 +3999 1634 lineto
  1.8306 +3988.51 1632.53 lineto
  1.8307 +closepath fill
  1.8308 +1 setlinewidth
  1.8309 +solid
  1.8310 +0.000 0.000 0.000 edgecolor
  1.8311 +newpath 3989.88 1639.39 moveto
  1.8312 +3999 1634 lineto
  1.8313 +3988.51 1632.53 lineto
  1.8314 +closepath stroke
  1.8315 +grestore
  1.8316 +% listen_port
  1.8317 +gsave
  1.8318 +1 setlinewidth
  1.8319 +0.000 0.000 0.000 nodecolor
  1.8320 +170 770 52.12 18 ellipse_path stroke
  1.8321 +0.000 0.000 0.000 nodecolor
  1.8322 +grestore
  1.8323 +% listen_port->make_server_socket
  1.8324 +gsave
  1.8325 +1 setlinewidth
  1.8326 +solid
  1.8327 +0.000 0.000 0.000 edgecolor
  1.8328 +newpath 197 754 moveto
  1.8329 +219 742 252 723 282 710 curveto
  1.8330 +293 705 305 701 317 696 curveto
  1.8331 +stroke
  1.8332 +0.000 0.000 0.000 edgecolor
  1.8333 +newpath 317.62 699.48 moveto
  1.8334 +326 693 lineto
  1.8335 +315.41 692.84 lineto
  1.8336 +closepath fill
  1.8337 +1 setlinewidth
  1.8338 +solid
  1.8339 +0.000 0.000 0.000 edgecolor
  1.8340 +newpath 317.62 699.48 moveto
  1.8341 +326 693 lineto
  1.8342 +315.41 692.84 lineto
  1.8343 +closepath stroke
  1.8344 +grestore
  1.8345 +% listen_port->sighup_handler
  1.8346 +gsave
  1.8347 +1 setlinewidth
  1.8348 +dotted
  1.8349 +0.000 0.000 0.000 edgecolor
  1.8350 +newpath 212 781 moveto
  1.8351 +241 789 281 800 314 808 curveto
  1.8352 +stroke
  1.8353 +0.000 0.000 0.000 edgecolor
  1.8354 +newpath 313.42 811.48 moveto
  1.8355 +324 811 lineto
  1.8356 +315.43 804.77 lineto
  1.8357 +closepath fill
  1.8358 +1 setlinewidth
  1.8359 +solid
  1.8360 +0.000 0.000 0.000 edgecolor
  1.8361 +newpath 313.42 811.48 moveto
  1.8362 +324 811 lineto
  1.8363 +315.43 804.77 lineto
  1.8364 +closepath stroke
  1.8365 +grestore
  1.8366 +% listen_port->sigchld_handler
  1.8367 +gsave
  1.8368 +1 setlinewidth
  1.8369 +dotted
  1.8370 +0.000 0.000 0.000 edgecolor
  1.8371 +newpath 210 758 moveto
  1.8372 +231 753 258 746 282 743 curveto
  1.8373 +356 734 441 738 501 742 curveto
  1.8374 +stroke
  1.8375 +0.000 0.000 0.000 edgecolor
  1.8376 +newpath 500.7 745.49 moveto
  1.8377 +511 743 lineto
  1.8378 +501.4 738.52 lineto
  1.8379 +closepath fill
  1.8380 +1 setlinewidth
  1.8381 +solid
  1.8382 +0.000 0.000 0.000 edgecolor
  1.8383 +newpath 500.7 745.49 moveto
  1.8384 +511 743 lineto
  1.8385 +501.4 738.52 lineto
  1.8386 +closepath stroke
  1.8387 +grestore
  1.8388 +% listen_port->queue_run
  1.8389 +gsave
  1.8390 +1 setlinewidth
  1.8391 +solid
  1.8392 +0.000 0.000 0.000 edgecolor
  1.8393 +newpath 199 785 moveto
  1.8394 +214 795 233 808 246 825 curveto
  1.8395 +321 923 356 1069 368 1130 curveto
  1.8396 +stroke
  1.8397 +0.000 0.000 0.000 edgecolor
  1.8398 +newpath 364.61 1130.88 moveto
  1.8399 +370 1140 lineto
  1.8400 +371.47 1129.51 lineto
  1.8401 +closepath fill
  1.8402 +1 setlinewidth
  1.8403 +solid
  1.8404 +0.000 0.000 0.000 edgecolor
  1.8405 +newpath 364.61 1130.88 moveto
  1.8406 +370 1140 lineto
  1.8407 +371.47 1129.51 lineto
  1.8408 +closepath stroke
  1.8409 +grestore
  1.8410 +% listen_port->accept_connect
  1.8411 +gsave
  1.8412 +1 setlinewidth
  1.8413 +solid
  1.8414 +0.000 0.000 0.000 edgecolor
  1.8415 +newpath 222 770 moveto
  1.8416 +243 770 267 770 290 770 curveto
  1.8417 +stroke
  1.8418 +0.000 0.000 0.000 edgecolor
  1.8419 +newpath 290 773.5 moveto
  1.8420 +300 770 lineto
  1.8421 +290 766.5 lineto
  1.8422 +closepath fill
  1.8423 +1 setlinewidth
  1.8424 +solid
  1.8425 +0.000 0.000 0.000 edgecolor
  1.8426 +newpath 290 773.5 moveto
  1.8427 +300 770 lineto
  1.8428 +290 766.5 lineto
  1.8429 +closepath stroke
  1.8430 +grestore
  1.8431 +% route_prepare_msgout->copy_modify_address
  1.8432 +gsave
  1.8433 +1 setlinewidth
  1.8434 +solid
  1.8435 +0.000 0.000 0.000 edgecolor
  1.8436 +newpath 2798 2003 moveto
  1.8437 +2825 2021 2864 2052 2886 2089 curveto
  1.8438 +2924 2151 2877 2192 2922 2249 curveto
  1.8439 +2993 2336 3121 2380 3204 2401 curveto
  1.8440 +stroke
  1.8441 +0.000 0.000 0.000 edgecolor
  1.8442 +newpath 3203.51 2404.47 moveto
  1.8443 +3214 2403 lineto
  1.8444 +3204.88 2397.61 lineto
  1.8445 +closepath fill
  1.8446 +1 setlinewidth
  1.8447 +solid
  1.8448 +0.000 0.000 0.000 edgecolor
  1.8449 +newpath 3203.51 2404.47 moveto
  1.8450 +3214 2403 lineto
  1.8451 +3204.88 2397.61 lineto
  1.8452 +closepath stroke
  1.8453 +grestore
  1.8454 +% route_prepare_msgout->table_find_fnmatch
  1.8455 +gsave
  1.8456 +1 setlinewidth
  1.8457 +solid
  1.8458 +0.000 0.000 0.000 edgecolor
  1.8459 +newpath 2801 1969 moveto
  1.8460 +2827 1953 2863 1928 2886 1898 curveto
  1.8461 +2913 1862 2886 1829 2922 1804 curveto
  1.8462 +3005 1745 3301 1765 3450 1779 curveto
  1.8463 +stroke
  1.8464 +0.000 0.000 0.000 edgecolor
  1.8465 +newpath 3449.7 1782.49 moveto
  1.8466 +3460 1780 lineto
  1.8467 +3450.4 1775.52 lineto
  1.8468 +closepath fill
  1.8469 +1 setlinewidth
  1.8470 +solid
  1.8471 +0.000 0.000 0.000 edgecolor
  1.8472 +newpath 3449.7 1782.49 moveto
  1.8473 +3460 1780 lineto
  1.8474 +3450.4 1775.52 lineto
  1.8475 +closepath stroke
  1.8476 +grestore
  1.8477 +% route_prepare_msgout->rewrite_headers
  1.8478 +gsave
  1.8479 +1 setlinewidth
  1.8480 +solid
  1.8481 +0.000 0.000 0.000 edgecolor
  1.8482 +newpath 2813 1970 moveto
  1.8483 +2838 1958 2868 1941 2886 1916 curveto
  1.8484 +2927 1860 2875 1815 2922 1766 curveto
  1.8485 +2931 1756 2943 1749 2955 1744 curveto
  1.8486 +stroke
  1.8487 +0.000 0.000 0.000 edgecolor
  1.8488 +newpath 2956.43 1747.23 moveto
  1.8489 +2965 1741 lineto
  1.8490 +2954.42 1740.52 lineto
  1.8491 +closepath fill
  1.8492 +1 setlinewidth
  1.8493 +solid
  1.8494 +0.000 0.000 0.000 edgecolor
  1.8495 +newpath 2956.43 1747.23 moveto
  1.8496 +2965 1741 lineto
  1.8497 +2954.42 1740.52 lineto
  1.8498 +closepath stroke
  1.8499 +grestore
  1.8500 +% deliver_route_msgout_list->deliver_msglist_host
  1.8501 +gsave
  1.8502 +1 setlinewidth
  1.8503 +solid
  1.8504 +0.000 0.000 0.000 edgecolor
  1.8505 +newpath 1817 2412 moveto
  1.8506 +1841 2412 1868 2412 1892 2412 curveto
  1.8507 +stroke
  1.8508 +0.000 0.000 0.000 edgecolor
  1.8509 +newpath 1892 2415.5 moveto
  1.8510 +1902 2412 lineto
  1.8511 +1892 2408.5 lineto
  1.8512 +closepath fill
  1.8513 +1 setlinewidth
  1.8514 +solid
  1.8515 +0.000 0.000 0.000 edgecolor
  1.8516 +newpath 1892 2415.5 moveto
  1.8517 +1902 2412 lineto
  1.8518 +1892 2408.5 lineto
  1.8519 +closepath stroke
  1.8520 +grestore
  1.8521 +% destroy_msgout_perhost
  1.8522 +gsave
  1.8523 +1 setlinewidth
  1.8524 +0.000 0.000 0.000 nodecolor
  1.8525 +1993 2466 107.9 18 ellipse_path stroke
  1.8526 +0.000 0.000 0.000 nodecolor
  1.8527 +grestore
  1.8528 +% deliver_route_msgout_list->destroy_msgout_perhost
  1.8529 +gsave
  1.8530 +1 setlinewidth
  1.8531 +solid
  1.8532 +0.000 0.000 0.000 edgecolor
  1.8533 +newpath 1778 2426 moveto
  1.8534 +1818 2433 1869 2442 1910 2451 curveto
  1.8535 +stroke
  1.8536 +0.000 0.000 0.000 edgecolor
  1.8537 +newpath 1909.51 2454.47 moveto
  1.8538 +1920 2453 lineto
  1.8539 +1910.88 2447.61 lineto
  1.8540 +closepath fill
  1.8541 +1 setlinewidth
  1.8542 +solid
  1.8543 +0.000 0.000 0.000 edgecolor
  1.8544 +newpath 1909.51 2454.47 moveto
  1.8545 +1920 2453 lineto
  1.8546 +1910.88 2447.61 lineto
  1.8547 +closepath stroke
  1.8548 +grestore
  1.8549 +% route_msgout_list
  1.8550 +gsave
  1.8551 +1 setlinewidth
  1.8552 +0.000 0.000 0.000 nodecolor
  1.8553 +1993 3162 80.8 18 ellipse_path stroke
  1.8554 +0.000 0.000 0.000 nodecolor
  1.8555 +grestore
  1.8556 +% deliver_route_msgout_list->route_msgout_list
  1.8557 +gsave
  1.8558 +1 setlinewidth
  1.8559 +solid
  1.8560 +0.000 0.000 0.000 edgecolor
  1.8561 +newpath 1805 2420 moveto
  1.8562 +1815 2425 1825 2431 1832 2439 curveto
  1.8563 +1886 2498 1852 2717 1868 2795 curveto
  1.8564 +1896 2926 1956 3074 1981 3135 curveto
  1.8565 +stroke
  1.8566 +0.000 0.000 0.000 edgecolor
  1.8567 +newpath 1977.74 3136.28 moveto
  1.8568 +1985 3144 lineto
  1.8569 +1984.14 3133.44 lineto
  1.8570 +closepath fill
  1.8571 +1 setlinewidth
  1.8572 +solid
  1.8573 +0.000 0.000 0.000 edgecolor
  1.8574 +newpath 1977.74 3136.28 moveto
  1.8575 +1985 3144 lineto
  1.8576 +1984.14 3133.44 lineto
  1.8577 +closepath stroke
  1.8578 +grestore
  1.8579 +% route_is_allowed_return_path->_g_list_addrcmp
  1.8580 +gsave
  1.8581 +1 setlinewidth
  1.8582 +dotted
  1.8583 +0.000 0.000 0.000 edgecolor
  1.8584 +newpath 1782 2480 moveto
  1.8585 +1826 2488 1880 2498 1923 2507 curveto
  1.8586 +stroke
  1.8587 +0.000 0.000 0.000 edgecolor
  1.8588 +newpath 1922.51 2510.47 moveto
  1.8589 +1933 2509 lineto
  1.8590 +1923.88 2503.61 lineto
  1.8591 +closepath fill
  1.8592 +1 setlinewidth
  1.8593 +solid
  1.8594 +0.000 0.000 0.000 edgecolor
  1.8595 +newpath 1922.51 2510.47 moveto
  1.8596 +1933 2509 lineto
  1.8597 +1923.88 2503.61 lineto
  1.8598 +closepath stroke
  1.8599 +grestore
  1.8600 +% main
  1.8601 +gsave
  1.8602 +1 setlinewidth
  1.8603 +0.000 0.000 0.000 nodecolor
  1.8604 +29 770 29.19 18 ellipse_path stroke
  1.8605 +0.000 0.000 0.000 nodecolor
  1.8606 +grestore
  1.8607 +% main->msg_spool_read
  1.8608 +gsave
  1.8609 +1 setlinewidth
  1.8610 +solid
  1.8611 +0.000 0.000 0.000 edgecolor
  1.8612 +newpath 30 788 moveto
  1.8613 +33 849 48 1049 94 1088 curveto
  1.8614 +138 1125 512 1124 684 1122 curveto
  1.8615 +stroke
  1.8616 +0.000 0.000 0.000 edgecolor
  1.8617 +newpath 684 1125.5 moveto
  1.8618 +694 1122 lineto
  1.8619 +684 1118.5 lineto
  1.8620 +closepath fill
  1.8621 +1 setlinewidth
  1.8622 +solid
  1.8623 +0.000 0.000 0.000 edgecolor
  1.8624 +newpath 684 1125.5 moveto
  1.8625 +694 1122 lineto
  1.8626 +684 1118.5 lineto
  1.8627 +closepath stroke
  1.8628 +grestore
  1.8629 +% main->create_address_qualified
  1.8630 +gsave
  1.8631 +1 setlinewidth
  1.8632 +solid
  1.8633 +0.000 0.000 0.000 edgecolor
  1.8634 +newpath 30 788 moveto
  1.8635 +33 824 46 905 94 945 curveto
  1.8636 +207 1040 406 999 961 998 curveto
  1.8637 +961 998 961 998 1189 998 curveto
  1.8638 +1298 998 3062 905 3140 979 curveto
  1.8639 +3209 1045 3115 1331 3176 1404 curveto
  1.8640 +3180 1408 3184 1412 3189 1415 curveto
  1.8641 +stroke
  1.8642 +0.000 0.000 0.000 edgecolor
  1.8643 +newpath 3187.56 1418.2 moveto
  1.8644 +3198 1420 lineto
  1.8645 +3190.96 1412.08 lineto
  1.8646 +closepath fill
  1.8647 +1 setlinewidth
  1.8648 +solid
  1.8649 +0.000 0.000 0.000 edgecolor
  1.8650 +newpath 3187.56 1418.2 moveto
  1.8651 +3198 1420 lineto
  1.8652 +3190.96 1412.08 lineto
  1.8653 +closepath stroke
  1.8654 +grestore
  1.8655 +% main->addr_string
  1.8656 +gsave
  1.8657 +1 setlinewidth
  1.8658 +solid
  1.8659 +0.000 0.000 0.000 edgecolor
  1.8660 +newpath 31 752 moveto
  1.8661 +38 679 66 415 94 391 curveto
  1.8662 +142 351 594 390 656 391 curveto
  1.8663 +1180 407 1310 422 1832 459 curveto
  1.8664 +1869 462 3114 549 3140 573 curveto
  1.8665 +3206 633 3123 699 3176 769 curveto
  1.8666 +3190 787 3210 798 3230 806 curveto
  1.8667 +stroke
  1.8668 +0.000 0.000 0.000 edgecolor
  1.8669 +newpath 3228.44 809.14 moveto
  1.8670 +3239 810 lineto
  1.8671 +3231.28 802.74 lineto
  1.8672 +closepath fill
  1.8673 +1 setlinewidth
  1.8674 +solid
  1.8675 +0.000 0.000 0.000 edgecolor
  1.8676 +newpath 3228.44 809.14 moveto
  1.8677 +3239 810 lineto
  1.8678 +3231.28 802.74 lineto
  1.8679 +closepath stroke
  1.8680 +grestore
  1.8681 +% main->deliver
  1.8682 +gsave
  1.8683 +1 setlinewidth
  1.8684 +solid
  1.8685 +0.000 0.000 0.000 edgecolor
  1.8686 +newpath 30 788 moveto
  1.8687 +36 873 63 1229 94 1334 curveto
  1.8688 +210 1723 184 1897 500 2152 curveto
  1.8689 +565 2204 665 2217 724 2220 curveto
  1.8690 +stroke
  1.8691 +0.000 0.000 0.000 edgecolor
  1.8692 +newpath 724 2223.5 moveto
  1.8693 +734 2220 lineto
  1.8694 +724 2216.5 lineto
  1.8695 +closepath fill
  1.8696 +1 setlinewidth
  1.8697 +solid
  1.8698 +0.000 0.000 0.000 edgecolor
  1.8699 +newpath 724 2223.5 moveto
  1.8700 +734 2220 lineto
  1.8701 +724 2216.5 lineto
  1.8702 +closepath stroke
  1.8703 +grestore
  1.8704 +% main->set_euidgid
  1.8705 +gsave
  1.8706 +1 setlinewidth
  1.8707 +solid
  1.8708 +0.000 0.000 0.000 edgecolor
  1.8709 +newpath 36 752 moveto
  1.8710 +45 729 65 689 94 665 curveto
  1.8711 +163 610 195 613 282 597 curveto
  1.8712 +908 488 1070 738 1705 738 curveto
  1.8713 +1705 738 1705 738 2270 738 curveto
  1.8714 +2534 738 2846 788 2973 810 curveto
  1.8715 +stroke
  1.8716 +0.000 0.000 0.000 edgecolor
  1.8717 +newpath 2972.51 813.47 moveto
  1.8718 +2983 812 lineto
  1.8719 +2973.88 806.61 lineto
  1.8720 +closepath fill
  1.8721 +1 setlinewidth
  1.8722 +solid
  1.8723 +0.000 0.000 0.000 edgecolor
  1.8724 +newpath 2972.51 813.47 moveto
  1.8725 +2983 812 lineto
  1.8726 +2973.88 806.61 lineto
  1.8727 +closepath stroke
  1.8728 +grestore
  1.8729 +% main->get_from_name
  1.8730 +gsave
  1.8731 +1 setlinewidth
  1.8732 +solid
  1.8733 +0.000 0.000 0.000 edgecolor
  1.8734 +newpath 29 788 moveto
  1.8735 +30 967 36 2412 94 2594 curveto
  1.8736 +163 2806 150 3013 373 3013 curveto
  1.8737 +373 3013 373 3013 771 3013 curveto
  1.8738 +1027 3013 874 3341 1072 3502 curveto
  1.8739 +1087 3514 1105 3522 1123 3529 curveto
  1.8740 +stroke
  1.8741 +0.000 0.000 0.000 edgecolor
  1.8742 +newpath 1122.42 3532.48 moveto
  1.8743 +1133 3532 lineto
  1.8744 +1124.43 3525.77 lineto
  1.8745 +closepath fill
  1.8746 +1 setlinewidth
  1.8747 +solid
  1.8748 +0.000 0.000 0.000 edgecolor
  1.8749 +newpath 1122.42 3532.48 moveto
  1.8750 +1133 3532 lineto
  1.8751 +1124.43 3525.77 lineto
  1.8752 +closepath stroke
  1.8753 +grestore
  1.8754 +% main->get_daemon
  1.8755 +gsave
  1.8756 +1 setlinewidth
  1.8757 +solid
  1.8758 +0.000 0.000 0.000 edgecolor
  1.8759 +newpath 50 782 moveto
  1.8760 +72 795 108 815 134 831 curveto
  1.8761 +stroke
  1.8762 +0.000 0.000 0.000 edgecolor
  1.8763 +newpath 132.56 834.2 moveto
  1.8764 +143 836 lineto
  1.8765 +135.96 828.08 lineto
  1.8766 +closepath fill
  1.8767 +1 setlinewidth
  1.8768 +solid
  1.8769 +0.000 0.000 0.000 edgecolor
  1.8770 +newpath 132.56 834.2 moveto
  1.8771 +143 836 lineto
  1.8772 +135.96 828.08 lineto
  1.8773 +closepath stroke
  1.8774 +grestore
  1.8775 +% main->get_online
  1.8776 +gsave
  1.8777 +1 setlinewidth
  1.8778 +solid
  1.8779 +0.000 0.000 0.000 edgecolor
  1.8780 +newpath 30 788 moveto
  1.8781 +35 894 63 1433 94 1597 curveto
  1.8782 +174 2018 -55 2521 373 2521 curveto
  1.8783 +373 2521 373 2521 771 2521 curveto
  1.8784 +908 2521 966 2558 1036 2675 curveto
  1.8785 +1080 2745 1021 3354 1072 3419 curveto
  1.8786 +1086 3436 1108 3445 1129 3448 curveto
  1.8787 +stroke
  1.8788 +0.000 0.000 0.000 edgecolor
  1.8789 +newpath 1128.51 3451.47 moveto
  1.8790 +1139 3450 lineto
  1.8791 +1129.88 3444.61 lineto
  1.8792 +closepath fill
  1.8793 +1 setlinewidth
  1.8794 +solid
  1.8795 +0.000 0.000 0.000 edgecolor
  1.8796 +newpath 1128.51 3451.47 moveto
  1.8797 +1139 3450 lineto
  1.8798 +1129.88 3444.61 lineto
  1.8799 +closepath stroke
  1.8800 +grestore
  1.8801 +% main->spool_write
  1.8802 +gsave
  1.8803 +1 setlinewidth
  1.8804 +solid
  1.8805 +0.000 0.000 0.000 edgecolor
  1.8806 +newpath 32 752 moveto
  1.8807 +41 707 65 589 94 564 curveto
  1.8808 +162 507 798 464 886 458 curveto
  1.8809 +1434 422 1575 459 2118 534 curveto
  1.8810 +2339 565 2598 618 2712 642 curveto
  1.8811 +stroke
  1.8812 +0.000 0.000 0.000 edgecolor
  1.8813 +newpath 2711.51 645.47 moveto
  1.8814 +2722 644 lineto
  1.8815 +2712.88 638.61 lineto
  1.8816 +closepath fill
  1.8817 +1 setlinewidth
  1.8818 +solid
  1.8819 +0.000 0.000 0.000 edgecolor
  1.8820 +newpath 2711.51 645.47 moveto
  1.8821 +2722 644 lineto
  1.8822 +2712.88 638.61 lineto
  1.8823 +closepath stroke
  1.8824 +grestore
  1.8825 +% main->is_privileged_user
  1.8826 +gsave
  1.8827 +1 setlinewidth
  1.8828 +solid
  1.8829 +0.000 0.000 0.000 edgecolor
  1.8830 +newpath 30 752 moveto
  1.8831 +34 692 50 505 94 467 curveto
  1.8832 +155 417 251 426 313 440 curveto
  1.8833 +stroke
  1.8834 +0.000 0.000 0.000 edgecolor
  1.8835 +newpath 312.51 443.47 moveto
  1.8836 +323 442 lineto
  1.8837 +313.88 436.61 lineto
  1.8838 +closepath fill
  1.8839 +1 setlinewidth
  1.8840 +solid
  1.8841 +0.000 0.000 0.000 edgecolor
  1.8842 +newpath 312.51 443.47 moveto
  1.8843 +323 442 lineto
  1.8844 +313.88 436.61 lineto
  1.8845 +closepath stroke
  1.8846 +grestore
  1.8847 +% main->is_ingroup
  1.8848 +gsave
  1.8849 +1 setlinewidth
  1.8850 +solid
  1.8851 +0.000 0.000 0.000 edgecolor
  1.8852 +newpath 30 752 moveto
  1.8853 +32 687 44 469 94 426 curveto
  1.8854 +157 374 405 397 519 410 curveto
  1.8855 +stroke
  1.8856 +0.000 0.000 0.000 edgecolor
  1.8857 +newpath 518.7 413.49 moveto
  1.8858 +529 411 lineto
  1.8859 +519.4 406.52 lineto
  1.8860 +closepath fill
  1.8861 +1 setlinewidth
  1.8862 +solid
  1.8863 +0.000 0.000 0.000 edgecolor
  1.8864 +newpath 518.7 413.49 moveto
  1.8865 +529 411 lineto
  1.8866 +519.4 406.52 lineto
  1.8867 +closepath stroke
  1.8868 +grestore
  1.8869 +% main->read_conf
  1.8870 +gsave
  1.8871 +1 setlinewidth
  1.8872 +solid
  1.8873 +0.000 0.000 0.000 edgecolor
  1.8874 +newpath 29 788 moveto
  1.8875 +32 978 55 2588 94 2797 curveto
  1.8876 +163 3163 0 3589 373 3589 curveto
  1.8877 +373 3589 373 3589 1189 3589 curveto
  1.8878 +1604 3589 1740 3677 2118 3509 curveto
  1.8879 +2288 3433 2283 3345 2422 3224 curveto
  1.8880 +2506 3151 2556 3159 2616 3067 curveto
  1.8881 +2649 3016 2609 2978 2652 2937 curveto
  1.8882 +2667 2923 2688 2915 2708 2912 curveto
  1.8883 +stroke
  1.8884 +0.000 0.000 0.000 edgecolor
  1.8885 +newpath 2708.88 2915.39 moveto
  1.8886 +2718 2910 lineto
  1.8887 +2707.51 2908.53 lineto
  1.8888 +closepath fill
  1.8889 +1 setlinewidth
  1.8890 +solid
  1.8891 +0.000 0.000 0.000 edgecolor
  1.8892 +newpath 2708.88 2915.39 moveto
  1.8893 +2718 2910 lineto
  1.8894 +2707.51 2908.53 lineto
  1.8895 +closepath stroke
  1.8896 +grestore
  1.8897 +% main->time_interval
  1.8898 +gsave
  1.8899 +1 setlinewidth
  1.8900 +solid
  1.8901 +0.000 0.000 0.000 edgecolor
  1.8902 +newpath 29 788 moveto
  1.8903 +30 998 38 2934 94 3182 curveto
  1.8904 +148 3415 134 3642 373 3642 curveto
  1.8905 +373 3642 373 3642 1705 3642 curveto
  1.8906 +2283 3642 2874 3143 3004 3026 curveto
  1.8907 +stroke
  1.8908 +0.000 0.000 0.000 edgecolor
  1.8909 +newpath 3006.78 3028.22 moveto
  1.8910 +3012 3019 lineto
  1.8911 +3002.17 3022.95 lineto
  1.8912 +closepath fill
  1.8913 +1 setlinewidth
  1.8914 +solid
  1.8915 +0.000 0.000 0.000 edgecolor
  1.8916 +newpath 3006.78 3028.22 moveto
  1.8917 +3012 3019 lineto
  1.8918 +3002.17 3022.95 lineto
  1.8919 +closepath stroke
  1.8920 +grestore
  1.8921 +% main->get_all
  1.8922 +gsave
  1.8923 +1 setlinewidth
  1.8924 +solid
  1.8925 +0.000 0.000 0.000 edgecolor
  1.8926 +newpath 29 788 moveto
  1.8927 +30 970 40 2461 94 2535 curveto
  1.8928 +173 2639 243 2629 373 2629 curveto
  1.8929 +373 2629 373 2629 578 2629 curveto
  1.8930 +706 2629 853 2668 921 2689 curveto
  1.8931 +stroke
  1.8932 +0.000 0.000 0.000 edgecolor
  1.8933 +newpath 920.42 2692.48 moveto
  1.8934 +931 2692 lineto
  1.8935 +922.43 2685.77 lineto
  1.8936 +closepath fill
  1.8937 +1 setlinewidth
  1.8938 +solid
  1.8939 +0.000 0.000 0.000 edgecolor
  1.8940 +newpath 920.42 2692.48 moveto
  1.8941 +931 2692 lineto
  1.8942 +922.43 2685.77 lineto
  1.8943 +closepath stroke
  1.8944 +grestore
  1.8945 +% main->queue_run_online
  1.8946 +gsave
  1.8947 +1 setlinewidth
  1.8948 +solid
  1.8949 +0.000 0.000 0.000 edgecolor
  1.8950 +newpath 30 788 moveto
  1.8951 +33 845 47 1026 94 1165 curveto
  1.8952 +163 1364 304 1577 354 1650 curveto
  1.8953 +stroke
  1.8954 +0.000 0.000 0.000 edgecolor
  1.8955 +newpath 351.54 1652.62 moveto
  1.8956 +360 1659 lineto
  1.8957 +357.37 1648.74 lineto
  1.8958 +closepath fill
  1.8959 +1 setlinewidth
  1.8960 +solid
  1.8961 +0.000 0.000 0.000 edgecolor
  1.8962 +newpath 351.54 1652.62 moveto
  1.8963 +360 1659 lineto
  1.8964 +357.37 1648.74 lineto
  1.8965 +closepath stroke
  1.8966 +grestore
  1.8967 +% main->smtp_in
  1.8968 +gsave
  1.8969 +1 setlinewidth
  1.8970 +solid
  1.8971 +0.000 0.000 0.000 edgecolor
  1.8972 +newpath 34 788 moveto
  1.8973 +42 813 61 858 94 879 curveto
  1.8974 +165 925 199 894 282 898 curveto
  1.8975 +363 903 387 922 464 898 curveto
  1.8976 +499 888 532 864 553 846 curveto
  1.8977 +stroke
  1.8978 +0.000 0.000 0.000 edgecolor
  1.8979 +newpath 555.78 848.22 moveto
  1.8980 +561 839 lineto
  1.8981 +551.17 842.95 lineto
  1.8982 +closepath fill
  1.8983 +1 setlinewidth
  1.8984 +solid
  1.8985 +0.000 0.000 0.000 edgecolor
  1.8986 +newpath 555.78 848.22 moveto
  1.8987 +561 839 lineto
  1.8988 +551.17 842.95 lineto
  1.8989 +closepath stroke
  1.8990 +grestore
  1.8991 +% main->accept_message
  1.8992 +gsave
  1.8993 +1 setlinewidth
  1.8994 +solid
  1.8995 +0.000 0.000 0.000 edgecolor
  1.8996 +newpath 31 752 moveto
  1.8997 +37 676 64 385 94 358 curveto
  1.8998 +151 307 669 313 876 318 curveto
  1.8999 +stroke
  1.9000 +0.000 0.000 0.000 edgecolor
  1.9001 +newpath 876 321.5 moveto
  1.9002 +886 318 lineto
  1.9003 +876 314.5 lineto
  1.9004 +closepath fill
  1.9005 +1 setlinewidth
  1.9006 +solid
  1.9007 +0.000 0.000 0.000 edgecolor
  1.9008 +newpath 876 321.5 moveto
  1.9009 +886 318 lineto
  1.9010 +876 314.5 lineto
  1.9011 +closepath stroke
  1.9012 +grestore
  1.9013 +% main->create_message
  1.9014 +gsave
  1.9015 +1 setlinewidth
  1.9016 +solid
  1.9017 +0.000 0.000 0.000 edgecolor
  1.9018 +newpath 31 788 moveto
  1.9019 +38 839 60 985 94 1016 curveto
  1.9020 +186 1104 247 1074 373 1074 curveto
  1.9021 +373 1074 373 1074 578 1074 curveto
  1.9022 +685 1074 809 1062 886 1053 curveto
  1.9023 +stroke
  1.9024 +0.000 0.000 0.000 edgecolor
  1.9025 +newpath 886.4 1056.48 moveto
  1.9026 +896 1052 lineto
  1.9027 +885.7 1049.51 lineto
  1.9028 +closepath fill
  1.9029 +1 setlinewidth
  1.9030 +solid
  1.9031 +0.000 0.000 0.000 edgecolor
  1.9032 +newpath 886.4 1056.48 moveto
  1.9033 +896 1052 lineto
  1.9034 +885.7 1049.51 lineto
  1.9035 +closepath stroke
  1.9036 +grestore
  1.9037 +% main->queue_run
  1.9038 +gsave
  1.9039 +1 setlinewidth
  1.9040 +solid
  1.9041 +0.000 0.000 0.000 edgecolor
  1.9042 +newpath 30 788 moveto
  1.9043 +32 854 45 1080 94 1126 curveto
  1.9044 +155 1183 257 1179 319 1170 curveto
  1.9045 +stroke
  1.9046 +0.000 0.000 0.000 edgecolor
  1.9047 +newpath 319.88 1173.39 moveto
  1.9048 +329 1168 lineto
  1.9049 +318.51 1166.53 lineto
  1.9050 +closepath fill
  1.9051 +1 setlinewidth
  1.9052 +solid
  1.9053 +0.000 0.000 0.000 edgecolor
  1.9054 +newpath 319.88 1173.39 moveto
  1.9055 +329 1168 lineto
  1.9056 +318.51 1166.53 lineto
  1.9057 +closepath stroke
  1.9058 +grestore
  1.9059 +% main->set_identity
  1.9060 +gsave
  1.9061 +1 setlinewidth
  1.9062 +solid
  1.9063 +0.000 0.000 0.000 edgecolor
  1.9064 +newpath 32 752 moveto
  1.9065 +40 702 65 561 94 526 curveto
  1.9066 +101 519 109 514 117 510 curveto
  1.9067 +stroke
  1.9068 +0.000 0.000 0.000 edgecolor
  1.9069 +newpath 118.96 512.92 moveto
  1.9070 +126 505 lineto
  1.9071 +115.56 506.8 lineto
  1.9072 +closepath fill
  1.9073 +1 setlinewidth
  1.9074 +solid
  1.9075 +0.000 0.000 0.000 edgecolor
  1.9076 +newpath 118.96 512.92 moveto
  1.9077 +126 505 lineto
  1.9078 +115.56 506.8 lineto
  1.9079 +closepath stroke
  1.9080 +grestore
  1.9081 +% main->queue_list
  1.9082 +gsave
  1.9083 +1 setlinewidth
  1.9084 +solid
  1.9085 +0.000 0.000 0.000 edgecolor
  1.9086 +newpath 51 758 moveto
  1.9087 +95 736 194 685 282 651 curveto
  1.9088 +295 646 309 642 322 638 curveto
  1.9089 +stroke
  1.9090 +0.000 0.000 0.000 edgecolor
  1.9091 +newpath 323.43 641.23 moveto
  1.9092 +332 635 lineto
  1.9093 +321.42 634.52 lineto
  1.9094 +closepath fill
  1.9095 +1 setlinewidth
  1.9096 +solid
  1.9097 +0.000 0.000 0.000 edgecolor
  1.9098 +newpath 323.43 641.23 moveto
  1.9099 +332 635 lineto
  1.9100 +321.42 634.52 lineto
  1.9101 +closepath stroke
  1.9102 +grestore
  1.9103 +% main->queue_delete
  1.9104 +gsave
  1.9105 +1 setlinewidth
  1.9106 +solid
  1.9107 +0.000 0.000 0.000 edgecolor
  1.9108 +newpath 32 788 moveto
  1.9109 +37 819 54 880 94 907 curveto
  1.9110 +224 995 709 970 891 958 curveto
  1.9111 +stroke
  1.9112 +0.000 0.000 0.000 edgecolor
  1.9113 +newpath 891.4 961.48 moveto
  1.9114 +901 957 lineto
  1.9115 +890.7 954.51 lineto
  1.9116 +closepath fill
  1.9117 +1 setlinewidth
  1.9118 +solid
  1.9119 +0.000 0.000 0.000 edgecolor
  1.9120 +newpath 891.4 961.48 moveto
  1.9121 +901 957 lineto
  1.9122 +890.7 954.51 lineto
  1.9123 +closepath stroke
  1.9124 +grestore
  1.9125 +% main->listen_port
  1.9126 +gsave
  1.9127 +1 setlinewidth
  1.9128 +solid
  1.9129 +0.000 0.000 0.000 edgecolor
  1.9130 +newpath 58 770 moveto
  1.9131 +72 770 91 770 108 770 curveto
  1.9132 +stroke
  1.9133 +0.000 0.000 0.000 edgecolor
  1.9134 +newpath 108 773.5 moveto
  1.9135 +118 770 lineto
  1.9136 +108 766.5 lineto
  1.9137 +closepath fill
  1.9138 +1 setlinewidth
  1.9139 +solid
  1.9140 +0.000 0.000 0.000 edgecolor
  1.9141 +newpath 108 773.5 moveto
  1.9142 +118 770 lineto
  1.9143 +108 766.5 lineto
  1.9144 +closepath stroke
  1.9145 +grestore
  1.9146 +% set_online_name
  1.9147 +gsave
  1.9148 +1 setlinewidth
  1.9149 +0.000 0.000 0.000 nodecolor
  1.9150 +170 288 75.24 18 ellipse_path stroke
  1.9151 +0.000 0.000 0.000 nodecolor
  1.9152 +grestore
  1.9153 +% main->set_online_name
  1.9154 +gsave
  1.9155 +1 setlinewidth
  1.9156 +solid
  1.9157 +0.000 0.000 0.000 edgecolor
  1.9158 +newpath 29 752 moveto
  1.9159 +31 677 41 389 94 320 curveto
  1.9160 +98 315 103 310 109 306 curveto
  1.9161 +stroke
  1.9162 +0.000 0.000 0.000 edgecolor
  1.9163 +newpath 110.96 308.92 moveto
  1.9164 +118 301 lineto
  1.9165 +107.56 302.8 lineto
  1.9166 +closepath fill
  1.9167 +1 setlinewidth
  1.9168 +solid
  1.9169 +0.000 0.000 0.000 edgecolor
  1.9170 +newpath 110.96 308.92 moveto
  1.9171 +118 301 lineto
  1.9172 +107.56 302.8 lineto
  1.9173 +closepath stroke
  1.9174 +grestore
  1.9175 +% get_progname
  1.9176 +gsave
  1.9177 +1 setlinewidth
  1.9178 +0.000 0.000 0.000 nodecolor
  1.9179 +170 234 66.21 18 ellipse_path stroke
  1.9180 +0.000 0.000 0.000 nodecolor
  1.9181 +grestore
  1.9182 +% main->get_progname
  1.9183 +gsave
  1.9184 +1 setlinewidth
  1.9185 +solid
  1.9186 +0.000 0.000 0.000 edgecolor
  1.9187 +newpath 30 752 moveto
  1.9188 +36 665 63 301 94 261 curveto
  1.9189 +98 257 103 253 108 250 curveto
  1.9190 +stroke
  1.9191 +0.000 0.000 0.000 edgecolor
  1.9192 +newpath 109.96 252.92 moveto
  1.9193 +117 245 lineto
  1.9194 +106.56 246.8 lineto
  1.9195 +closepath fill
  1.9196 +1 setlinewidth
  1.9197 +solid
  1.9198 +0.000 0.000 0.000 edgecolor
  1.9199 +newpath 109.96 252.92 moveto
  1.9200 +117 245 lineto
  1.9201 +106.56 246.8 lineto
  1.9202 +closepath stroke
  1.9203 +grestore
  1.9204 +% init_conf
  1.9205 +gsave
  1.9206 +1 setlinewidth
  1.9207 +0.000 0.000 0.000 nodecolor
  1.9208 +170 180 45.86 18 ellipse_path stroke
  1.9209 +0.000 0.000 0.000 nodecolor
  1.9210 +grestore
  1.9211 +% main->init_conf
  1.9212 +gsave
  1.9213 +1 setlinewidth
  1.9214 +solid
  1.9215 +0.000 0.000 0.000 edgecolor
  1.9216 +newpath 30 752 moveto
  1.9217 +35 661 59 251 94 207 curveto
  1.9218 +100 200 108 194 117 190 curveto
  1.9219 +stroke
  1.9220 +0.000 0.000 0.000 edgecolor
  1.9221 +newpath 118.43 193.23 moveto
  1.9222 +127 187 lineto
  1.9223 +116.42 186.52 lineto
  1.9224 +closepath fill
  1.9225 +1 setlinewidth
  1.9226 +solid
  1.9227 +0.000 0.000 0.000 edgecolor
  1.9228 +newpath 118.43 193.23 moveto
  1.9229 +127 187 lineto
  1.9230 +116.42 186.52 lineto
  1.9231 +closepath stroke
  1.9232 +grestore
  1.9233 +% write_pidfile
  1.9234 +gsave
  1.9235 +1 setlinewidth
  1.9236 +0.000 0.000 0.000 nodecolor
  1.9237 +170 126 59.06 18 ellipse_path stroke
  1.9238 +0.000 0.000 0.000 nodecolor
  1.9239 +grestore
  1.9240 +% main->write_pidfile
  1.9241 +gsave
  1.9242 +1 setlinewidth
  1.9243 +solid
  1.9244 +0.000 0.000 0.000 edgecolor
  1.9245 +newpath 30 752 moveto
  1.9246 +34 655 57 202 94 153 curveto
  1.9247 +99 148 104 143 110 140 curveto
  1.9248 +stroke
  1.9249 +0.000 0.000 0.000 edgecolor
  1.9250 +newpath 111.96 142.92 moveto
  1.9251 +119 135 lineto
  1.9252 +108.56 136.8 lineto
  1.9253 +closepath fill
  1.9254 +1 setlinewidth
  1.9255 +solid
  1.9256 +0.000 0.000 0.000 edgecolor
  1.9257 +newpath 111.96 142.92 moveto
  1.9258 +119 135 lineto
  1.9259 +108.56 136.8 lineto
  1.9260 +closepath stroke
  1.9261 +grestore
  1.9262 +% sigterm_handler
  1.9263 +gsave
  1.9264 +1 setlinewidth
  1.9265 +0.000 0.000 0.000 nodecolor
  1.9266 +170 72 72.96 18 ellipse_path stroke
  1.9267 +0.000 0.000 0.000 nodecolor
  1.9268 +grestore
  1.9269 +% main->sigterm_handler
  1.9270 +gsave
  1.9271 +1 setlinewidth
  1.9272 +dotted
  1.9273 +0.000 0.000 0.000 edgecolor
  1.9274 +newpath 30 752 moveto
  1.9275 +33 650 53 153 94 99 curveto
  1.9276 +97 95 101 91 105 89 curveto
  1.9277 +stroke
  1.9278 +0.000 0.000 0.000 edgecolor
  1.9279 +newpath 106.96 91.92 moveto
  1.9280 +114 84 lineto
  1.9281 +103.56 85.8 lineto
  1.9282 +closepath fill
  1.9283 +1 setlinewidth
  1.9284 +solid
  1.9285 +0.000 0.000 0.000 edgecolor
  1.9286 +newpath 106.96 91.92 moveto
  1.9287 +114 84 lineto
  1.9288 +103.56 85.8 lineto
  1.9289 +closepath stroke
  1.9290 +grestore
  1.9291 +% get_optarg
  1.9292 +gsave
  1.9293 +1 setlinewidth
  1.9294 +0.000 0.000 0.000 nodecolor
  1.9295 +170 18 52.81 18 ellipse_path stroke
  1.9296 +0.000 0.000 0.000 nodecolor
  1.9297 +grestore
  1.9298 +% main->get_optarg
  1.9299 +gsave
  1.9300 +1 setlinewidth
  1.9301 +solid
  1.9302 +0.000 0.000 0.000 edgecolor
  1.9303 +newpath 29 752 moveto
  1.9304 +32 645 50 103 94 45 curveto
  1.9305 +99 39 105 34 113 30 curveto
  1.9306 +stroke
  1.9307 +0.000 0.000 0.000 edgecolor
  1.9308 +newpath 114.28 33.26 moveto
  1.9309 +122 26 lineto
  1.9310 +111.44 26.86 lineto
  1.9311 +closepath fill
  1.9312 +1 setlinewidth
  1.9313 +solid
  1.9314 +0.000 0.000 0.000 edgecolor
  1.9315 +newpath 114.28 33.26 moveto
  1.9316 +122 26 lineto
  1.9317 +111.44 26.86 lineto
  1.9318 +closepath stroke
  1.9319 +grestore
  1.9320 +% create_address_rfc821
  1.9321 +gsave
  1.9322 +1 setlinewidth
  1.9323 +0.000 0.000 0.000 nodecolor
  1.9324 +3537 1458 100.06 18 ellipse_path stroke
  1.9325 +0.000 0.000 0.000 nodecolor
  1.9326 +grestore
  1.9327 +% create_address_rfc821->_create_address
  1.9328 +gsave
  1.9329 +1 setlinewidth
  1.9330 +solid
  1.9331 +0.000 0.000 0.000 edgecolor
  1.9332 +newpath 3603 1471 moveto
  1.9333 +3618 1475 3633 1480 3646 1485 curveto
  1.9334 +3690 1500 3737 1526 3768 1544 curveto
  1.9335 +stroke
  1.9336 +0.000 0.000 0.000 edgecolor
  1.9337 +newpath 3766.56 1547.2 moveto
  1.9338 +3777 1549 lineto
  1.9339 +3769.96 1541.08 lineto
  1.9340 +closepath fill
  1.9341 +1 setlinewidth
  1.9342 +solid
  1.9343 +0.000 0.000 0.000 edgecolor
  1.9344 +newpath 3766.56 1547.2 moveto
  1.9345 +3777 1549 lineto
  1.9346 +3769.96 1541.08 lineto
  1.9347 +closepath stroke
  1.9348 +grestore
  1.9349 +% route_msgout_list->create_msg_out
  1.9350 +gsave
  1.9351 +1 setlinewidth
  1.9352 +solid
  1.9353 +0.000 0.000 0.000 edgecolor
  1.9354 +newpath 2053 3174 moveto
  1.9355 +2098 3183 2157 3195 2203 3205 curveto
  1.9356 +stroke
  1.9357 +0.000 0.000 0.000 edgecolor
  1.9358 +newpath 2202.51 3208.47 moveto
  1.9359 +2213 3207 lineto
  1.9360 +2203.88 3201.61 lineto
  1.9361 +closepath fill
  1.9362 +1 setlinewidth
  1.9363 +solid
  1.9364 +0.000 0.000 0.000 edgecolor
  1.9365 +newpath 2202.51 3208.47 moveto
  1.9366 +2213 3207 lineto
  1.9367 +2203.88 3201.61 lineto
  1.9368 +closepath stroke
  1.9369 +grestore
  1.9370 +% create_msgout_perhost
  1.9371 +gsave
  1.9372 +1 setlinewidth
  1.9373 +0.000 0.000 0.000 nodecolor
  1.9374 +2270 3164 102.15 18 ellipse_path stroke
  1.9375 +0.000 0.000 0.000 nodecolor
  1.9376 +grestore
  1.9377 +% route_msgout_list->create_msgout_perhost
  1.9378 +gsave
  1.9379 +1 setlinewidth
  1.9380 +solid
  1.9381 +0.000 0.000 0.000 edgecolor
  1.9382 +newpath 2075 3163 moveto
  1.9383 +2101 3163 2130 3163 2158 3163 curveto
  1.9384 +stroke
  1.9385 +0.000 0.000 0.000 edgecolor
  1.9386 +newpath 2158 3166.5 moveto
  1.9387 +2168 3163 lineto
  1.9388 +2158 3159.5 lineto
  1.9389 +closepath fill
  1.9390 +1 setlinewidth
  1.9391 +solid
  1.9392 +0.000 0.000 0.000 edgecolor
  1.9393 +newpath 2158 3166.5 moveto
  1.9394 +2168 3163 lineto
  1.9395 +2158 3159.5 lineto
  1.9396 +closepath stroke
  1.9397 +grestore
  1.9398 +endpage
  1.9399 +showpage
  1.9400 +grestore
  1.9401 +%%PageTrailer
  1.9402 +%%EndPage: 1
  1.9403 +%%Trailer
  1.9404 +%%Pages: 1
  1.9405 +%%BoundingBox: 36 36 540 458
  1.9406 +end
  1.9407 +restore
  1.9408 +%%Trailer
  1.9409 +cleartomark
  1.9410 +countdictstack
  1.9411 +exch sub { end } repeat
  1.9412 +restore
  1.9413 +%%EOF
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/fig/mail-agents.eps	Wed Mar 11 14:18:28 2009 +0100
     2.3 @@ -0,0 +1,250 @@
     2.4 +%!PS-Adobe-2.0 EPSF-2.0
     2.5 +%%BoundingBox: 72 659 463 830
     2.6 +%%HiResBoundingBox: 72.000000 659.500000 462.500000 830.000000
     2.7 +%%Creator: groff version 1.18.1
     2.8 +%%CreationDate: Mon Feb  9 01:00:42 2009
     2.9 +%%DocumentNeededResources: font Palatino-Roman
    2.10 +%%+ font Palatino-Italic
    2.11 +%%DocumentSuppliedResources: procset grops 1.18 1
    2.12 +%%PageOrder: Ascend
    2.13 +%%EndComments
    2.14 +% EPSF created by ps2eps 1.64
    2.15 +%%BeginProlog
    2.16 +save
    2.17 +countdictstack
    2.18 +mark
    2.19 +newpath
    2.20 +/showpage {} def
    2.21 +/setpagedevice {pop} def
    2.22 +%%EndProlog
    2.23 +%%Page 1 1
    2.24 +%%BeginProlog
    2.25 +%%BeginResource: procset grops 1.18 1
    2.26 +/setpacking where{
    2.27 +pop
    2.28 +currentpacking
    2.29 +true setpacking
    2.30 +}if
    2.31 +/grops 120 dict dup begin
    2.32 +/SC 32 def
    2.33 +/A/show load def
    2.34 +/B{0 SC 3 -1 roll widthshow}bind def
    2.35 +/C{0 exch ashow}bind def
    2.36 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    2.37 +/E{0 rmoveto show}bind def
    2.38 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    2.39 +/G{0 rmoveto 0 exch ashow}bind def
    2.40 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    2.41 +/I{0 exch rmoveto show}bind def
    2.42 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    2.43 +/K{0 exch rmoveto 0 exch ashow}bind def
    2.44 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    2.45 +/M{rmoveto show}bind def
    2.46 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    2.47 +/O{rmoveto 0 exch ashow}bind def
    2.48 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    2.49 +/Q{moveto show}bind def
    2.50 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    2.51 +/S{moveto 0 exch ashow}bind def
    2.52 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    2.53 +/SF{
    2.54 +findfont exch
    2.55 +[exch dup 0 exch 0 exch neg 0 0]makefont
    2.56 +dup setfont
    2.57 +[exch/setfont cvx]cvx bind def
    2.58 +}bind def
    2.59 +/MF{
    2.60 +findfont
    2.61 +[5 2 roll
    2.62 +0 3 1 roll
    2.63 +neg 0 0]makefont
    2.64 +dup setfont
    2.65 +[exch/setfont cvx]cvx bind def
    2.66 +}bind def
    2.67 +/level0 0 def
    2.68 +/RES 0 def
    2.69 +/PL 0 def
    2.70 +/LS 0 def
    2.71 +/MANUAL{
    2.72 +statusdict begin/manualfeed true store end
    2.73 +}bind def
    2.74 +/PLG{
    2.75 +gsave newpath clippath pathbbox grestore
    2.76 +exch pop add exch pop
    2.77 +}bind def
    2.78 +/BP{
    2.79 +/level0 save def
    2.80 +1 setlinecap
    2.81 +1 setlinejoin
    2.82 +72 RES div dup scale
    2.83 +LS{
    2.84 +90 rotate
    2.85 +}{
    2.86 +0 PL translate
    2.87 +}ifelse
    2.88 +1 -1 scale
    2.89 +}bind def
    2.90 +/EP{
    2.91 +level0 restore
    2.92 +showpage
    2.93 +}bind def
    2.94 +/DA{
    2.95 +newpath arcn stroke
    2.96 +}bind def
    2.97 +/SN{
    2.98 +transform
    2.99 +.25 sub exch .25 sub exch
   2.100 +round .25 add exch round .25 add exch
   2.101 +itransform
   2.102 +}bind def
   2.103 +/DL{
   2.104 +SN
   2.105 +moveto
   2.106 +SN
   2.107 +lineto stroke
   2.108 +}bind def
   2.109 +/DC{
   2.110 +newpath 0 360 arc closepath
   2.111 +}bind def
   2.112 +/TM matrix def
   2.113 +/DE{
   2.114 +TM currentmatrix pop
   2.115 +translate scale newpath 0 0 .5 0 360 arc closepath
   2.116 +TM setmatrix
   2.117 +}bind def
   2.118 +/RC/rcurveto load def
   2.119 +/RL/rlineto load def
   2.120 +/ST/stroke load def
   2.121 +/MT/moveto load def
   2.122 +/CL/closepath load def
   2.123 +/Fr{
   2.124 +setrgbcolor fill
   2.125 +}bind def
   2.126 +/Fk{
   2.127 +setcmykcolor fill
   2.128 +}bind def
   2.129 +/Fg{
   2.130 +setgray fill
   2.131 +}bind def
   2.132 +/FL/fill load def
   2.133 +/LW/setlinewidth load def
   2.134 +/Cr/setrgbcolor load def
   2.135 +/Ck/setcmykcolor load def
   2.136 +/Cg/setgray load def
   2.137 +/RE{
   2.138 +findfont
   2.139 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   2.140 +{
   2.141 +1 index/FID ne{def}{pop pop}ifelse
   2.142 +}forall
   2.143 +/Encoding exch def
   2.144 +dup/FontName exch def
   2.145 +currentdict end definefont pop
   2.146 +}bind def
   2.147 +/DEFS 0 def
   2.148 +/EBEGIN{
   2.149 +moveto
   2.150 +DEFS begin
   2.151 +}bind def
   2.152 +/EEND/end load def
   2.153 +/CNT 0 def
   2.154 +/level1 0 def
   2.155 +/PBEGIN{
   2.156 +/level1 save def
   2.157 +translate
   2.158 +div 3 1 roll div exch scale
   2.159 +neg exch neg exch translate
   2.160 +0 setgray
   2.161 +0 setlinecap
   2.162 +1 setlinewidth
   2.163 +0 setlinejoin
   2.164 +10 setmiterlimit
   2.165 +[]0 setdash
   2.166 +/setstrokeadjust where{
   2.167 +pop
   2.168 +false setstrokeadjust
   2.169 +}if
   2.170 +/setoverprint where{
   2.171 +pop
   2.172 +false setoverprint
   2.173 +}if
   2.174 +newpath
   2.175 +/CNT countdictstack def
   2.176 +userdict begin
   2.177 +/showpage{}def
   2.178 +}bind def
   2.179 +/PEND{
   2.180 +clear
   2.181 +countdictstack CNT sub{end}repeat
   2.182 +level1 restore
   2.183 +}bind def
   2.184 +end def
   2.185 +/setpacking where{
   2.186 +pop
   2.187 +setpacking
   2.188 +}if
   2.189 +%%EndResource
   2.190 +%%IncludeResource: font Palatino-Roman
   2.191 +%%IncludeResource: font Palatino-Italic
   2.192 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   2.193 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   2.194 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   2.195 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   2.196 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   2.197 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   2.198 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   2.199 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   2.200 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   2.201 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   2.202 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   2.203 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   2.204 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   2.205 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   2.206 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   2.207 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   2.208 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   2.209 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   2.210 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   2.211 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   2.212 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   2.213 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   2.214 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   2.215 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   2.216 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   2.217 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   2.218 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   2.219 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   2.220 +/Palatino-Italic@0 ENC0/Palatino-Italic RE/Palatino-Roman@0 ENC0
   2.221 +/Palatino-Roman RE
   2.222 +%%EndProlog
   2.223 +%%Page: 1 1
   2.224 +%%BeginPageSetup
   2.225 +BP
   2.226 +%%EndPageSetup
   2.227 +126 48 MT 0 -36 RL -54 0 RL 0 36 RL CL .4 LW ST/F0 10/Palatino-Roman@0
   2.228 +SF<4d54>87.685 32.2 Q<41>-.74 E 180 30 126 30 DL 180 30 MT -7.2 1.8 RL 0
   2.229 +-3.6 RL CL 0 Fg 180 30 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 234 48 MT 0
   2.230 +-36 RL -54 0 RL 0 36 RL CL ST<4d54>195.685 32.2 Q<41>-.74 E 270 30 234
   2.231 +30 DL 2.5<2e2e2e>281.75 32.2 S 342 30 306 30 DL 342 30 MT -7.2 1.8 RL 0
   2.232 +-3.6 RL CL 0 Fg 342 30 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 396 48 MT 0
   2.233 +-36 RL -54 0 RL 0 36 RL CL ST<4d54>357.685 32.2 Q<41>-.74 E 369 66 369
   2.234 +48 DL 369 66 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Fg 369 66 MT -1.8 -7.2 RL 3.6
   2.235 +0 RL CL 0 Cg ST 396 102 MT 0 -36 RL -54 0 RL 0 36 RL CL ST<4d4441>356.51
   2.236 +86.2 Q 414 84 396 84 DL 414 84 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 414 84
   2.237 +MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 435.6 84 21.6 DC ST<6d61696c626f78>
   2.238 +417.7 86.2 Q 435.6 123.6 435.6 105.6 DL 435.6 105.6 MT 1.8 7.2 RL -3.6 0
   2.239 +RL CL 0 Fg 435.6 105.6 MT 1.8 7.2 RL -3.6 0 RL CL 0 Cg ST 435.6 123.6 MT
   2.240 +-1.8 -7.2 RL 3.6 0 RL CL 0 Fg 435.6 123.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0
   2.241 +Cg ST 462.6 159.6 MT 0 -36 RL -54 0 RL 0 36 RL CL ST<4d5541>423.09 143.8
   2.242 +Q/F1 10/Palatino-Italic@0 SF -.18<7265>418.095 179.8 S<63697069656e74>
   2.243 +.18 E 99 123.6 99 48 DL 99 48 MT 1.8 7.2 RL -3.6 0 RL CL 0 Fg 99 48 MT
   2.244 +1.8 7.2 RL -3.6 0 RL CL 0 Cg ST 126 159.6 MT 0 -36 RL -54 0 RL 0 36 RL
   2.245 +CL ST F0<4d5541>86.49 143.8 Q F1<73656e646572>85.94 179.8 Q 0 Cg EP
   2.246 +%%Trailer
   2.247 +end
   2.248 +%%Trailer
   2.249 +cleartomark
   2.250 +countdictstack
   2.251 +exch sub { end } repeat
   2.252 +restore
   2.253 +%%EOF
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/fig/masqmail-arch-new.eps	Wed Mar 11 14:18:28 2009 +0100
     3.3 @@ -0,0 +1,312 @@
     3.4 +%!PS-Adobe-2.0 EPSF-2.0
     3.5 +%%BoundingBox: 72 674 504 828
     3.6 +%%HiResBoundingBox: 72.000000 674.000000 503.500000 828.000000
     3.7 +%%Creator: groff version 1.18.1
     3.8 +%%CreationDate: Mon Feb  9 01:00:40 2009
     3.9 +%%DocumentNeededResources: font Palatino-Roman
    3.10 +%%DocumentSuppliedResources: procset grops 1.18 1
    3.11 +%%PageOrder: Ascend
    3.12 +%%EndComments
    3.13 +% EPSF created by ps2eps 1.64
    3.14 +%%BeginProlog
    3.15 +save
    3.16 +countdictstack
    3.17 +mark
    3.18 +newpath
    3.19 +/showpage {} def
    3.20 +/setpagedevice {pop} def
    3.21 +%%EndProlog
    3.22 +%%Page 1 1
    3.23 +%%BeginProlog
    3.24 +%%BeginResource: procset grops 1.18 1
    3.25 +/setpacking where{
    3.26 +pop
    3.27 +currentpacking
    3.28 +true setpacking
    3.29 +}if
    3.30 +/grops 120 dict dup begin
    3.31 +/SC 32 def
    3.32 +/A/show load def
    3.33 +/B{0 SC 3 -1 roll widthshow}bind def
    3.34 +/C{0 exch ashow}bind def
    3.35 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    3.36 +/E{0 rmoveto show}bind def
    3.37 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    3.38 +/G{0 rmoveto 0 exch ashow}bind def
    3.39 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.40 +/I{0 exch rmoveto show}bind def
    3.41 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    3.42 +/K{0 exch rmoveto 0 exch ashow}bind def
    3.43 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.44 +/M{rmoveto show}bind def
    3.45 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    3.46 +/O{rmoveto 0 exch ashow}bind def
    3.47 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.48 +/Q{moveto show}bind def
    3.49 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    3.50 +/S{moveto 0 exch ashow}bind def
    3.51 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.52 +/SF{
    3.53 +findfont exch
    3.54 +[exch dup 0 exch 0 exch neg 0 0]makefont
    3.55 +dup setfont
    3.56 +[exch/setfont cvx]cvx bind def
    3.57 +}bind def
    3.58 +/MF{
    3.59 +findfont
    3.60 +[5 2 roll
    3.61 +0 3 1 roll
    3.62 +neg 0 0]makefont
    3.63 +dup setfont
    3.64 +[exch/setfont cvx]cvx bind def
    3.65 +}bind def
    3.66 +/level0 0 def
    3.67 +/RES 0 def
    3.68 +/PL 0 def
    3.69 +/LS 0 def
    3.70 +/MANUAL{
    3.71 +statusdict begin/manualfeed true store end
    3.72 +}bind def
    3.73 +/PLG{
    3.74 +gsave newpath clippath pathbbox grestore
    3.75 +exch pop add exch pop
    3.76 +}bind def
    3.77 +/BP{
    3.78 +/level0 save def
    3.79 +1 setlinecap
    3.80 +1 setlinejoin
    3.81 +72 RES div dup scale
    3.82 +LS{
    3.83 +90 rotate
    3.84 +}{
    3.85 +0 PL translate
    3.86 +}ifelse
    3.87 +1 -1 scale
    3.88 +}bind def
    3.89 +/EP{
    3.90 +level0 restore
    3.91 +showpage
    3.92 +}bind def
    3.93 +/DA{
    3.94 +newpath arcn stroke
    3.95 +}bind def
    3.96 +/SN{
    3.97 +transform
    3.98 +.25 sub exch .25 sub exch
    3.99 +round .25 add exch round .25 add exch
   3.100 +itransform
   3.101 +}bind def
   3.102 +/DL{
   3.103 +SN
   3.104 +moveto
   3.105 +SN
   3.106 +lineto stroke
   3.107 +}bind def
   3.108 +/DC{
   3.109 +newpath 0 360 arc closepath
   3.110 +}bind def
   3.111 +/TM matrix def
   3.112 +/DE{
   3.113 +TM currentmatrix pop
   3.114 +translate scale newpath 0 0 .5 0 360 arc closepath
   3.115 +TM setmatrix
   3.116 +}bind def
   3.117 +/RC/rcurveto load def
   3.118 +/RL/rlineto load def
   3.119 +/ST/stroke load def
   3.120 +/MT/moveto load def
   3.121 +/CL/closepath load def
   3.122 +/Fr{
   3.123 +setrgbcolor fill
   3.124 +}bind def
   3.125 +/Fk{
   3.126 +setcmykcolor fill
   3.127 +}bind def
   3.128 +/Fg{
   3.129 +setgray fill
   3.130 +}bind def
   3.131 +/FL/fill load def
   3.132 +/LW/setlinewidth load def
   3.133 +/Cr/setrgbcolor load def
   3.134 +/Ck/setcmykcolor load def
   3.135 +/Cg/setgray load def
   3.136 +/RE{
   3.137 +findfont
   3.138 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   3.139 +{
   3.140 +1 index/FID ne{def}{pop pop}ifelse
   3.141 +}forall
   3.142 +/Encoding exch def
   3.143 +dup/FontName exch def
   3.144 +currentdict end definefont pop
   3.145 +}bind def
   3.146 +/DEFS 0 def
   3.147 +/EBEGIN{
   3.148 +moveto
   3.149 +DEFS begin
   3.150 +}bind def
   3.151 +/EEND/end load def
   3.152 +/CNT 0 def
   3.153 +/level1 0 def
   3.154 +/PBEGIN{
   3.155 +/level1 save def
   3.156 +translate
   3.157 +div 3 1 roll div exch scale
   3.158 +neg exch neg exch translate
   3.159 +0 setgray
   3.160 +0 setlinecap
   3.161 +1 setlinewidth
   3.162 +0 setlinejoin
   3.163 +10 setmiterlimit
   3.164 +[]0 setdash
   3.165 +/setstrokeadjust where{
   3.166 +pop
   3.167 +false setstrokeadjust
   3.168 +}if
   3.169 +/setoverprint where{
   3.170 +pop
   3.171 +false setoverprint
   3.172 +}if
   3.173 +newpath
   3.174 +/CNT countdictstack def
   3.175 +userdict begin
   3.176 +/showpage{}def
   3.177 +}bind def
   3.178 +/PEND{
   3.179 +clear
   3.180 +countdictstack CNT sub{end}repeat
   3.181 +level1 restore
   3.182 +}bind def
   3.183 +end def
   3.184 +/setpacking where{
   3.185 +pop
   3.186 +setpacking
   3.187 +}if
   3.188 +%%EndResource
   3.189 +%%IncludeResource: font Palatino-Roman
   3.190 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   3.191 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   3.192 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   3.193 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   3.194 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   3.195 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   3.196 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   3.197 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   3.198 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   3.199 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   3.200 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   3.201 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   3.202 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   3.203 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   3.204 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   3.205 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   3.206 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   3.207 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   3.208 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   3.209 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   3.210 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   3.211 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   3.212 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   3.213 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   3.214 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   3.215 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   3.216 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   3.217 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   3.218 +/Palatino-Roman@0 ENC0/Palatino-Roman RE
   3.219 +%%EndProlog
   3.220 +%%Page: 1 1
   3.221 +%%BeginPageSetup
   3.222 +BP
   3.223 +%%EndPageSetup
   3.224 +48.744 32.472 96.372 60.744 DE .4 LW ST/F0 10/Palatino-Roman@0 SF
   3.225 +<736d747064>82.111 62.944 Q 48.744 32.472 96.372 106.176 DE ST
   3.226 +<73656e646d61696c>76.031 108.376 Q 48.744 32.472 96.372 151.68 DE ST
   3.227 +<2e2e2e>92.586 153.88 Q 48.744 32.472 164.556 106.176 DE ST
   3.228 +<71756575652d696e>144.942 108.376 Q 201.888 73.704 188.928 106.176 DL
   3.229 +201.96 73.704 MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Fg 201.96 73.704
   3.230 +MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Cg ST 205.2 89.976 201.96 89.976
   3.231 +DL 211.68 89.976 208.44 89.976 DL 218.16 89.976 214.92 89.976 DL 224.64
   3.232 +89.976 221.4 89.976 DL 231.12 89.976 227.88 89.976 DL 237.672 89.976
   3.233 +234.432 89.976 DL 244.152 89.976 240.912 89.976 DL 250.632 89.976
   3.234 +247.392 89.976 DL 250.632 86.736 250.632 89.976 DL 250.632 79.392
   3.235 +250.632 82.632 DL 250.632 72.12 250.632 75.36 DL 250.632 64.776 250.632
   3.236 +68.016 DL 250.632 57.504 250.632 60.744 DL 247.392 57.504 250.632 57.504
   3.237 +DL 240.912 57.504 244.152 57.504 DL 234.432 57.504 237.672 57.504 DL
   3.238 +227.952 57.504 231.192 57.504 DL 221.4 57.504 224.64 57.504 DL 214.92
   3.239 +57.504 218.16 57.504 DL 208.44 57.504 211.68 57.504 DL 201.96 57.504
   3.240 +205.2 57.504 DL 201.96 60.744 201.96 57.504 DL 201.96 68.016 201.96
   3.241 +64.776 DL 201.96 75.36 201.96 72.12 DL 201.96 82.632 201.96 79.392 DL
   3.242 +201.96 89.976 201.96 86.736 DL<696e636f6d696e67>205.421 69.904 Q
   3.243 +<7175657565>212.676 81.904 Q 263.592 73.704 250.632 73.704 DL 263.664
   3.244 +73.704 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Fg 263.664 73.704 MT -6.48
   3.245 +1.656 RL 0 -3.24 RL CL 0 Cg ST 48.744 32.472 288.036 73.704 DE ST
   3.246 +<7363616e6e696e67>268.195 75.904 Q 325.296 73.704 312.336 73.704 DL
   3.247 +325.368 73.704 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Fg 325.368 73.704 MT
   3.248 +-6.48 1.656 RL 0 -3.24 RL CL 0 Cg ST 328.608 89.976 325.368 89.976 DL
   3.249 +335.088 89.976 331.848 89.976 DL 341.568 89.976 338.328 89.976 DL
   3.250 +348.048 89.976 344.808 89.976 DL 354.6 89.976 351.36 89.976 DL 361.08
   3.251 +89.976 357.84 89.976 DL 367.56 89.976 364.32 89.976 DL 374.04 89.976
   3.252 +370.8 89.976 DL 374.04 86.736 374.04 89.976 DL 374.04 79.392 374.04
   3.253 +82.632 DL 374.04 72.12 374.04 75.36 DL 374.04 64.776 374.04 68.016 DL
   3.254 +374.04 57.504 374.04 60.744 DL 370.8 57.504 374.04 57.504 DL 364.32
   3.255 +57.504 367.56 57.504 DL 357.84 57.504 361.08 57.504 DL 351.36 57.504
   3.256 +354.6 57.504 DL 344.88 57.504 348.12 57.504 DL 338.328 57.504 341.568
   3.257 +57.504 DL 331.848 57.504 335.088 57.504 DL 325.368 57.504 328.608 57.504
   3.258 +DL 325.368 60.744 325.368 57.504 DL 325.368 68.016 325.368 64.776 DL
   3.259 +325.368 75.36 325.368 72.12 DL 325.368 82.632 325.368 79.392 DL 325.368
   3.260 +89.976 325.368 86.736 DL<6f7574676f696e67>329.674 69.904 Q<7175657565>
   3.261 +336.084 81.904 Q 387 106.176 374.04 73.704 DL 387.072 106.176 MT -3.888
   3.262 +-5.4 RL 3.024 -1.224 RL CL 0 Fg 387.072 106.176 MT -3.888 -5.4 RL 3.024
   3.263 +-1.224 RL CL 0 Cg ST 48.744 32.472 411.444 106.176 DE ST
   3.264 +<71756575652d6f7574>388.748 108.376 Q 48.744 32.472 479.628 60.744 DE ST
   3.265 +<736d7470>468.494 62.944 Q 48.744 32.472 479.628 106.176 DE ST<70697065>
   3.266 +469.804 108.376 Q 48.744 32.472 479.628 151.68 DE ST<2e2e2e>475.914
   3.267 +153.88 Q 140.256 106.248 120.744 60.744 DL 140.184 106.176 MT -4.032
   3.268 +-5.328 RL 2.952 -1.296 RL CL 0 Fg 140.184 106.176 MT -4.032 -5.328 RL
   3.269 +2.952 -1.296 RL CL 0 Cg ST 140.256 106.176 120.744 106.176 DL 140.184
   3.270 +106.176 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Fg 140.184 106.176 MT -6.48
   3.271 +1.656 RL 0 -3.24 RL CL 0 Cg ST 140.256 106.176 120.744 151.68 DL 140.184
   3.272 +106.176 MT -1.08 6.624 RL -2.952 -1.296 RL CL 0 Fg 140.184 106.176 MT
   3.273 +-1.08 6.624 RL -2.952 -1.296 RL CL 0 Cg ST 455.328 60.672 435.816
   3.274 +106.176 DL 455.256 60.744 MT -1.08 6.624 RL -2.952 -1.296 RL CL 0 Fg
   3.275 +455.256 60.744 MT -1.08 6.624 RL -2.952 -1.296 RL CL 0 Cg ST 455.328
   3.276 +106.176 435.816 106.176 DL 455.256 106.176 MT -6.48 1.656 RL 0 -3.24 RL
   3.277 +CL 0 Fg 455.256 106.176 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Cg ST 455.328
   3.278 +151.68 435.816 106.176 DL 455.256 151.68 MT -4.032 -5.328 RL 2.952
   3.279 +-1.296 RL CL 0 Fg 455.256 151.68 MT -4.032 -5.328 RL 2.952 -1.296 RL CL
   3.280 +0 Cg ST 288 57.504 288 57.504 DL 288 54.192 288 54.192 DL 288 50.952 288
   3.281 +50.952 DL 288 47.712 288 47.712 DL 288 44.472 288 44.472 DL 288 41.232
   3.282 +288 41.232 DL 288 37.992 288 37.992 DL 288 34.752 288 34.752 DL 288
   3.283 +31.512 288 31.512 DL 288 28.272 288 28.272 DL 288 24.96 288 24.96 DL
   3.284 +<65787465726e616c206d61696c207363616e6e657273>238.685 20.68 Q 288 89.976
   3.285 +288 89.976 DL 288 93.216 288 93.216 DL 288 96.456 288 96.456 DL 288
   3.286 +99.696 288 99.696 DL 288 102.936 288 102.936 DL 288 106.176 288 106.176
   3.287 +DL 288 109.416 288 109.416 DL 288 112.656 288 112.656 DL 288 115.968 288
   3.288 +115.968 DL 288 119.208 288 119.208 DL 288 122.448 288 122.448 DL 266.904
   3.289 +154.92 263.664 154.92 DL 273.384 154.92 270.144 154.92 DL 279.864 154.92
   3.290 +276.624 154.92 DL 286.344 154.92 283.104 154.92 DL 292.896 154.92
   3.291 +289.656 154.92 DL 299.376 154.92 296.136 154.92 DL 305.856 154.92
   3.292 +302.616 154.92 DL 312.336 154.92 309.096 154.92 DL 312.336 151.68
   3.293 +312.336 154.92 DL 312.336 144.336 312.336 147.576 DL 312.336 137.064
   3.294 +312.336 140.304 DL 312.336 129.72 312.336 132.96 DL 312.336 122.448
   3.295 +312.336 125.688 DL 309.096 122.448 312.336 122.448 DL 302.616 122.448
   3.296 +305.856 122.448 DL 296.136 122.448 299.376 122.448 DL 289.656 122.448
   3.297 +292.896 122.448 DL 283.104 122.448 286.344 122.448 DL 276.624 122.448
   3.298 +279.864 122.448 DL 270.144 122.448 273.384 122.448 DL 263.664 122.448
   3.299 +266.904 122.448 DL 263.664 125.688 263.664 122.448 DL 263.664 132.96
   3.300 +263.664 129.72 DL 263.664 140.304 263.664 137.064 DL 263.664 147.576
   3.301 +263.664 144.336 DL 263.664 154.92 263.664 151.68 DL<6d657373616765>
   3.302 +269.275 134.848 Q<706f6f6c>278.08 146.848 Q 201.888 138.648 188.928
   3.303 +106.176 DL 263.664 138.648 201.96 138.648 DL 263.664 138.648 MT -6.48
   3.304 +1.656 RL 0 -3.24 RL CL 0 Fg 263.664 138.648 MT -6.48 1.656 RL 0 -3.24 RL
   3.305 +CL 0 Cg ST 374.112 138.648 387.072 106.176 DL 312.336 138.648 374.04
   3.306 +138.648 DL 387.072 106.176 MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Fg
   3.307 +387.072 106.176 MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Cg ST 0 Cg EP
   3.308 +%%Trailer
   3.309 +end
   3.310 +%%Trailer
   3.311 +cleartomark
   3.312 +countdictstack
   3.313 +exch sub { end } repeat
   3.314 +restore
   3.315 +%%EOF
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/fig/proxy-setup.eps	Wed Mar 11 14:18:28 2009 +0100
     4.3 @@ -0,0 +1,257 @@
     4.4 +%!PS-Adobe-2.0 EPSF-2.0
     4.5 +%%BoundingBox: 72 736 533 830
     4.6 +%%HiResBoundingBox: 72.000000 736.500000 532.500000 830.000000
     4.7 +%%Creator: groff version 1.18.1
     4.8 +%%CreationDate: Mon Feb  9 01:00:43 2009
     4.9 +%%DocumentNeededResources: font Palatino-Roman
    4.10 +%%DocumentSuppliedResources: procset grops 1.18 1
    4.11 +%%PageOrder: Ascend
    4.12 +%%EndComments
    4.13 +% EPSF created by ps2eps 1.64
    4.14 +%%BeginProlog
    4.15 +save
    4.16 +countdictstack
    4.17 +mark
    4.18 +newpath
    4.19 +/showpage {} def
    4.20 +/setpagedevice {pop} def
    4.21 +%%EndProlog
    4.22 +%%Page 1 1
    4.23 +%%BeginProlog
    4.24 +%%BeginResource: procset grops 1.18 1
    4.25 +/setpacking where{
    4.26 +pop
    4.27 +currentpacking
    4.28 +true setpacking
    4.29 +}if
    4.30 +/grops 120 dict dup begin
    4.31 +/SC 32 def
    4.32 +/A/show load def
    4.33 +/B{0 SC 3 -1 roll widthshow}bind def
    4.34 +/C{0 exch ashow}bind def
    4.35 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    4.36 +/E{0 rmoveto show}bind def
    4.37 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    4.38 +/G{0 rmoveto 0 exch ashow}bind def
    4.39 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.40 +/I{0 exch rmoveto show}bind def
    4.41 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    4.42 +/K{0 exch rmoveto 0 exch ashow}bind def
    4.43 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.44 +/M{rmoveto show}bind def
    4.45 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    4.46 +/O{rmoveto 0 exch ashow}bind def
    4.47 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.48 +/Q{moveto show}bind def
    4.49 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    4.50 +/S{moveto 0 exch ashow}bind def
    4.51 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.52 +/SF{
    4.53 +findfont exch
    4.54 +[exch dup 0 exch 0 exch neg 0 0]makefont
    4.55 +dup setfont
    4.56 +[exch/setfont cvx]cvx bind def
    4.57 +}bind def
    4.58 +/MF{
    4.59 +findfont
    4.60 +[5 2 roll
    4.61 +0 3 1 roll
    4.62 +neg 0 0]makefont
    4.63 +dup setfont
    4.64 +[exch/setfont cvx]cvx bind def
    4.65 +}bind def
    4.66 +/level0 0 def
    4.67 +/RES 0 def
    4.68 +/PL 0 def
    4.69 +/LS 0 def
    4.70 +/MANUAL{
    4.71 +statusdict begin/manualfeed true store end
    4.72 +}bind def
    4.73 +/PLG{
    4.74 +gsave newpath clippath pathbbox grestore
    4.75 +exch pop add exch pop
    4.76 +}bind def
    4.77 +/BP{
    4.78 +/level0 save def
    4.79 +1 setlinecap
    4.80 +1 setlinejoin
    4.81 +72 RES div dup scale
    4.82 +LS{
    4.83 +90 rotate
    4.84 +}{
    4.85 +0 PL translate
    4.86 +}ifelse
    4.87 +1 -1 scale
    4.88 +}bind def
    4.89 +/EP{
    4.90 +level0 restore
    4.91 +showpage
    4.92 +}bind def
    4.93 +/DA{
    4.94 +newpath arcn stroke
    4.95 +}bind def
    4.96 +/SN{
    4.97 +transform
    4.98 +.25 sub exch .25 sub exch
    4.99 +round .25 add exch round .25 add exch
   4.100 +itransform
   4.101 +}bind def
   4.102 +/DL{
   4.103 +SN
   4.104 +moveto
   4.105 +SN
   4.106 +lineto stroke
   4.107 +}bind def
   4.108 +/DC{
   4.109 +newpath 0 360 arc closepath
   4.110 +}bind def
   4.111 +/TM matrix def
   4.112 +/DE{
   4.113 +TM currentmatrix pop
   4.114 +translate scale newpath 0 0 .5 0 360 arc closepath
   4.115 +TM setmatrix
   4.116 +}bind def
   4.117 +/RC/rcurveto load def
   4.118 +/RL/rlineto load def
   4.119 +/ST/stroke load def
   4.120 +/MT/moveto load def
   4.121 +/CL/closepath load def
   4.122 +/Fr{
   4.123 +setrgbcolor fill
   4.124 +}bind def
   4.125 +/Fk{
   4.126 +setcmykcolor fill
   4.127 +}bind def
   4.128 +/Fg{
   4.129 +setgray fill
   4.130 +}bind def
   4.131 +/FL/fill load def
   4.132 +/LW/setlinewidth load def
   4.133 +/Cr/setrgbcolor load def
   4.134 +/Ck/setcmykcolor load def
   4.135 +/Cg/setgray load def
   4.136 +/RE{
   4.137 +findfont
   4.138 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   4.139 +{
   4.140 +1 index/FID ne{def}{pop pop}ifelse
   4.141 +}forall
   4.142 +/Encoding exch def
   4.143 +dup/FontName exch def
   4.144 +currentdict end definefont pop
   4.145 +}bind def
   4.146 +/DEFS 0 def
   4.147 +/EBEGIN{
   4.148 +moveto
   4.149 +DEFS begin
   4.150 +}bind def
   4.151 +/EEND/end load def
   4.152 +/CNT 0 def
   4.153 +/level1 0 def
   4.154 +/PBEGIN{
   4.155 +/level1 save def
   4.156 +translate
   4.157 +div 3 1 roll div exch scale
   4.158 +neg exch neg exch translate
   4.159 +0 setgray
   4.160 +0 setlinecap
   4.161 +1 setlinewidth
   4.162 +0 setlinejoin
   4.163 +10 setmiterlimit
   4.164 +[]0 setdash
   4.165 +/setstrokeadjust where{
   4.166 +pop
   4.167 +false setstrokeadjust
   4.168 +}if
   4.169 +/setoverprint where{
   4.170 +pop
   4.171 +false setoverprint
   4.172 +}if
   4.173 +newpath
   4.174 +/CNT countdictstack def
   4.175 +userdict begin
   4.176 +/showpage{}def
   4.177 +}bind def
   4.178 +/PEND{
   4.179 +clear
   4.180 +countdictstack CNT sub{end}repeat
   4.181 +level1 restore
   4.182 +}bind def
   4.183 +end def
   4.184 +/setpacking where{
   4.185 +pop
   4.186 +setpacking
   4.187 +}if
   4.188 +%%EndResource
   4.189 +%%IncludeResource: font Palatino-Roman
   4.190 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   4.191 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   4.192 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   4.193 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   4.194 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   4.195 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   4.196 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   4.197 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   4.198 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   4.199 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   4.200 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   4.201 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   4.202 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   4.203 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   4.204 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   4.205 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   4.206 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   4.207 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   4.208 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   4.209 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   4.210 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   4.211 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   4.212 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   4.213 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   4.214 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   4.215 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   4.216 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   4.217 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   4.218 +/Palatino-Roman@0 ENC0/Palatino-Roman RE
   4.219 +%%EndProlog
   4.220 +%%Page: 1 1
   4.221 +%%BeginPageSetup
   4.222 +BP
   4.223 +%%EndPageSetup
   4.224 +453.6 105.6 MT 0 -93.6 RL -302.4 0 RL 0 93.6 RL CL .4 LW ST 151.2 60.24
   4.225 +MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL ST/F0 10/Palatino-Roman@0 SF<3235>
   4.226 +135.4 51.64 Q 72 49.44 129.6 49.44 DL 129.6 49.44 MT -7.2 1.8 RL 0 -3.6
   4.227 +RL CL 0 Fg 129.6 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<534d5450>
   4.228 +87.36 45.64 Q<6672>72.155 57.64 Q<6f6d2072>-.18 E<656d6f7465>-.18 E
   4.229 +187.2 49.44 151.2 49.44 DL 187.2 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg
   4.230 +187.2 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<534d5450>155.76 45.64 Q
   4.231 +241.2 67.44 MT 0 -36 RL -54 0 RL 0 36 RL CL ST<7072>201.22 51.64 Q
   4.232 +<6f7879>-.18 E 277.2 49.44 241.2 49.44 DL 277.2 49.44 MT -7.2 1.8 RL 0
   4.233 +-3.6 RL CL 0 Fg 277.2 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST
   4.234 +<534d5450>245.76 45.64 Q 298.8 60.24 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL
   4.235 +CL ST<58>284.665 51.64 Q 334.8 49.44 298.8 49.44 DL 334.8 49.44 MT -7.2
   4.236 +1.8 RL 0 -3.6 RL CL 0 Fg 334.8 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST
   4.237 +<534d5450>303.36 45.64 Q 388.8 67.44 MT 0 -36 RL -54 0 RL 0 36 RL CL ST
   4.238 +<6d6173716d61696c>340.14 51.64 Q 453.6 38.64 388.8 38.64 DL 453.6 38.64
   4.239 +MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 453.6 38.64 MT -7.2 1.8 RL 0 -3.6 RL CL
   4.240 +0 Cg ST<534d5450>407.76 34.84 Q 475.2 49.44 MT 0 -21.6 RL -21.6 0 RL 0
   4.241 +21.6 RL CL ST 532.8 38.64 475.2 38.64 DL 532.8 38.64 MT -7.2 1.8 RL 0
   4.242 +-3.6 RL CL 0 Fg 532.8 38.64 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST
   4.243 +<534d5450>490.56 34.84 Q<746f2072>482.94 46.84 Q<656d6f7465>-.18 E
   4.244 +412.776 49.44 388.8 49.44 DL 412.776 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0
   4.245 +Fg 412.776 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 441.576 55.2 MT 0
   4.246 +-11.52 RL -28.8 0 RL 0 11.52 RL CL ST<70697065>417.316 51.64 Q 424.8
   4.247 +60.24 388.8 60.24 DL 424.8 74.64 424.8 60.24 DL 424.8 74.64 MT -1.8 -7.2
   4.248 +RL 3.6 0 RL CL 0 Fg 424.8 74.64 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Cg ST
   4.249 +<6d61696c626f78>406.9 82.84 Q 298.8 80.04 334.8 58.44 DL 334.8 58.44 MT
   4.250 +-5.256 5.256 RL -1.872 -3.096 RL CL 0 Fg 334.8 58.44 MT -5.256 5.256 RL
   4.251 +-1.872 -3.096 RL CL 0 Cg ST<737464696e>309.38 83.44 Q<73656e646d61696c>
   4.252 +251.495 82.24 Q<636f6d6d616e64>249.555 94.24 Q 0 Cg EP
   4.253 +%%Trailer
   4.254 +end
   4.255 +%%Trailer
   4.256 +cleartomark
   4.257 +countdictstack
   4.258 +exch sub { end } repeat
   4.259 +restore
   4.260 +%%EOF
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/tbl/func-requirements.tbl	Wed Mar 11 14:18:28 2009 +0100
     5.3 @@ -0,0 +1,16 @@
     5.4 +\begin{tabular}[hbt]{| l || c | c | c |}
     5.5 +	\hline
     5.6 +	Requirement & Importance & Pending work & Focus \\
     5.7 +	\hline \hline
     5.8 +	RF\,1: In/out channels    & ++ & - & + \\
     5.9 +	RF\,2: Mail queuing       & ++ & - & + \\
    5.10 +	RF\,3: Header sanitizing  & 0 & - & - \\
    5.11 +	RF\,4: Aliasing           & 0 & - & - \\
    5.12 +	RF\,5: Route management   & + & - & 0 \\
    5.13 +	RF\,6: Authentication     & ++ & + & +++ \\
    5.14 +	RF\,7: Encryption         & ++ & + & +++ \\
    5.15 +	RF\,8: Spam handling      & + & ++ & +++ \\
    5.16 +	RF\,9: Malware handling   & - & + & 0 \\
    5.17 +	RF\,10: Archiving         & - & + & 0 \\
    5.18 +	\hline
    5.19 +\end{tabular}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/tbl/mta-comparison.tbl	Wed Mar 11 14:18:28 2009 +0100
     6.3 @@ -0,0 +1,16 @@
     6.4 +\begin{tabular}[hbt]{| l || p{3.1em} | p{3.2em} | l | p{6em} |}
     6.5 +	\hline
     6.6 +	MTA & first release & lines of C code & architecture & design goals \\
     6.7 +	\hline
     6.8 +	\hline
     6.9 +	sendmail & 1983 & 92k & monolithic & flexibility \\
    6.10 +	\hline
    6.11 +	exim & 1995 & 85k & monolithic & generality, flexibility, extensive checking \\
    6.12 +	\hline
    6.13 +	qmail & 1996 & 14k & modular & security \\
    6.14 +	\hline
    6.15 +	postfix & 1999 & 87k & modular & performance and security \\
    6.16 +	\hline
    6.17 +	masqmail & 1999 & 9k & monolithic & non-permanent Internet connections \\
    6.18 +	\hline
    6.19 +\end{tabular}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/tbl/mta-market-share.tbl	Wed Mar 11 14:18:28 2009 +0100
     7.3 @@ -0,0 +1,93 @@
     7.4 +\begin{tabular}[hbt]{| r || p{0.16\textwidth} r | p{0.16\textwidth} r | p{0.16\textwidth} r |}
     7.5 +	\hline
     7.6 +	\# &
     7.7 +Bernstein & 2001 &
     7.8 +O'ReillyNet & 2007 &
     7.9 +MailRadar & ? \\
    7.10 +	\hline \hline
    7.11 +	1 &
    7.12 +\textbf{sendmail} & 42\,\% &
    7.13 +\textbf{sendmail} & 12\,\% &
    7.14 +\textbf{sendmail} & 24\,\% \\
    7.15 +	\hline
    7.16 +	2 &
    7.17 +Microsoft Exchange & 18\,\% &
    7.18 +\textbf{postfix} & 9\,\% &
    7.19 +\textbf{postfix} & 20\,\% \\
    7.20 +	\hline
    7.21 +	3 &
    7.22 +\textbf{qmail} & 17\,\% &
    7.23 +Microsoft Exchange & 8\,\% &
    7.24 +\textbf{qmail} & 17\,\% \\
    7.25 +	\hline
    7.26 +	4 &
    7.27 +IMail & 6\,\% &
    7.28 +\textbf{qmail} & 5\,\% &
    7.29 +Microsoft Mail & 15\,\% \\
    7.30 +	\hline
    7.31 +	5 &
    7.32 +\textbf{postfix} & 2\,\% &
    7.33 +\textbf{exim} & 5\,\% &
    7.34 +\textbf{exim} & 13\,\% \\
    7.35 +	\hline
    7.36 +	6 &
    7.37 +\textbf{exim} & 2\,\% &
    7.38 +Cisco & 3\,\% &
    7.39 +IMail & 2\,\% \\
    7.40 +	\hline
    7.41 +	7 &
    7.42 +NTMail & 1\,\% &
    7.43 +Barracuda & 3\,\% &
    7.44 +Microsoft Exchange & 1\,\% \\
    7.45 +%	\hline
    7.46 +%	8 &
    7.47 +%NetWin Dmail & 1\,\% &
    7.48 +% &  &
    7.49 +%mail security layers & 1\,\% \\
    7.50 +%	\hline
    7.51 +%	9 &
    7.52 +%Software.com Post.Office & 1\,\% &
    7.53 +% &  &
    7.54 +%InterMail & 1\,\% \\
    7.55 +%	\hline
    7.56 +%	10 &
    7.57 +% & &
    7.58 +% & &
    7.59 +%Lotus Domino & 1\,\% \\
    7.60 +%	\hline
    7.61 +	\hline \hline
    7.62 +	&
    7.63 +\textit{mail security layers} & 4\,\% & %smap 2.4 and some small ones
    7.64 +\textit{mail security layers} & 22\,\% &
    7.65 +\textit{mail security layers} & 2\,\% \\ % symantec 1
    7.66 +	\hline
    7.67 +\end{tabular}
    7.68 +
    7.69 +
    7.70 +
    7.71 +%\begin{tabular}[hbt]{| r || p{0.16\textwidth} r | p{0.16\textwidth} r | p{0.16\textwidth} r |}
    7.72 +%	\hline
    7.73 +%	\# & O'ReillyNet & 2007 & MailRadar & YYYY & Bernstein & 2001 \\
    7.74 +%	\hline \hline
    7.75 +%	1 & \textbf{sendmail} & 12.3\,\% & \textbf{sendmail} & 24\,\% & \textbf{sendmail} & 42.3\,\% \\
    7.76 +%	\hline
    7.77 +%	2 & \textbf{postfix} & 8.6\,\% & \textbf{postfix} & 20\,\% & Microsoft Exchange & 18.4\,\% \\
    7.78 +%	\hline
    7.79 +%	3 & Postini & 8.5\,\% & \textbf{qmail} & 17\,\% & \textbf{qmail} & 17.4\,\% \\
    7.80 +%	\hline
    7.81 +%	4 & Microsoft Exchange & 7.6\,\% & Microsoft Mail & 15\,\% & IMail & 5.9\,\% \\
    7.82 +%	\hline
    7.83 +%	5 & MXLogic & 6.0\,\% & \textbf{exim} & 13\,\% & smap & 2.4\,\% \\
    7.84 +%	\hline
    7.85 +%	6 & \textbf{qmail} & 5.3\,\% & IMail & 2\,\% & \textbf{postfix} & 1.6\,\% \\
    7.86 +%	\hline
    7.87 +%	7 & \textbf{exim} & 5.0\,\% & Microsoft Exchange & 1\,\% & \textbf{exim} & 1.5\,\% \\
    7.88 +%	\hline
    7.89 +%	8 & Concentric Hosting & 4.5\,\% & Symantec Mail Security & 1\,\% & NTMail & 1.3\,\% \\
    7.90 +%	\hline
    7.91 +%	9 & Cisco & 3.0\,\% & InterMail & 1\,\% & NetWin Dmail & 0.8\,\% \\
    7.92 +%	\hline
    7.93 +%	10 & Barracuda & 2.8\,\% & Lotus Domino & 1\,\% & Software.com Post.Office & 0.6\,\% \\
    7.94 +%	\hline
    7.95 +%\end{tabular}
    7.96 +
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/tbl/nonf-requirements.tbl	Wed Mar 11 14:18:28 2009 +0100
     8.3 @@ -0,0 +1,16 @@
     8.4 +\begin{tabular}[hbt]{| l || c | c | c |}
     8.5 +	\hline
     8.6 +	Requirement & Importance & Pending work & Focus \\
     8.7 +	\hline \hline
     8.8 +	RG\,1: Security           & ++ & + & +++ \\
     8.9 +	RG\,2: Reliability        & ++ & + & +++ \\
    8.10 +	RG\,3: Robustness         & + & + & ++ \\
    8.11 +	RG\,4: Extendability      & + & ++ & +++ \\
    8.12 +	RG\,5: Maintainability    & + & 0 & + \\
    8.13 +	RG\,6: Testability        & 0 & 0 & 0 \\
    8.14 +	RG\,7: Performance        & -{}- & - & -{}-{}- \\
    8.15 +	RG\,8: Availability       & - & - & -{}- \\
    8.16 +	RG\,9: Portability        & - & -{}- & -{}-{}- \\
    8.17 +	RG\,10: Usability         & + & -{}- & - \\
    8.18 +	\hline
    8.19 +\end{tabular}