docs/diploma

diff thesis/fig/callgraph.ps @ 399:a641bea7a087

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