docs/masqmail-diploma-pres

changeset 1:50ad2db3fd18

added lots of backup slides and did minor improvements
author meillo@marmaro.de
date Wed, 11 Feb 2009 17:48:50 +0100
parents 8cdf347664b6
children c2f681ed6dea
files .hgignore fig/callgraph.eps fig/comm-classification.eps fig/comm-lifecycle.eps fig/email-swot.eps fig/ipc-protocol.eps fig/mail-agents.eps fig/masqmail-arch-new.eps fig/masqmail-channels.eps fig/masqmail-typical-usage.eps fig/mta-channels.eps fig/proxy-setup.eps fig/stunnel.eps masqmail.tex
diffstat 14 files changed, 12670 insertions(+), 124 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Wed Feb 11 17:48:50 2009 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +syntax: glob
     1.5 +*~
     1.6 +*.swp
     1.7 +
     1.8 +*.{aux,log,lof,lot,nav,out,snm,toc,bak}
     1.9 +*.pdf
    1.10 +*.ps
    1.11 +*.dvi
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/fig/callgraph.eps	Wed Feb 11 17:48:50 2009 +0100
     2.3 @@ -0,0 +1,9410 @@
     2.4 +%!PS-Adobe-3.0 EPSF-3.0
     2.5 +%%BoundingBox: 36 36 504 423
     2.6 +%%HiResBoundingBox: 36.000000 36.500000 504.000000 422.500000
     2.7 +%%Creator: Graphviz version 2.20.2 (Sun Oct 12 22:28:10 UTC 2008)
     2.8 +%%For: (meillo) Meillo  r e t u r n s,,,
     2.9 +%%Title: callgraph
    2.10 +%%EndComments
    2.11 +% EPSF created by ps2eps 1.64
    2.12 +%%BeginProlog
    2.13 +save
    2.14 +countdictstack
    2.15 +mark
    2.16 +newpath
    2.17 +/showpage {} def
    2.18 +/setpagedevice {pop} def
    2.19 +%%EndProlog
    2.20 +%%Page 1 1
    2.21 +save
    2.22 +%%BeginProlog
    2.23 +/DotDict 200 dict def
    2.24 +DotDict begin
    2.25 +%%BeginResource: procset graphviz 0 0
    2.26 +/InvScaleFactor 1.0 def
    2.27 +/set_scale {
    2.28 +       dup 1 exch div /InvScaleFactor exch def
    2.29 +       scale
    2.30 +} bind def
    2.31 +% styles
    2.32 +/solid { [] 0 setdash } bind def
    2.33 +/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
    2.34 +/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
    2.35 +/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
    2.36 +/bold { 2 setlinewidth } bind def
    2.37 +/filled { } bind def
    2.38 +/unfilled { } bind def
    2.39 +/rounded { } bind def
    2.40 +/diagonals { } bind def
    2.41 +% hooks for setting color 
    2.42 +/nodecolor { sethsbcolor } bind def
    2.43 +/edgecolor { sethsbcolor } bind def
    2.44 +/graphcolor { sethsbcolor } bind def
    2.45 +/nopcolor {pop pop pop} bind def
    2.46 +/boxprim {				% xcorner ycorner xsize ysize
    2.47 +		4 2 roll
    2.48 +		moveto
    2.49 +		2 copy
    2.50 +		exch 0 rlineto
    2.51 +		0 exch rlineto
    2.52 +		pop neg 0 rlineto
    2.53 +		closepath
    2.54 +} bind def
    2.55 +/ellipse_path {
    2.56 +	/ry exch def
    2.57 +	/rx exch def
    2.58 +	/y exch def
    2.59 +	/x exch def
    2.60 +	matrix currentmatrix
    2.61 +	newpath
    2.62 +	x y translate
    2.63 +	rx ry scale
    2.64 +	0 0 1 0 360 arc
    2.65 +	setmatrix
    2.66 +} bind def
    2.67 +/endpage { showpage } bind def
    2.68 +/showpage { } def
    2.69 +/layercolorseq
    2.70 +	[	% layer color sequence - darkest to lightest
    2.71 +		[0 0 0]
    2.72 +		[.2 .8 .8]
    2.73 +		[.4 .8 .8]
    2.74 +		[.6 .8 .8]
    2.75 +		[.8 .8 .8]
    2.76 +	]
    2.77 +def
    2.78 +/layerlen layercolorseq length def
    2.79 +/setlayer {/maxlayer exch def /curlayer exch def
    2.80 +	layercolorseq curlayer 1 sub layerlen mod get
    2.81 +	aload pop sethsbcolor
    2.82 +	/nodecolor {nopcolor} def
    2.83 +	/edgecolor {nopcolor} def
    2.84 +	/graphcolor {nopcolor} def
    2.85 +} bind def
    2.86 +/onlayer { curlayer ne {invis} if } def
    2.87 +/onlayers {
    2.88 +	/myupper exch def
    2.89 +	/mylower exch def
    2.90 +	curlayer mylower lt
    2.91 +	curlayer myupper gt
    2.92 +	or
    2.93 +	{invis} if
    2.94 +} def
    2.95 +/curlayer 0 def
    2.96 +%%EndResource
    2.97 +%%EndProlog
    2.98 +%%BeginSetup
    2.99 +1 setmiterlimit
   2.100 +% /arrowlength 10 def
   2.101 +% /arrowwidth 5 def
   2.102 +% make sure pdfmark is harmless for PS-interpreters other than Distiller
   2.103 +/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
   2.104 +% make '<<' and '>>' safe on PS Level 1 devices
   2.105 +/languagelevel where {pop languagelevel}{1} ifelse
   2.106 +2 lt {
   2.107 +    userdict (<<) cvn ([) cvn load put
   2.108 +    userdict (>>) cvn ([) cvn load put
   2.109 +} if
   2.110 +%%EndSetup
   2.111 +%%Page: 1 1
   2.112 +%%PageBoundingBox: 36 36 540 458
   2.113 +%%PageOrientation: Portrait
   2.114 +gsave
   2.115 +36 36 504 422 boxprim clip newpath
   2.116 +0.114545 0.114545 set_scale 0 rotate 318.286 318.286 translate
   2.117 +% skip_comment
   2.118 +gsave
   2.119 +1 setlinewidth
   2.120 +0.000 0.000 0.000 nodecolor
   2.121 +4294 1674 68.79 18 ellipse_path stroke
   2.122 +0.000 0.000 0.000 nodecolor
   2.123 +grestore
   2.124 +% skip_comment->skip_comment
   2.125 +gsave
   2.126 +1 setlinewidth
   2.127 +solid
   2.128 +0.000 0.000 0.000 edgecolor
   2.129 +newpath 4255 1689 moveto
   2.130 +4243 1700 4256 1710 4294 1710 curveto
   2.131 +4321 1710 4335 1705 4337 1698 curveto
   2.132 +stroke
   2.133 +0.000 0.000 0.000 edgecolor
   2.134 +newpath 4340.26 1696.72 moveto
   2.135 +4333 1689 lineto
   2.136 +4333.86 1699.56 lineto
   2.137 +closepath fill
   2.138 +1 setlinewidth
   2.139 +solid
   2.140 +0.000 0.000 0.000 edgecolor
   2.141 +newpath 4340.26 1696.72 moveto
   2.142 +4333 1689 lineto
   2.143 +4333.86 1699.56 lineto
   2.144 +closepath stroke
   2.145 +grestore
   2.146 +% parse_address_list
   2.147 +gsave
   2.148 +1 setlinewidth
   2.149 +0.000 0.000 0.000 nodecolor
   2.150 +3031 1902 82.89 18 ellipse_path stroke
   2.151 +0.000 0.000 0.000 nodecolor
   2.152 +grestore
   2.153 +% parse_list
   2.154 +gsave
   2.155 +1 setlinewidth
   2.156 +0.000 0.000 0.000 nodecolor
   2.157 +3284 1967 47.95 18 ellipse_path stroke
   2.158 +0.000 0.000 0.000 nodecolor
   2.159 +grestore
   2.160 +% parse_address_list->parse_list
   2.161 +gsave
   2.162 +1 setlinewidth
   2.163 +solid
   2.164 +0.000 0.000 0.000 edgecolor
   2.165 +newpath 3085 1916 moveto
   2.166 +3130 1927 3191 1943 3234 1955 curveto
   2.167 +stroke
   2.168 +0.000 0.000 0.000 edgecolor
   2.169 +newpath 3233.51 1958.47 moveto
   2.170 +3244 1957 lineto
   2.171 +3234.88 1951.61 lineto
   2.172 +closepath fill
   2.173 +1 setlinewidth
   2.174 +solid
   2.175 +0.000 0.000 0.000 edgecolor
   2.176 +newpath 3233.51 1958.47 moveto
   2.177 +3244 1957 lineto
   2.178 +3234.88 1951.61 lineto
   2.179 +closepath stroke
   2.180 +grestore
   2.181 +% create_address
   2.182 +gsave
   2.183 +1 setlinewidth
   2.184 +0.000 0.000 0.000 nodecolor
   2.185 +3537 1404 68.99 18 ellipse_path stroke
   2.186 +0.000 0.000 0.000 nodecolor
   2.187 +grestore
   2.188 +% parse_address_list->create_address
   2.189 +gsave
   2.190 +1 setlinewidth
   2.191 +solid
   2.192 +0.000 0.000 0.000 edgecolor
   2.193 +newpath 3049 1884 moveto
   2.194 +3073 1859 3116 1810 3140 1761 curveto
   2.195 +3170 1700 3128 1661 3176 1615 curveto
   2.196 +3247 1547 3321 1639 3392 1572 curveto
   2.197 +3439 1527 3383 1476 3428 1431 curveto
   2.198 +3437 1422 3448 1416 3460 1412 curveto
   2.199 +stroke
   2.200 +0.000 0.000 0.000 edgecolor
   2.201 +newpath 3461.43 1415.23 moveto
   2.202 +3470 1409 lineto
   2.203 +3459.42 1408.52 lineto
   2.204 +closepath fill
   2.205 +1 setlinewidth
   2.206 +solid
   2.207 +0.000 0.000 0.000 edgecolor
   2.208 +newpath 3461.43 1415.23 moveto
   2.209 +3470 1409 lineto
   2.210 +3459.42 1408.52 lineto
   2.211 +closepath stroke
   2.212 +grestore
   2.213 +% _create_address
   2.214 +gsave
   2.215 +1 setlinewidth
   2.216 +0.000 0.000 0.000 nodecolor
   2.217 +3805 1566 75.05 18 ellipse_path stroke
   2.218 +0.000 0.000 0.000 nodecolor
   2.219 +grestore
   2.220 +% create_address->_create_address
   2.221 +gsave
   2.222 +1 setlinewidth
   2.223 +solid
   2.224 +0.000 0.000 0.000 edgecolor
   2.225 +newpath 3597 1413 moveto
   2.226 +3613 1417 3631 1423 3646 1431 curveto
   2.227 +3701 1459 3754 1510 3782 1540 curveto
   2.228 +stroke
   2.229 +0.000 0.000 0.000 edgecolor
   2.230 +newpath 3779.78 1542.78 moveto
   2.231 +3789 1548 lineto
   2.232 +3785.05 1538.17 lineto
   2.233 +closepath fill
   2.234 +1 setlinewidth
   2.235 +solid
   2.236 +0.000 0.000 0.000 edgecolor
   2.237 +newpath 3779.78 1542.78 moveto
   2.238 +3789 1548 lineto
   2.239 +3785.05 1538.17 lineto
   2.240 +closepath stroke
   2.241 +grestore
   2.242 +% destroy_message
   2.243 +gsave
   2.244 +1 setlinewidth
   2.245 +0.000 0.000 0.000 nodecolor
   2.246 +771 2060 78.02 18 ellipse_path stroke
   2.247 +0.000 0.000 0.000 nodecolor
   2.248 +grestore
   2.249 +% msg_free_data
   2.250 +gsave
   2.251 +1 setlinewidth
   2.252 +0.000 0.000 0.000 nodecolor
   2.253 +3284 2803 68.79 18 ellipse_path stroke
   2.254 +0.000 0.000 0.000 nodecolor
   2.255 +grestore
   2.256 +% destroy_message->msg_free_data
   2.257 +gsave
   2.258 +1 setlinewidth
   2.259 +solid
   2.260 +0.000 0.000 0.000 edgecolor
   2.261 +newpath 848 2064 moveto
   2.262 +1024 2074 1469 2106 1832 2185 curveto
   2.263 +1963 2213 1999 2217 2118 2277 curveto
   2.264 +2267 2350 2279 2410 2422 2492 curveto
   2.265 +2520 2547 2547 2557 2652 2595 curveto
   2.266 +2754 2630 2808 2582 2886 2656 curveto
   2.267 +2924 2690 2883 2732 2922 2765 curveto
   2.268 +2944 2782 3107 2793 3206 2799 curveto
   2.269 +stroke
   2.270 +0.000 0.000 0.000 edgecolor
   2.271 +newpath 3205.7 2802.49 moveto
   2.272 +3216 2800 lineto
   2.273 +3206.4 2795.52 lineto
   2.274 +closepath fill
   2.275 +1 setlinewidth
   2.276 +solid
   2.277 +0.000 0.000 0.000 edgecolor
   2.278 +newpath 3205.7 2802.49 moveto
   2.279 +3216 2800 lineto
   2.280 +3206.4 2795.52 lineto
   2.281 +closepath stroke
   2.282 +grestore
   2.283 +% table_read
   2.284 +gsave
   2.285 +1 setlinewidth
   2.286 +0.000 0.000 0.000 nodecolor
   2.287 +1442 1702 50.92 18 ellipse_path stroke
   2.288 +0.000 0.000 0.000 nodecolor
   2.289 +grestore
   2.290 +% parse_table_pair
   2.291 +gsave
   2.292 +1 setlinewidth
   2.293 +0.000 0.000 0.000 nodecolor
   2.294 +3031 1452 75.05 18 ellipse_path stroke
   2.295 +0.000 0.000 0.000 nodecolor
   2.296 +grestore
   2.297 +% table_read->parse_table_pair
   2.298 +gsave
   2.299 +1 setlinewidth
   2.300 +solid
   2.301 +0.000 0.000 0.000 edgecolor
   2.302 +newpath 1446 1684 moveto
   2.303 +1469 1589 1577 1144 1578 1142 curveto
   2.304 +1634 1096 2832 1051 2886 1099 curveto
   2.305 +2935 1142 2887 1333 2922 1387 curveto
   2.306 +2935 1408 2958 1423 2979 1433 curveto
   2.307 +stroke
   2.308 +0.000 0.000 0.000 edgecolor
   2.309 +newpath 2977.44 1436.14 moveto
   2.310 +2988 1437 lineto
   2.311 +2980.28 1429.74 lineto
   2.312 +closepath fill
   2.313 +1 setlinewidth
   2.314 +solid
   2.315 +0.000 0.000 0.000 edgecolor
   2.316 +newpath 2977.44 1436.14 moveto
   2.317 +2988 1437 lineto
   2.318 +2980.28 1429.74 lineto
   2.319 +closepath stroke
   2.320 +grestore
   2.321 +% read_queue
   2.322 +gsave
   2.323 +1 setlinewidth
   2.324 +0.000 0.000 0.000 nodecolor
   2.325 +578 1158 55.79 18 ellipse_path stroke
   2.326 +0.000 0.000 0.000 nodecolor
   2.327 +grestore
   2.328 +% msg_spool_read
   2.329 +gsave
   2.330 +1 setlinewidth
   2.331 +0.000 0.000 0.000 nodecolor
   2.332 +771 1120 75.94 18 ellipse_path stroke
   2.333 +0.000 0.000 0.000 nodecolor
   2.334 +grestore
   2.335 +% read_queue->msg_spool_read
   2.336 +gsave
   2.337 +1 setlinewidth
   2.338 +solid
   2.339 +0.000 0.000 0.000 edgecolor
   2.340 +newpath 626 1149 moveto
   2.341 +649 1145 677 1139 702 1134 curveto
   2.342 +stroke
   2.343 +0.000 0.000 0.000 edgecolor
   2.344 +newpath 702.88 1137.39 moveto
   2.345 +712 1132 lineto
   2.346 +701.51 1130.53 lineto
   2.347 +closepath fill
   2.348 +1 setlinewidth
   2.349 +solid
   2.350 +0.000 0.000 0.000 edgecolor
   2.351 +newpath 702.88 1137.39 moveto
   2.352 +712 1132 lineto
   2.353 +701.51 1130.53 lineto
   2.354 +closepath stroke
   2.355 +grestore
   2.356 +% spool_read_header
   2.357 +gsave
   2.358 +1 setlinewidth
   2.359 +0.000 0.000 0.000 nodecolor
   2.360 +3031 364 84.97 18 ellipse_path stroke
   2.361 +0.000 0.000 0.000 nodecolor
   2.362 +grestore
   2.363 +% msg_spool_read->spool_read_header
   2.364 +gsave
   2.365 +1 setlinewidth
   2.366 +solid
   2.367 +0.000 0.000 0.000 edgecolor
   2.368 +newpath 778 1102 moveto
   2.369 +793 1065 832 980 886 925 curveto
   2.370 +1090 719 1153 586 1442 586 curveto
   2.371 +1442 586 1442 586 1705 586 curveto
   2.372 +1956 586 2725 429 2961 379 curveto
   2.373 +stroke
   2.374 +0.000 0.000 0.000 edgecolor
   2.375 +newpath 2961.88 382.39 moveto
   2.376 +2971 377 lineto
   2.377 +2960.51 375.53 lineto
   2.378 +closepath fill
   2.379 +1 setlinewidth
   2.380 +solid
   2.381 +0.000 0.000 0.000 edgecolor
   2.382 +newpath 2961.88 382.39 moveto
   2.383 +2971 377 lineto
   2.384 +2960.51 375.53 lineto
   2.385 +closepath stroke
   2.386 +grestore
   2.387 +% spool_read_data
   2.388 +gsave
   2.389 +1 setlinewidth
   2.390 +0.000 0.000 0.000 nodecolor
   2.391 +3284 1512 75.94 18 ellipse_path stroke
   2.392 +0.000 0.000 0.000 nodecolor
   2.393 +grestore
   2.394 +% msg_spool_read->spool_read_data
   2.395 +gsave
   2.396 +1 setlinewidth
   2.397 +solid
   2.398 +0.000 0.000 0.000 edgecolor
   2.399 +newpath 841 1113 moveto
   2.400 +1028 1093 1554 1043 1993 1042 curveto
   2.401 +1993 1042 1993 1042 2769 1042 curveto
   2.402 +2979 1042 3035 1153 3140 1333 curveto
   2.403 +3170 1382 3140 1413 3176 1458 curveto
   2.404 +3190 1473 3208 1485 3227 1494 curveto
   2.405 +stroke
   2.406 +0.000 0.000 0.000 edgecolor
   2.407 +newpath 3225.44 1497.14 moveto
   2.408 +3236 1498 lineto
   2.409 +3228.28 1490.74 lineto
   2.410 +closepath fill
   2.411 +1 setlinewidth
   2.412 +solid
   2.413 +0.000 0.000 0.000 edgecolor
   2.414 +newpath 3225.44 1497.14 moveto
   2.415 +3236 1498 lineto
   2.416 +3228.28 1490.74 lineto
   2.417 +closepath stroke
   2.418 +grestore
   2.419 +% create_message
   2.420 +gsave
   2.421 +1 setlinewidth
   2.422 +0.000 0.000 0.000 nodecolor
   2.423 +961 1044 71.77 18 ellipse_path stroke
   2.424 +0.000 0.000 0.000 nodecolor
   2.425 +grestore
   2.426 +% msg_spool_read->create_message
   2.427 +gsave
   2.428 +1 setlinewidth
   2.429 +solid
   2.430 +0.000 0.000 0.000 edgecolor
   2.431 +newpath 810 1104 moveto
   2.432 +840 1092 880 1076 912 1063 curveto
   2.433 +stroke
   2.434 +0.000 0.000 0.000 edgecolor
   2.435 +newpath 914.02 1065.96 moveto
   2.436 +922 1059 lineto
   2.437 +911.42 1059.46 lineto
   2.438 +closepath fill
   2.439 +1 setlinewidth
   2.440 +solid
   2.441 +0.000 0.000 0.000 edgecolor
   2.442 +newpath 914.02 1065.96 moveto
   2.443 +922 1059 lineto
   2.444 +911.42 1059.46 lineto
   2.445 +closepath stroke
   2.446 +grestore
   2.447 +% smtp_out_init
   2.448 +gsave
   2.449 +1 setlinewidth
   2.450 +0.000 0.000 0.000 nodecolor
   2.451 +2519 1326 64.12 18 ellipse_path stroke
   2.452 +0.000 0.000 0.000 nodecolor
   2.453 +grestore
   2.454 +% check_response
   2.455 +gsave
   2.456 +1 setlinewidth
   2.457 +0.000 0.000 0.000 nodecolor
   2.458 +2769 1234 73.85 18 ellipse_path stroke
   2.459 +0.000 0.000 0.000 nodecolor
   2.460 +grestore
   2.461 +% smtp_out_init->check_response
   2.462 +gsave
   2.463 +1 setlinewidth
   2.464 +solid
   2.465 +0.000 0.000 0.000 edgecolor
   2.466 +newpath 2568 1314 moveto
   2.467 +2584 1309 2601 1303 2616 1294 curveto
   2.468 +2635 1284 2633 1272 2652 1261 curveto
   2.469 +2665 1254 2680 1249 2695 1245 curveto
   2.470 +stroke
   2.471 +0.000 0.000 0.000 edgecolor
   2.472 +newpath 2695.88 1248.39 moveto
   2.473 +2705 1243 lineto
   2.474 +2694.51 1241.53 lineto
   2.475 +closepath fill
   2.476 +1 setlinewidth
   2.477 +solid
   2.478 +0.000 0.000 0.000 edgecolor
   2.479 +newpath 2695.88 1248.39 moveto
   2.480 +2705 1243 lineto
   2.481 +2694.51 1241.53 lineto
   2.482 +closepath stroke
   2.483 +grestore
   2.484 +% smtp_out_log_failure
   2.485 +gsave
   2.486 +1 setlinewidth
   2.487 +0.000 0.000 0.000 nodecolor
   2.488 +2769 1288 93.81 18 ellipse_path stroke
   2.489 +0.000 0.000 0.000 nodecolor
   2.490 +grestore
   2.491 +% smtp_out_init->smtp_out_log_failure
   2.492 +gsave
   2.493 +1 setlinewidth
   2.494 +solid
   2.495 +0.000 0.000 0.000 edgecolor
   2.496 +newpath 2576 1317 moveto
   2.497 +2608 1312 2649 1306 2685 1301 curveto
   2.498 +stroke
   2.499 +0.000 0.000 0.000 edgecolor
   2.500 +newpath 2685.88 1304.39 moveto
   2.501 +2695 1299 lineto
   2.502 +2684.51 1297.53 lineto
   2.503 +closepath fill
   2.504 +1 setlinewidth
   2.505 +solid
   2.506 +0.000 0.000 0.000 edgecolor
   2.507 +newpath 2685.88 1304.39 moveto
   2.508 +2695 1299 lineto
   2.509 +2684.51 1297.53 lineto
   2.510 +closepath stroke
   2.511 +grestore
   2.512 +% read_response
   2.513 +gsave
   2.514 +1 setlinewidth
   2.515 +0.000 0.000 0.000 nodecolor
   2.516 +2769 1180 68.1 18 ellipse_path stroke
   2.517 +0.000 0.000 0.000 nodecolor
   2.518 +grestore
   2.519 +% smtp_out_init->read_response
   2.520 +gsave
   2.521 +1 setlinewidth
   2.522 +solid
   2.523 +0.000 0.000 0.000 edgecolor
   2.524 +newpath 2574 1316 moveto
   2.525 +2589 1312 2604 1305 2616 1294 curveto
   2.526 +2647 1266 2621 1235 2652 1207 curveto
   2.527 +2663 1197 2678 1191 2693 1186 curveto
   2.528 +stroke
   2.529 +0.000 0.000 0.000 edgecolor
   2.530 +newpath 2693.88 1189.39 moveto
   2.531 +2703 1184 lineto
   2.532 +2692.51 1182.53 lineto
   2.533 +closepath fill
   2.534 +1 setlinewidth
   2.535 +solid
   2.536 +0.000 0.000 0.000 edgecolor
   2.537 +newpath 2693.88 1189.39 moveto
   2.538 +2703 1184 lineto
   2.539 +2692.51 1182.53 lineto
   2.540 +closepath stroke
   2.541 +grestore
   2.542 +% get_response_arg
   2.543 +gsave
   2.544 +1 setlinewidth
   2.545 +0.000 0.000 0.000 nodecolor
   2.546 +2769 1126 79.91 18 ellipse_path stroke
   2.547 +0.000 0.000 0.000 nodecolor
   2.548 +grestore
   2.549 +% smtp_out_init->get_response_arg
   2.550 +gsave
   2.551 +1 setlinewidth
   2.552 +solid
   2.553 +0.000 0.000 0.000 edgecolor
   2.554 +newpath 2576 1317 moveto
   2.555 +2591 1313 2606 1305 2616 1294 curveto
   2.556 +2661 1247 2606 1199 2652 1153 curveto
   2.557 +2661 1144 2671 1139 2682 1135 curveto
   2.558 +stroke
   2.559 +0.000 0.000 0.000 edgecolor
   2.560 +newpath 2684.02 1137.96 moveto
   2.561 +2692 1131 lineto
   2.562 +2681.42 1131.46 lineto
   2.563 +closepath fill
   2.564 +1 setlinewidth
   2.565 +solid
   2.566 +0.000 0.000 0.000 edgecolor
   2.567 +newpath 2684.02 1137.96 moveto
   2.568 +2692 1131 lineto
   2.569 +2681.42 1131.46 lineto
   2.570 +closepath stroke
   2.571 +grestore
   2.572 +% read_sockline
   2.573 +gsave
   2.574 +1 setlinewidth
   2.575 +0.000 0.000 0.000 nodecolor
   2.576 +3284 253 64.12 18 ellipse_path stroke
   2.577 +0.000 0.000 0.000 nodecolor
   2.578 +grestore
   2.579 +% read_response->read_sockline
   2.580 +gsave
   2.581 +1 setlinewidth
   2.582 +solid
   2.583 +0.000 0.000 0.000 edgecolor
   2.584 +newpath 2837 1179 moveto
   2.585 +2856 1176 2874 1168 2886 1153 curveto
   2.586 +2945 1084 2863 406 2922 337 curveto
   2.587 +2987 263 3044 318 3140 294 curveto
   2.588 +3170 287 3204 277 3231 270 curveto
   2.589 +stroke
   2.590 +0.000 0.000 0.000 edgecolor
   2.591 +newpath 3232.43 273.23 moveto
   2.592 +3241 267 lineto
   2.593 +3230.42 266.52 lineto
   2.594 +closepath fill
   2.595 +1 setlinewidth
   2.596 +solid
   2.597 +0.000 0.000 0.000 edgecolor
   2.598 +newpath 3232.43 273.23 moveto
   2.599 +3241 267 lineto
   2.600 +3230.42 266.52 lineto
   2.601 +closepath stroke
   2.602 +grestore
   2.603 +% deliver_finish_list
   2.604 +gsave
   2.605 +1 setlinewidth
   2.606 +0.000 0.000 0.000 nodecolor
   2.607 +2270 2208 79.22 18 ellipse_path stroke
   2.608 +0.000 0.000 0.000 nodecolor
   2.609 +grestore
   2.610 +% deliver_finish
   2.611 +gsave
   2.612 +1 setlinewidth
   2.613 +0.000 0.000 0.000 nodecolor
   2.614 +2519 2208 62.04 18 ellipse_path stroke
   2.615 +0.000 0.000 0.000 nodecolor
   2.616 +grestore
   2.617 +% deliver_finish_list->deliver_finish
   2.618 +gsave
   2.619 +1 setlinewidth
   2.620 +solid
   2.621 +0.000 0.000 0.000 edgecolor
   2.622 +newpath 2349 2208 moveto
   2.623 +2380 2208 2416 2208 2446 2208 curveto
   2.624 +stroke
   2.625 +0.000 0.000 0.000 edgecolor
   2.626 +newpath 2446 2211.5 moveto
   2.627 +2456 2208 lineto
   2.628 +2446 2204.5 lineto
   2.629 +closepath fill
   2.630 +1 setlinewidth
   2.631 +solid
   2.632 +0.000 0.000 0.000 edgecolor
   2.633 +newpath 2446 2211.5 moveto
   2.634 +2456 2208 lineto
   2.635 +2446 2204.5 lineto
   2.636 +closepath stroke
   2.637 +grestore
   2.638 +% addr_is_finished_children
   2.639 +gsave
   2.640 +1 setlinewidth
   2.641 +0.000 0.000 0.000 nodecolor
   2.642 +2769 2334 111.88 18 ellipse_path stroke
   2.643 +0.000 0.000 0.000 nodecolor
   2.644 +grestore
   2.645 +% deliver_finish->addr_is_finished_children
   2.646 +gsave
   2.647 +1 setlinewidth
   2.648 +solid
   2.649 +0.000 0.000 0.000 edgecolor
   2.650 +newpath 2537 2225 moveto
   2.651 +2562 2248 2607 2286 2652 2307 curveto
   2.652 +2662 2312 2672 2315 2682 2318 curveto
   2.653 +stroke
   2.654 +0.000 0.000 0.000 edgecolor
   2.655 +newpath 2681.42 2321.48 moveto
   2.656 +2692 2321 lineto
   2.657 +2683.43 2314.77 lineto
   2.658 +closepath fill
   2.659 +1 setlinewidth
   2.660 +solid
   2.661 +0.000 0.000 0.000 edgecolor
   2.662 +newpath 2681.42 2321.48 moveto
   2.663 +2692 2321 lineto
   2.664 +2683.43 2314.77 lineto
   2.665 +closepath stroke
   2.666 +grestore
   2.667 +% spool_delete_all
   2.668 +gsave
   2.669 +1 setlinewidth
   2.670 +0.000 0.000 0.000 nodecolor
   2.671 +2769 1780 73.85 18 ellipse_path stroke
   2.672 +0.000 0.000 0.000 nodecolor
   2.673 +grestore
   2.674 +% deliver_finish->spool_delete_all
   2.675 +gsave
   2.676 +1 setlinewidth
   2.677 +solid
   2.678 +0.000 0.000 0.000 edgecolor
   2.679 +newpath 2542 2191 moveto
   2.680 +2565 2173 2600 2141 2616 2106 curveto
   2.681 +2673 1986 2566 1911 2652 1812 curveto
   2.682 +2662 1801 2675 1793 2688 1789 curveto
   2.683 +stroke
   2.684 +0.000 0.000 0.000 edgecolor
   2.685 +newpath 2689.43 1792.23 moveto
   2.686 +2698 1786 lineto
   2.687 +2687.42 1785.52 lineto
   2.688 +closepath fill
   2.689 +1 setlinewidth
   2.690 +solid
   2.691 +0.000 0.000 0.000 edgecolor
   2.692 +newpath 2689.43 1792.23 moveto
   2.693 +2698 1786 lineto
   2.694 +2687.42 1785.52 lineto
   2.695 +closepath stroke
   2.696 +grestore
   2.697 +% addr_is_delivered_children
   2.698 +gsave
   2.699 +1 setlinewidth
   2.700 +0.000 0.000 0.000 nodecolor
   2.701 +2769 2208 116.24 18 ellipse_path stroke
   2.702 +0.000 0.000 0.000 nodecolor
   2.703 +grestore
   2.704 +% deliver_finish->addr_is_delivered_children
   2.705 +gsave
   2.706 +1 setlinewidth
   2.707 +solid
   2.708 +0.000 0.000 0.000 edgecolor
   2.709 +newpath 2582 2208 moveto
   2.710 +2600 2208 2621 2208 2642 2208 curveto
   2.711 +stroke
   2.712 +0.000 0.000 0.000 edgecolor
   2.713 +newpath 2642 2211.5 moveto
   2.714 +2652 2208 lineto
   2.715 +2642 2204.5 lineto
   2.716 +closepath fill
   2.717 +1 setlinewidth
   2.718 +solid
   2.719 +0.000 0.000 0.000 edgecolor
   2.720 +newpath 2642 2211.5 moveto
   2.721 +2652 2208 lineto
   2.722 +2642 2204.5 lineto
   2.723 +closepath stroke
   2.724 +grestore
   2.725 +% spool_write
   2.726 +gsave
   2.727 +1 setlinewidth
   2.728 +0.000 0.000 0.000 nodecolor
   2.729 +2769 654 56.98 18 ellipse_path stroke
   2.730 +0.000 0.000 0.000 nodecolor
   2.731 +grestore
   2.732 +% deliver_finish->spool_write
   2.733 +gsave
   2.734 +1 setlinewidth
   2.735 +solid
   2.736 +0.000 0.000 0.000 edgecolor
   2.737 +newpath 2523 2190 moveto
   2.738 +2537 2118 2590 1847 2616 1623 curveto
   2.739 +2644 1391 2615 1329 2652 1099 curveto
   2.740 +2679 939 2737 751 2760 682 curveto
   2.741 +stroke
   2.742 +0.000 0.000 0.000 edgecolor
   2.743 +newpath 2763.48 682.58 moveto
   2.744 +2763 672 lineto
   2.745 +2756.77 680.57 lineto
   2.746 +closepath fill
   2.747 +1 setlinewidth
   2.748 +solid
   2.749 +0.000 0.000 0.000 edgecolor
   2.750 +newpath 2763.48 682.58 moveto
   2.751 +2763 672 lineto
   2.752 +2756.77 680.57 lineto
   2.753 +closepath stroke
   2.754 +grestore
   2.755 +% update_non_rcpt_list
   2.756 +gsave
   2.757 +1 setlinewidth
   2.758 +0.000 0.000 0.000 nodecolor
   2.759 +2769 2280 93.81 18 ellipse_path stroke
   2.760 +0.000 0.000 0.000 nodecolor
   2.761 +grestore
   2.762 +% deliver_finish->update_non_rcpt_list
   2.763 +gsave
   2.764 +1 setlinewidth
   2.765 +solid
   2.766 +0.000 0.000 0.000 edgecolor
   2.767 +newpath 2558 2222 moveto
   2.768 +2585 2231 2620 2243 2652 2253 curveto
   2.769 +2667 2257 2682 2260 2696 2264 curveto
   2.770 +stroke
   2.771 +0.000 0.000 0.000 edgecolor
   2.772 +newpath 2695.51 2267.47 moveto
   2.773 +2706 2266 lineto
   2.774 +2696.88 2260.61 lineto
   2.775 +closepath fill
   2.776 +1 setlinewidth
   2.777 +solid
   2.778 +0.000 0.000 0.000 edgecolor
   2.779 +newpath 2695.51 2267.47 moveto
   2.780 +2706 2266 lineto
   2.781 +2696.88 2260.61 lineto
   2.782 +closepath stroke
   2.783 +grestore
   2.784 +% resolve_dns_a
   2.785 +gsave
   2.786 +1 setlinewidth
   2.787 +0.000 0.000 0.000 nodecolor
   2.788 +3284 2306 66.9 18 ellipse_path stroke
   2.789 +0.000 0.000 0.000 nodecolor
   2.790 +grestore
   2.791 +% dns_resolve
   2.792 +gsave
   2.793 +1 setlinewidth
   2.794 +0.000 0.000 0.000 nodecolor
   2.795 +3537 2252 57.87 18 ellipse_path stroke
   2.796 +0.000 0.000 0.000 nodecolor
   2.797 +grestore
   2.798 +% resolve_dns_a->dns_resolve
   2.799 +gsave
   2.800 +1 setlinewidth
   2.801 +solid
   2.802 +0.000 0.000 0.000 edgecolor
   2.803 +newpath 3337 2295 moveto
   2.804 +3379 2286 3436 2274 3479 2264 curveto
   2.805 +stroke
   2.806 +0.000 0.000 0.000 edgecolor
   2.807 +newpath 3479.88 2267.39 moveto
   2.808 +3489 2262 lineto
   2.809 +3478.51 2260.53 lineto
   2.810 +closepath fill
   2.811 +1 setlinewidth
   2.812 +solid
   2.813 +0.000 0.000 0.000 edgecolor
   2.814 +newpath 3479.88 2267.39 moveto
   2.815 +3489 2262 lineto
   2.816 +3478.51 2260.53 lineto
   2.817 +closepath stroke
   2.818 +grestore
   2.819 +% dns_next
   2.820 +gsave
   2.821 +1 setlinewidth
   2.822 +0.000 0.000 0.000 nodecolor
   2.823 +3537 2306 46.06 18 ellipse_path stroke
   2.824 +0.000 0.000 0.000 nodecolor
   2.825 +grestore
   2.826 +% resolve_dns_a->dns_next
   2.827 +gsave
   2.828 +1 setlinewidth
   2.829 +solid
   2.830 +0.000 0.000 0.000 edgecolor
   2.831 +newpath 3352 2306 moveto
   2.832 +3392 2306 3442 2306 3480 2306 curveto
   2.833 +stroke
   2.834 +0.000 0.000 0.000 edgecolor
   2.835 +newpath 3480 2309.5 moveto
   2.836 +3490 2306 lineto
   2.837 +3480 2302.5 lineto
   2.838 +closepath fill
   2.839 +1 setlinewidth
   2.840 +solid
   2.841 +0.000 0.000 0.000 edgecolor
   2.842 +newpath 3480 2309.5 moveto
   2.843 +3490 2306 lineto
   2.844 +3480 2302.5 lineto
   2.845 +closepath stroke
   2.846 +grestore
   2.847 +% addr_is_local
   2.848 +gsave
   2.849 +1 setlinewidth
   2.850 +0.000 0.000 0.000 nodecolor
   2.851 +3031 3406 63.93 18 ellipse_path stroke
   2.852 +0.000 0.000 0.000 nodecolor
   2.853 +grestore
   2.854 +% create_address_qualified
   2.855 +gsave
   2.856 +1 setlinewidth
   2.857 +0.000 0.000 0.000 nodecolor
   2.858 +3284 1431 107.21 18 ellipse_path stroke
   2.859 +0.000 0.000 0.000 nodecolor
   2.860 +grestore
   2.861 +% addr_is_local->create_address_qualified
   2.862 +gsave
   2.863 +1 setlinewidth
   2.864 +solid
   2.865 +0.000 0.000 0.000 edgecolor
   2.866 +newpath 3038 3388 moveto
   2.867 +3059 3334 3119 3170 3140 3029 curveto
   2.868 +3154 2944 3131 1557 3176 1485 curveto
   2.869 +3186 1470 3201 1458 3217 1450 curveto
   2.870 +stroke
   2.871 +0.000 0.000 0.000 edgecolor
   2.872 +newpath 3218.28 1453.26 moveto
   2.873 +3226 1446 lineto
   2.874 +3215.44 1446.86 lineto
   2.875 +closepath fill
   2.876 +1 setlinewidth
   2.877 +solid
   2.878 +0.000 0.000 0.000 edgecolor
   2.879 +newpath 3218.28 1453.26 moveto
   2.880 +3226 1446 lineto
   2.881 +3215.44 1446.86 lineto
   2.882 +closepath stroke
   2.883 +grestore
   2.884 +% addr_isequal
   2.885 +gsave
   2.886 +1 setlinewidth
   2.887 +0.000 0.000 0.000 nodecolor
   2.888 +3537 3558 59.96 18 ellipse_path stroke
   2.889 +0.000 0.000 0.000 nodecolor
   2.890 +grestore
   2.891 +% addr_is_local->addr_isequal
   2.892 +gsave
   2.893 +1 setlinewidth
   2.894 +solid
   2.895 +0.000 0.000 0.000 edgecolor
   2.896 +newpath 3076 3419 moveto
   2.897 +3096 3425 3119 3431 3140 3438 curveto
   2.898 +3269 3477 3299 3494 3428 3531 curveto
   2.899 +3445 3535 3463 3540 3480 3544 curveto
   2.900 +stroke
   2.901 +0.000 0.000 0.000 edgecolor
   2.902 +newpath 3479.42 3547.48 moveto
   2.903 +3490 3547 lineto
   2.904 +3481.43 3540.77 lineto
   2.905 +closepath fill
   2.906 +1 setlinewidth
   2.907 +solid
   2.908 +0.000 0.000 0.000 edgecolor
   2.909 +newpath 3479.42 3547.48 moveto
   2.910 +3490 3547 lineto
   2.911 +3481.43 3540.77 lineto
   2.912 +closepath stroke
   2.913 +grestore
   2.914 +% destroy_address
   2.915 +gsave
   2.916 +1 setlinewidth
   2.917 +0.000 0.000 0.000 nodecolor
   2.918 +3284 3268 75.24 18 ellipse_path stroke
   2.919 +0.000 0.000 0.000 nodecolor
   2.920 +grestore
   2.921 +% addr_is_local->destroy_address
   2.922 +gsave
   2.923 +1 setlinewidth
   2.924 +solid
   2.925 +0.000 0.000 0.000 edgecolor
   2.926 +newpath 3049 3389 moveto
   2.927 +3074 3364 3125 3319 3176 3295 curveto
   2.928 +3188 3289 3201 3285 3213 3282 curveto
   2.929 +stroke
   2.930 +0.000 0.000 0.000 edgecolor
   2.931 +newpath 3214.43 3285.23 moveto
   2.932 +3223 3279 lineto
   2.933 +3212.42 3278.52 lineto
   2.934 +closepath fill
   2.935 +1 setlinewidth
   2.936 +solid
   2.937 +0.000 0.000 0.000 edgecolor
   2.938 +newpath 3214.43 3285.23 moveto
   2.939 +3223 3279 lineto
   2.940 +3212.42 3278.52 lineto
   2.941 +closepath stroke
   2.942 +grestore
   2.943 +% create_address_qualified->create_address
   2.944 +gsave
   2.945 +1 setlinewidth
   2.946 +solid
   2.947 +0.000 0.000 0.000 edgecolor
   2.948 +newpath 3375 1421 moveto
   2.949 +3404 1418 3435 1415 3463 1412 curveto
   2.950 +stroke
   2.951 +0.000 0.000 0.000 edgecolor
   2.952 +newpath 3463.4 1415.48 moveto
   2.953 +3473 1411 lineto
   2.954 +3462.7 1408.51 lineto
   2.955 +closepath fill
   2.956 +1 setlinewidth
   2.957 +solid
   2.958 +0.000 0.000 0.000 edgecolor
   2.959 +newpath 3463.4 1415.48 moveto
   2.960 +3473 1411 lineto
   2.961 +3462.7 1408.51 lineto
   2.962 +closepath stroke
   2.963 +grestore
   2.964 +% make_server_socket
   2.965 +gsave
   2.966 +1 setlinewidth
   2.967 +0.000 0.000 0.000 nodecolor
   2.968 +373 678 91.03 18 ellipse_path stroke
   2.969 +0.000 0.000 0.000 nodecolor
   2.970 +grestore
   2.971 +% init_sockaddr
   2.972 +gsave
   2.973 +1 setlinewidth
   2.974 +0.000 0.000 0.000 nodecolor
   2.975 +578 678 64.12 18 ellipse_path stroke
   2.976 +0.000 0.000 0.000 nodecolor
   2.977 +grestore
   2.978 +% make_server_socket->init_sockaddr
   2.979 +gsave
   2.980 +1 setlinewidth
   2.981 +solid
   2.982 +0.000 0.000 0.000 edgecolor
   2.983 +newpath 464 678 moveto
   2.984 +477 678 491 678 503 678 curveto
   2.985 +stroke
   2.986 +0.000 0.000 0.000 edgecolor
   2.987 +newpath 503 681.5 moveto
   2.988 +513 678 lineto
   2.989 +503 674.5 lineto
   2.990 +closepath fill
   2.991 +1 setlinewidth
   2.992 +solid
   2.993 +0.000 0.000 0.000 edgecolor
   2.994 +newpath 503 681.5 moveto
   2.995 +513 678 lineto
   2.996 +503 674.5 lineto
   2.997 +closepath stroke
   2.998 +grestore
   2.999 +% spool_read_header->create_address
  2.1000 +gsave
  2.1001 +1 setlinewidth
  2.1002 +solid
  2.1003 +0.000 0.000 0.000 edgecolor
  2.1004 +newpath 3079 349 moveto
  2.1005 +3114 339 3157 326 3176 323 curveto
  2.1006 +3272 310 3320 260 3392 323 curveto
  2.1007 +3475 395 3526 1212 3535 1376 curveto
  2.1008 +stroke
  2.1009 +0.000 0.000 0.000 edgecolor
  2.1010 +newpath 3531.52 1376.4 moveto
  2.1011 +3536 1386 lineto
  2.1012 +3538.49 1375.7 lineto
  2.1013 +closepath fill
  2.1014 +1 setlinewidth
  2.1015 +solid
  2.1016 +0.000 0.000 0.000 edgecolor
  2.1017 +newpath 3531.52 1376.4 moveto
  2.1018 +3536 1386 lineto
  2.1019 +3538.49 1375.7 lineto
  2.1020 +closepath stroke
  2.1021 +grestore
  2.1022 +% get_header
  2.1023 +gsave
  2.1024 +1 setlinewidth
  2.1025 +0.000 0.000 0.000 nodecolor
  2.1026 +3284 199 53.01 18 ellipse_path stroke
  2.1027 +0.000 0.000 0.000 nodecolor
  2.1028 +grestore
  2.1029 +% spool_read_header->get_header
  2.1030 +gsave
  2.1031 +1 setlinewidth
  2.1032 +solid
  2.1033 +0.000 0.000 0.000 edgecolor
  2.1034 +newpath 3045 346 moveto
  2.1035 +3068 317 3120 257 3176 226 curveto
  2.1036 +3191 219 3209 212 3225 208 curveto
  2.1037 +stroke
  2.1038 +0.000 0.000 0.000 edgecolor
  2.1039 +newpath 3225.88 211.39 moveto
  2.1040 +3235 206 lineto
  2.1041 +3224.51 204.53 lineto
  2.1042 +closepath fill
  2.1043 +1 setlinewidth
  2.1044 +solid
  2.1045 +0.000 0.000 0.000 edgecolor
  2.1046 +newpath 3225.88 211.39 moveto
  2.1047 +3235 206 lineto
  2.1048 +3224.51 204.53 lineto
  2.1049 +closepath stroke
  2.1050 +grestore
  2.1051 +% create_address_pipe
  2.1052 +gsave
  2.1053 +1 setlinewidth
  2.1054 +0.000 0.000 0.000 nodecolor
  2.1055 +3284 383 91.22 18 ellipse_path stroke
  2.1056 +0.000 0.000 0.000 nodecolor
  2.1057 +grestore
  2.1058 +% spool_read_header->create_address_pipe
  2.1059 +gsave
  2.1060 +1 setlinewidth
  2.1061 +solid
  2.1062 +0.000 0.000 0.000 edgecolor
  2.1063 +newpath 3112 370 moveto
  2.1064 +3136 372 3163 374 3188 376 curveto
  2.1065 +stroke
  2.1066 +0.000 0.000 0.000 edgecolor
  2.1067 +newpath 3187.7 379.49 moveto
  2.1068 +3198 377 lineto
  2.1069 +3188.4 372.52 lineto
  2.1070 +closepath fill
  2.1071 +1 setlinewidth
  2.1072 +solid
  2.1073 +0.000 0.000 0.000 edgecolor
  2.1074 +newpath 3187.7 379.49 moveto
  2.1075 +3198 377 lineto
  2.1076 +3188.4 372.52 lineto
  2.1077 +closepath stroke
  2.1078 +grestore
  2.1079 +% read_line
  2.1080 +gsave
  2.1081 +1 setlinewidth
  2.1082 +0.000 0.000 0.000 nodecolor
  2.1083 +3537 1512 45.86 18 ellipse_path stroke
  2.1084 +0.000 0.000 0.000 nodecolor
  2.1085 +grestore
  2.1086 +% spool_read_header->read_line
  2.1087 +gsave
  2.1088 +1 setlinewidth
  2.1089 +solid
  2.1090 +0.000 0.000 0.000 edgecolor
  2.1091 +newpath 3096 352 moveto
  2.1092 +3189 337 3352 317 3392 356 curveto
  2.1093 +3483 444 3350 1387 3428 1485 curveto
  2.1094 +3441 1500 3462 1508 3481 1511 curveto
  2.1095 +stroke
  2.1096 +0.000 0.000 0.000 edgecolor
  2.1097 +newpath 3480.7 1514.49 moveto
  2.1098 +3491 1512 lineto
  2.1099 +3481.4 1507.52 lineto
  2.1100 +closepath fill
  2.1101 +1 setlinewidth
  2.1102 +solid
  2.1103 +0.000 0.000 0.000 edgecolor
  2.1104 +newpath 3480.7 1514.49 moveto
  2.1105 +3491 1512 lineto
  2.1106 +3481.4 1507.52 lineto
  2.1107 +closepath stroke
  2.1108 +grestore
  2.1109 +% fail_msg
  2.1110 +gsave
  2.1111 +1 setlinewidth
  2.1112 +0.000 0.000 0.000 nodecolor
  2.1113 +3031 2704 43.78 18 ellipse_path stroke
  2.1114 +0.000 0.000 0.000 nodecolor
  2.1115 +grestore
  2.1116 +% fail_msg->msg_free_data
  2.1117 +gsave
  2.1118 +1 setlinewidth
  2.1119 +solid
  2.1120 +0.000 0.000 0.000 edgecolor
  2.1121 +newpath 3072 2710 moveto
  2.1122 +3094 2715 3120 2723 3140 2736 curveto
  2.1123 +3161 2748 3156 2763 3176 2776 curveto
  2.1124 +3187 2782 3200 2787 3213 2791 curveto
  2.1125 +stroke
  2.1126 +0.000 0.000 0.000 edgecolor
  2.1127 +newpath 3212.42 2794.48 moveto
  2.1128 +3223 2794 lineto
  2.1129 +3214.43 2787.77 lineto
  2.1130 +closepath fill
  2.1131 +1 setlinewidth
  2.1132 +solid
  2.1133 +0.000 0.000 0.000 edgecolor
  2.1134 +newpath 3212.42 2794.48 moveto
  2.1135 +3223 2794 lineto
  2.1136 +3214.43 2787.77 lineto
  2.1137 +closepath stroke
  2.1138 +grestore
  2.1139 +% fail_msg->create_address_qualified
  2.1140 +gsave
  2.1141 +1 setlinewidth
  2.1142 +solid
  2.1143 +0.000 0.000 0.000 edgecolor
  2.1144 +newpath 3075 2705 moveto
  2.1145 +3098 2703 3125 2696 3140 2677 curveto
  2.1146 +3224 2573 3105 1596 3176 1485 curveto
  2.1147 +3186 1470 3201 1458 3217 1450 curveto
  2.1148 +stroke
  2.1149 +0.000 0.000 0.000 edgecolor
  2.1150 +newpath 3218.28 1453.26 moveto
  2.1151 +3226 1446 lineto
  2.1152 +3215.44 1446.86 lineto
  2.1153 +closepath fill
  2.1154 +1 setlinewidth
  2.1155 +solid
  2.1156 +0.000 0.000 0.000 edgecolor
  2.1157 +newpath 3218.28 1453.26 moveto
  2.1158 +3226 1446 lineto
  2.1159 +3215.44 1446.86 lineto
  2.1160 +closepath stroke
  2.1161 +grestore
  2.1162 +% fail_msg->destroy_address
  2.1163 +gsave
  2.1164 +1 setlinewidth
  2.1165 +solid
  2.1166 +0.000 0.000 0.000 edgecolor
  2.1167 +newpath 3043 2722 moveto
  2.1168 +3066 2757 3116 2842 3140 2921 curveto
  2.1169 +3178 3045 3102 3105 3176 3212 curveto
  2.1170 +3188 3229 3207 3242 3227 3250 curveto
  2.1171 +stroke
  2.1172 +0.000 0.000 0.000 edgecolor
  2.1173 +newpath 3225.44 3253.14 moveto
  2.1174 +3236 3254 lineto
  2.1175 +3228.28 3246.74 lineto
  2.1176 +closepath fill
  2.1177 +1 setlinewidth
  2.1178 +solid
  2.1179 +0.000 0.000 0.000 edgecolor
  2.1180 +newpath 3225.44 3253.14 moveto
  2.1181 +3236 3254 lineto
  2.1182 +3228.28 3246.74 lineto
  2.1183 +closepath stroke
  2.1184 +grestore
  2.1185 +% copy_modify_address
  2.1186 +gsave
  2.1187 +1 setlinewidth
  2.1188 +0.000 0.000 0.000 nodecolor
  2.1189 +3284 2416 98.87 18 ellipse_path stroke
  2.1190 +0.000 0.000 0.000 nodecolor
  2.1191 +grestore
  2.1192 +% fail_msg->copy_modify_address
  2.1193 +gsave
  2.1194 +1 setlinewidth
  2.1195 +solid
  2.1196 +0.000 0.000 0.000 edgecolor
  2.1197 +newpath 3075 2704 moveto
  2.1198 +3098 2701 3124 2695 3140 2677 curveto
  2.1199 +3211 2599 3106 2520 3176 2443 curveto
  2.1200 +3181 2438 3186 2434 3191 2431 curveto
  2.1201 +stroke
  2.1202 +0.000 0.000 0.000 edgecolor
  2.1203 +newpath 3192.96 2433.92 moveto
  2.1204 +3200 2426 lineto
  2.1205 +3189.56 2427.8 lineto
  2.1206 +closepath fill
  2.1207 +1 setlinewidth
  2.1208 +solid
  2.1209 +0.000 0.000 0.000 edgecolor
  2.1210 +newpath 3192.96 2433.92 moveto
  2.1211 +3200 2426 lineto
  2.1212 +3189.56 2427.8 lineto
  2.1213 +closepath stroke
  2.1214 +grestore
  2.1215 +% destroy_table
  2.1216 +gsave
  2.1217 +1 setlinewidth
  2.1218 +0.000 0.000 0.000 nodecolor
  2.1219 +3284 3322 63.93 18 ellipse_path stroke
  2.1220 +0.000 0.000 0.000 nodecolor
  2.1221 +grestore
  2.1222 +% fail_msg->destroy_table
  2.1223 +gsave
  2.1224 +1 setlinewidth
  2.1225 +solid
  2.1226 +0.000 0.000 0.000 edgecolor
  2.1227 +newpath 3043 2722 moveto
  2.1228 +3066 2757 3118 2842 3140 2921 curveto
  2.1229 +3164 3001 3122 3231 3176 3295 curveto
  2.1230 +3185 3305 3198 3312 3211 3316 curveto
  2.1231 +stroke
  2.1232 +0.000 0.000 0.000 edgecolor
  2.1233 +newpath 3210.42 3319.48 moveto
  2.1234 +3221 3319 lineto
  2.1235 +3212.43 3312.77 lineto
  2.1236 +closepath fill
  2.1237 +1 setlinewidth
  2.1238 +solid
  2.1239 +0.000 0.000 0.000 edgecolor
  2.1240 +newpath 3210.42 3319.48 moveto
  2.1241 +3221 3319 lineto
  2.1242 +3212.43 3312.77 lineto
  2.1243 +closepath stroke
  2.1244 +grestore
  2.1245 +% var_table_conf
  2.1246 +gsave
  2.1247 +1 setlinewidth
  2.1248 +0.000 0.000 0.000 nodecolor
  2.1249 +3284 2695 68.99 18 ellipse_path stroke
  2.1250 +0.000 0.000 0.000 nodecolor
  2.1251 +grestore
  2.1252 +% fail_msg->var_table_conf
  2.1253 +gsave
  2.1254 +1 setlinewidth
  2.1255 +solid
  2.1256 +0.000 0.000 0.000 edgecolor
  2.1257 +newpath 3075 2702 moveto
  2.1258 +3111 2701 3162 2699 3205 2697 curveto
  2.1259 +stroke
  2.1260 +0.000 0.000 0.000 edgecolor
  2.1261 +newpath 3205 2700.5 moveto
  2.1262 +3215 2697 lineto
  2.1263 +3205 2693.5 lineto
  2.1264 +closepath fill
  2.1265 +1 setlinewidth
  2.1266 +solid
  2.1267 +0.000 0.000 0.000 edgecolor
  2.1268 +newpath 3205 2700.5 moveto
  2.1269 +3215 2697 lineto
  2.1270 +3205 2693.5 lineto
  2.1271 +closepath stroke
  2.1272 +grestore
  2.1273 +% addr_string
  2.1274 +gsave
  2.1275 +1 setlinewidth
  2.1276 +0.000 0.000 0.000 nodecolor
  2.1277 +3284 821 55.09 18 ellipse_path stroke
  2.1278 +0.000 0.000 0.000 nodecolor
  2.1279 +grestore
  2.1280 +% fail_msg->addr_string
  2.1281 +gsave
  2.1282 +1 setlinewidth
  2.1283 +solid
  2.1284 +0.000 0.000 0.000 edgecolor
  2.1285 +newpath 3075 2705 moveto
  2.1286 +3098 2703 3125 2696 3140 2677 curveto
  2.1287 +3187 2619 3168 1423 3176 1350 curveto
  2.1288 +3199 1156 3256 928 3276 849 curveto
  2.1289 +stroke
  2.1290 +0.000 0.000 0.000 edgecolor
  2.1291 +newpath 3279.48 849.58 moveto
  2.1292 +3279 839 lineto
  2.1293 +3272.77 847.57 lineto
  2.1294 +closepath fill
  2.1295 +1 setlinewidth
  2.1296 +solid
  2.1297 +0.000 0.000 0.000 edgecolor
  2.1298 +newpath 3279.48 849.58 moveto
  2.1299 +3279 839 lineto
  2.1300 +3272.77 847.57 lineto
  2.1301 +closepath stroke
  2.1302 +grestore
  2.1303 +% fail_msg->spool_read_data
  2.1304 +gsave
  2.1305 +1 setlinewidth
  2.1306 +solid
  2.1307 +0.000 0.000 0.000 edgecolor
  2.1308 +newpath 3075 2705 moveto
  2.1309 +3098 2703 3125 2696 3140 2677 curveto
  2.1310 +3215 2585 3128 1722 3176 1615 curveto
  2.1311 +3191 1581 3223 1553 3249 1535 curveto
  2.1312 +stroke
  2.1313 +0.000 0.000 0.000 edgecolor
  2.1314 +newpath 3251.1 1537.8 moveto
  2.1315 +3257 1529 lineto
  2.1316 +3246.9 1532.2 lineto
  2.1317 +closepath fill
  2.1318 +1 setlinewidth
  2.1319 +solid
  2.1320 +0.000 0.000 0.000 edgecolor
  2.1321 +newpath 3251.1 1537.8 moveto
  2.1322 +3257 1529 lineto
  2.1323 +3246.9 1532.2 lineto
  2.1324 +closepath stroke
  2.1325 +grestore
  2.1326 +% peidopen
  2.1327 +gsave
  2.1328 +1 setlinewidth
  2.1329 +0.000 0.000 0.000 nodecolor
  2.1330 +3284 2603 46.75 18 ellipse_path stroke
  2.1331 +0.000 0.000 0.000 nodecolor
  2.1332 +grestore
  2.1333 +% fail_msg->peidopen
  2.1334 +gsave
  2.1335 +1 setlinewidth
  2.1336 +solid
  2.1337 +0.000 0.000 0.000 edgecolor
  2.1338 +newpath 3074 2700 moveto
  2.1339 +3095 2696 3120 2689 3140 2677 curveto
  2.1340 +3161 2664 3156 2648 3176 2635 curveto
  2.1341 +3192 2624 3212 2617 3230 2612 curveto
  2.1342 +stroke
  2.1343 +0.000 0.000 0.000 edgecolor
  2.1344 +newpath 3230.88 2615.39 moveto
  2.1345 +3240 2610 lineto
  2.1346 +3229.51 2608.53 lineto
  2.1347 +closepath fill
  2.1348 +1 setlinewidth
  2.1349 +solid
  2.1350 +0.000 0.000 0.000 edgecolor
  2.1351 +newpath 3230.88 2615.39 moveto
  2.1352 +3240 2610 lineto
  2.1353 +3229.51 2608.53 lineto
  2.1354 +closepath stroke
  2.1355 +grestore
  2.1356 +% addr_isequal_parent
  2.1357 +gsave
  2.1358 +1 setlinewidth
  2.1359 +0.000 0.000 0.000 nodecolor
  2.1360 +3284 2749 89.14 18 ellipse_path stroke
  2.1361 +0.000 0.000 0.000 nodecolor
  2.1362 +grestore
  2.1363 +% fail_msg->addr_isequal_parent
  2.1364 +gsave
  2.1365 +1 setlinewidth
  2.1366 +solid
  2.1367 +0.000 0.000 0.000 edgecolor
  2.1368 +newpath 3071 2711 moveto
  2.1369 +3107 2718 3162 2727 3207 2735 curveto
  2.1370 +stroke
  2.1371 +0.000 0.000 0.000 edgecolor
  2.1372 +newpath 3206.51 2738.47 moveto
  2.1373 +3217 2737 lineto
  2.1374 +3207.88 2731.61 lineto
  2.1375 +closepath fill
  2.1376 +1 setlinewidth
  2.1377 +solid
  2.1378 +0.000 0.000 0.000 edgecolor
  2.1379 +newpath 3206.51 2738.47 moveto
  2.1380 +3217 2737 lineto
  2.1381 +3207.88 2731.61 lineto
  2.1382 +closepath stroke
  2.1383 +grestore
  2.1384 +% var_table_msg
  2.1385 +gsave
  2.1386 +1 setlinewidth
  2.1387 +0.000 0.000 0.000 nodecolor
  2.1388 +3284 2857 68.1 18 ellipse_path stroke
  2.1389 +0.000 0.000 0.000 nodecolor
  2.1390 +grestore
  2.1391 +% fail_msg->var_table_msg
  2.1392 +gsave
  2.1393 +1 setlinewidth
  2.1394 +solid
  2.1395 +0.000 0.000 0.000 edgecolor
  2.1396 +newpath 3046 2721 moveto
  2.1397 +3070 2748 3122 2801 3176 2830 curveto
  2.1398 +3188 2836 3202 2841 3216 2845 curveto
  2.1399 +stroke
  2.1400 +0.000 0.000 0.000 edgecolor
  2.1401 +newpath 3215.51 2848.47 moveto
  2.1402 +3226 2847 lineto
  2.1403 +3216.88 2841.61 lineto
  2.1404 +closepath fill
  2.1405 +1 setlinewidth
  2.1406 +solid
  2.1407 +0.000 0.000 0.000 edgecolor
  2.1408 +newpath 3215.51 2848.47 moveto
  2.1409 +3226 2847 lineto
  2.1410 +3216.88 2841.61 lineto
  2.1411 +closepath stroke
  2.1412 +grestore
  2.1413 +% fail_msg->read_sockline
  2.1414 +gsave
  2.1415 +1 setlinewidth
  2.1416 +solid
  2.1417 +0.000 0.000 0.000 edgecolor
  2.1418 +newpath 3075 2705 moveto
  2.1419 +3098 2703 3125 2696 3140 2677 curveto
  2.1420 +3221 2576 3125 475 3176 356 curveto
  2.1421 +3191 322 3223 293 3249 275 curveto
  2.1422 +stroke
  2.1423 +0.000 0.000 0.000 edgecolor
  2.1424 +newpath 3251.1 277.8 moveto
  2.1425 +3257 269 lineto
  2.1426 +3246.9 272.2 lineto
  2.1427 +closepath fill
  2.1428 +1 setlinewidth
  2.1429 +solid
  2.1430 +0.000 0.000 0.000 edgecolor
  2.1431 +newpath 3251.1 277.8 moveto
  2.1432 +3257 269 lineto
  2.1433 +3246.9 272.2 lineto
  2.1434 +closepath stroke
  2.1435 +grestore
  2.1436 +% expand
  2.1437 +gsave
  2.1438 +1 setlinewidth
  2.1439 +0.000 0.000 0.000 nodecolor
  2.1440 +3284 3185 39.11 18 ellipse_path stroke
  2.1441 +0.000 0.000 0.000 nodecolor
  2.1442 +grestore
  2.1443 +% fail_msg->expand
  2.1444 +gsave
  2.1445 +1 setlinewidth
  2.1446 +solid
  2.1447 +0.000 0.000 0.000 edgecolor
  2.1448 +newpath 3040 2722 moveto
  2.1449 +3079 2794 3224 3071 3270 3158 curveto
  2.1450 +stroke
  2.1451 +0.000 0.000 0.000 edgecolor
  2.1452 +newpath 3267.08 3159.96 moveto
  2.1453 +3275 3167 lineto
  2.1454 +3273.2 3156.56 lineto
  2.1455 +closepath fill
  2.1456 +1 setlinewidth
  2.1457 +solid
  2.1458 +0.000 0.000 0.000 edgecolor
  2.1459 +newpath 3267.08 3159.96 moveto
  2.1460 +3275 3167 lineto
  2.1461 +3273.2 3156.56 lineto
  2.1462 +closepath stroke
  2.1463 +grestore
  2.1464 +% create_pair_string
  2.1465 +gsave
  2.1466 +1 setlinewidth
  2.1467 +0.000 0.000 0.000 nodecolor
  2.1468 +3537 2857 80.11 18 ellipse_path stroke
  2.1469 +0.000 0.000 0.000 nodecolor
  2.1470 +grestore
  2.1471 +% fail_msg->create_pair_string
  2.1472 +gsave
  2.1473 +1 setlinewidth
  2.1474 +solid
  2.1475 +0.000 0.000 0.000 edgecolor
  2.1476 +newpath 3069 2695 moveto
  2.1477 +3090 2689 3116 2683 3140 2677 curveto
  2.1478 +3249 2649 3292 2618 3392 2668 curveto
  2.1479 +3461 2701 3506 2786 3526 2830 curveto
  2.1480 +stroke
  2.1481 +0.000 0.000 0.000 edgecolor
  2.1482 +newpath 3522.74 2831.28 moveto
  2.1483 +3530 2839 lineto
  2.1484 +3529.14 2828.44 lineto
  2.1485 +closepath fill
  2.1486 +1 setlinewidth
  2.1487 +solid
  2.1488 +0.000 0.000 0.000 edgecolor
  2.1489 +newpath 3522.74 2831.28 moveto
  2.1490 +3530 2839 lineto
  2.1491 +3529.14 2828.44 lineto
  2.1492 +closepath stroke
  2.1493 +grestore
  2.1494 +% var_table_conf->create_pair_string
  2.1495 +gsave
  2.1496 +1 setlinewidth
  2.1497 +solid
  2.1498 +0.000 0.000 0.000 edgecolor
  2.1499 +newpath 3344 2704 moveto
  2.1500 +3360 2708 3377 2714 3392 2722 curveto
  2.1501 +3444 2750 3491 2800 3516 2831 curveto
  2.1502 +stroke
  2.1503 +0.000 0.000 0.000 edgecolor
  2.1504 +newpath 3513.78 2833.78 moveto
  2.1505 +3523 2839 lineto
  2.1506 +3519.05 2829.17 lineto
  2.1507 +closepath fill
  2.1508 +1 setlinewidth
  2.1509 +solid
  2.1510 +0.000 0.000 0.000 edgecolor
  2.1511 +newpath 3513.78 2833.78 moveto
  2.1512 +3523 2839 lineto
  2.1513 +3519.05 2829.17 lineto
  2.1514 +closepath stroke
  2.1515 +grestore
  2.1516 +% spool_read_data->read_line
  2.1517 +gsave
  2.1518 +1 setlinewidth
  2.1519 +solid
  2.1520 +0.000 0.000 0.000 edgecolor
  2.1521 +newpath 3361 1512 moveto
  2.1522 +3399 1512 3446 1512 3481 1512 curveto
  2.1523 +stroke
  2.1524 +0.000 0.000 0.000 edgecolor
  2.1525 +newpath 3481 1515.5 moveto
  2.1526 +3491 1512 lineto
  2.1527 +3481 1508.5 lineto
  2.1528 +closepath fill
  2.1529 +1 setlinewidth
  2.1530 +solid
  2.1531 +0.000 0.000 0.000 edgecolor
  2.1532 +newpath 3481 1515.5 moveto
  2.1533 +3491 1512 lineto
  2.1534 +3481 1508.5 lineto
  2.1535 +closepath stroke
  2.1536 +grestore
  2.1537 +% create_argv
  2.1538 +gsave
  2.1539 +1 setlinewidth
  2.1540 +0.000 0.000 0.000 nodecolor
  2.1541 +3537 2603 55.79 18 ellipse_path stroke
  2.1542 +0.000 0.000 0.000 nodecolor
  2.1543 +grestore
  2.1544 +% peidopen->create_argv
  2.1545 +gsave
  2.1546 +1 setlinewidth
  2.1547 +solid
  2.1548 +0.000 0.000 0.000 edgecolor
  2.1549 +newpath 3332 2603 moveto
  2.1550 +3371 2603 3427 2603 3470 2603 curveto
  2.1551 +stroke
  2.1552 +0.000 0.000 0.000 edgecolor
  2.1553 +newpath 3470 2606.5 moveto
  2.1554 +3480 2603 lineto
  2.1555 +3470 2599.5 lineto
  2.1556 +closepath fill
  2.1557 +1 setlinewidth
  2.1558 +solid
  2.1559 +0.000 0.000 0.000 edgecolor
  2.1560 +newpath 3470 2606.5 moveto
  2.1561 +3480 2603 lineto
  2.1562 +3470 2599.5 lineto
  2.1563 +closepath stroke
  2.1564 +grestore
  2.1565 +% addr_isequal_parent->addr_isequal
  2.1566 +gsave
  2.1567 +1 setlinewidth
  2.1568 +solid
  2.1569 +0.000 0.000 0.000 edgecolor
  2.1570 +newpath 3365 2757 moveto
  2.1571 +3376 2761 3385 2767 3392 2776 curveto
  2.1572 +3499 2905 3322 3401 3428 3531 curveto
  2.1573 +3438 3542 3452 3550 3467 3554 curveto
  2.1574 +stroke
  2.1575 +0.000 0.000 0.000 edgecolor
  2.1576 +newpath 3466.51 3557.47 moveto
  2.1577 +3477 3556 lineto
  2.1578 +3467.88 3550.61 lineto
  2.1579 +closepath fill
  2.1580 +1 setlinewidth
  2.1581 +solid
  2.1582 +0.000 0.000 0.000 edgecolor
  2.1583 +newpath 3466.51 3557.47 moveto
  2.1584 +3477 3556 lineto
  2.1585 +3467.88 3550.61 lineto
  2.1586 +closepath stroke
  2.1587 +grestore
  2.1588 +% var_table_msg->create_pair_string
  2.1589 +gsave
  2.1590 +1 setlinewidth
  2.1591 +solid
  2.1592 +0.000 0.000 0.000 edgecolor
  2.1593 +newpath 3352 2857 moveto
  2.1594 +3381 2857 3415 2857 3446 2857 curveto
  2.1595 +stroke
  2.1596 +0.000 0.000 0.000 edgecolor
  2.1597 +newpath 3446 2860.5 moveto
  2.1598 +3456 2857 lineto
  2.1599 +3446 2853.5 lineto
  2.1600 +closepath fill
  2.1601 +1 setlinewidth
  2.1602 +solid
  2.1603 +0.000 0.000 0.000 edgecolor
  2.1604 +newpath 3446 2860.5 moveto
  2.1605 +3456 2857 lineto
  2.1606 +3446 2853.5 lineto
  2.1607 +closepath stroke
  2.1608 +grestore
  2.1609 +% alarm_on
  2.1610 +gsave
  2.1611 +1 setlinewidth
  2.1612 +0.000 0.000 0.000 nodecolor
  2.1613 +3537 118 46.75 18 ellipse_path stroke
  2.1614 +0.000 0.000 0.000 nodecolor
  2.1615 +grestore
  2.1616 +% read_sockline->alarm_on
  2.1617 +gsave
  2.1618 +1 setlinewidth
  2.1619 +solid
  2.1620 +0.000 0.000 0.000 edgecolor
  2.1621 +newpath 3346 248 moveto
  2.1622 +3362 244 3379 237 3392 226 curveto
  2.1623 +3423 201 3398 171 3428 145 curveto
  2.1624 +3442 133 3462 126 3480 123 curveto
  2.1625 +stroke
  2.1626 +0.000 0.000 0.000 edgecolor
  2.1627 +newpath 3480.88 126.39 moveto
  2.1628 +3490 121 lineto
  2.1629 +3479.51 119.53 lineto
  2.1630 +closepath fill
  2.1631 +1 setlinewidth
  2.1632 +solid
  2.1633 +0.000 0.000 0.000 edgecolor
  2.1634 +newpath 3480.88 126.39 moveto
  2.1635 +3490 121 lineto
  2.1636 +3479.51 119.53 lineto
  2.1637 +closepath stroke
  2.1638 +grestore
  2.1639 +% _read_line
  2.1640 +gsave
  2.1641 +1 setlinewidth
  2.1642 +0.000 0.000 0.000 nodecolor
  2.1643 +3537 280 50.92 18 ellipse_path stroke
  2.1644 +0.000 0.000 0.000 nodecolor
  2.1645 +grestore
  2.1646 +% read_sockline->_read_line
  2.1647 +gsave
  2.1648 +1 setlinewidth
  2.1649 +solid
  2.1650 +0.000 0.000 0.000 edgecolor
  2.1651 +newpath 3344 259 moveto
  2.1652 +3384 264 3438 269 3478 274 curveto
  2.1653 +stroke
  2.1654 +0.000 0.000 0.000 edgecolor
  2.1655 +newpath 3477.7 277.49 moveto
  2.1656 +3488 275 lineto
  2.1657 +3478.4 270.52 lineto
  2.1658 +closepath fill
  2.1659 +1 setlinewidth
  2.1660 +solid
  2.1661 +0.000 0.000 0.000 edgecolor
  2.1662 +newpath 3477.7 277.49 moveto
  2.1663 +3488 275 lineto
  2.1664 +3478.4 270.52 lineto
  2.1665 +closepath stroke
  2.1666 +grestore
  2.1667 +% _read_chug
  2.1668 +gsave
  2.1669 +1 setlinewidth
  2.1670 +0.000 0.000 0.000 nodecolor
  2.1671 +3537 226 56.98 18 ellipse_path stroke
  2.1672 +0.000 0.000 0.000 nodecolor
  2.1673 +grestore
  2.1674 +% read_sockline->_read_chug
  2.1675 +gsave
  2.1676 +1 setlinewidth
  2.1677 +solid
  2.1678 +0.000 0.000 0.000 edgecolor
  2.1679 +newpath 3344 247 moveto
  2.1680 +3383 242 3433 237 3473 233 curveto
  2.1681 +stroke
  2.1682 +0.000 0.000 0.000 edgecolor
  2.1683 +newpath 3473.4 236.48 moveto
  2.1684 +3483 232 lineto
  2.1685 +3472.7 229.51 lineto
  2.1686 +closepath fill
  2.1687 +1 setlinewidth
  2.1688 +solid
  2.1689 +0.000 0.000 0.000 edgecolor
  2.1690 +newpath 3473.4 236.48 moveto
  2.1691 +3483 232 lineto
  2.1692 +3472.7 229.51 lineto
  2.1693 +closepath stroke
  2.1694 +grestore
  2.1695 +% alarm_off
  2.1696 +gsave
  2.1697 +1 setlinewidth
  2.1698 +0.000 0.000 0.000 nodecolor
  2.1699 +3537 172 48.14 18 ellipse_path stroke
  2.1700 +0.000 0.000 0.000 nodecolor
  2.1701 +grestore
  2.1702 +% read_sockline->alarm_off
  2.1703 +gsave
  2.1704 +1 setlinewidth
  2.1705 +solid
  2.1706 +0.000 0.000 0.000 edgecolor
  2.1707 +newpath 3340 244 moveto
  2.1708 +3357 240 3376 234 3392 226 curveto
  2.1709 +3411 218 3410 208 3428 199 curveto
  2.1710 +3445 191 3464 185 3482 181 curveto
  2.1711 +stroke
  2.1712 +0.000 0.000 0.000 edgecolor
  2.1713 +newpath 3482.88 184.39 moveto
  2.1714 +3492 179 lineto
  2.1715 +3481.51 177.53 lineto
  2.1716 +closepath fill
  2.1717 +1 setlinewidth
  2.1718 +solid
  2.1719 +0.000 0.000 0.000 edgecolor
  2.1720 +newpath 3482.88 184.39 moveto
  2.1721 +3492 179 lineto
  2.1722 +3481.51 177.53 lineto
  2.1723 +closepath stroke
  2.1724 +grestore
  2.1725 +% table_find
  2.1726 +gsave
  2.1727 +1 setlinewidth
  2.1728 +0.000 0.000 0.000 nodecolor
  2.1729 +3537 3450 50.03 18 ellipse_path stroke
  2.1730 +0.000 0.000 0.000 nodecolor
  2.1731 +grestore
  2.1732 +% expand->table_find
  2.1733 +gsave
  2.1734 +1 setlinewidth
  2.1735 +solid
  2.1736 +0.000 0.000 0.000 edgecolor
  2.1737 +newpath 3315 3196 moveto
  2.1738 +3339 3206 3370 3221 3392 3241 curveto
  2.1739 +3453 3295 3502 3380 3524 3423 curveto
  2.1740 +stroke
  2.1741 +0.000 0.000 0.000 edgecolor
  2.1742 +newpath 3520.74 3424.28 moveto
  2.1743 +3528 3432 lineto
  2.1744 +3527.14 3421.44 lineto
  2.1745 +closepath fill
  2.1746 +1 setlinewidth
  2.1747 +solid
  2.1748 +0.000 0.000 0.000 edgecolor
  2.1749 +newpath 3520.74 3424.28 moveto
  2.1750 +3528 3432 lineto
  2.1751 +3527.14 3421.44 lineto
  2.1752 +closepath stroke
  2.1753 +grestore
  2.1754 +% deliver
  2.1755 +gsave
  2.1756 +1 setlinewidth
  2.1757 +0.000 0.000 0.000 nodecolor
  2.1758 +771 2220 36.83 18 ellipse_path stroke
  2.1759 +0.000 0.000 0.000 nodecolor
  2.1760 +grestore
  2.1761 +% deliver_msg_list
  2.1762 +gsave
  2.1763 +1 setlinewidth
  2.1764 +0.000 0.000 0.000 nodecolor
  2.1765 +961 2266 73.85 18 ellipse_path stroke
  2.1766 +0.000 0.000 0.000 nodecolor
  2.1767 +grestore
  2.1768 +% deliver->deliver_msg_list
  2.1769 +gsave
  2.1770 +1 setlinewidth
  2.1771 +solid
  2.1772 +0.000 0.000 0.000 edgecolor
  2.1773 +newpath 805 2228 moveto
  2.1774 +830 2234 867 2243 898 2251 curveto
  2.1775 +stroke
  2.1776 +0.000 0.000 0.000 edgecolor
  2.1777 +newpath 897.51 2254.47 moveto
  2.1778 +908 2253 lineto
  2.1779 +898.88 2247.61 lineto
  2.1780 +closepath fill
  2.1781 +1 setlinewidth
  2.1782 +solid
  2.1783 +0.000 0.000 0.000 edgecolor
  2.1784 +newpath 897.51 2254.47 moveto
  2.1785 +908 2253 lineto
  2.1786 +898.88 2247.61 lineto
  2.1787 +closepath stroke
  2.1788 +grestore
  2.1789 +% deliver_msg_list->table_read
  2.1790 +gsave
  2.1791 +1 setlinewidth
  2.1792 +solid
  2.1793 +0.000 0.000 0.000 edgecolor
  2.1794 +newpath 974 2248 moveto
  2.1795 +992 2223 1029 2177 1072 2155 curveto
  2.1796 +1166 2105 1231 2186 1306 2112 curveto
  2.1797 +1366 2052 1317 2006 1342 1926 curveto
  2.1798 +1365 1852 1406 1770 1427 1729 curveto
  2.1799 +stroke
  2.1800 +0.000 0.000 0.000 edgecolor
  2.1801 +newpath 1430.2 1730.44 moveto
  2.1802 +1432 1720 lineto
  2.1803 +1424.08 1727.04 lineto
  2.1804 +closepath fill
  2.1805 +1 setlinewidth
  2.1806 +solid
  2.1807 +0.000 0.000 0.000 edgecolor
  2.1808 +newpath 1430.2 1730.44 moveto
  2.1809 +1432 1720 lineto
  2.1810 +1424.08 1727.04 lineto
  2.1811 +closepath stroke
  2.1812 +grestore
  2.1813 +% deliver_msg_list->create_address_qualified
  2.1814 +gsave
  2.1815 +1 setlinewidth
  2.1816 +solid
  2.1817 +0.000 0.000 0.000 edgecolor
  2.1818 +newpath 964 2248 moveto
  2.1819 +986 2124 1133 1399 1578 1104 curveto
  2.1820 +1723 1008 3012 912 3140 1028 curveto
  2.1821 +3203 1085 3122 1340 3176 1404 curveto
  2.1822 +3180 1408 3184 1412 3189 1415 curveto
  2.1823 +stroke
  2.1824 +0.000 0.000 0.000 edgecolor
  2.1825 +newpath 3187.56 1418.2 moveto
  2.1826 +3198 1420 lineto
  2.1827 +3190.96 1412.08 lineto
  2.1828 +closepath fill
  2.1829 +1 setlinewidth
  2.1830 +solid
  2.1831 +0.000 0.000 0.000 edgecolor
  2.1832 +newpath 3187.56 1418.2 moveto
  2.1833 +3198 1420 lineto
  2.1834 +3190.96 1412.08 lineto
  2.1835 +closepath stroke
  2.1836 +grestore
  2.1837 +% deliver_msg_list->destroy_table
  2.1838 +gsave
  2.1839 +1 setlinewidth
  2.1840 +solid
  2.1841 +0.000 0.000 0.000 edgecolor
  2.1842 +newpath 1013 2279 moveto
  2.1843 +1022 2284 1030 2290 1036 2298 curveto
  2.1844 +1096 2385 1009 3163 1072 3248 curveto
  2.1845 +1185 3396 1685 3475 1868 3509 curveto
  2.1846 +2111 3553 2176 3528 2422 3534 curveto
  2.1847 +2629 3538 2681 3550 2886 3531 curveto
  2.1848 +3001 3519 3041 3540 3140 3484 curveto
  2.1849 +3198 3451 3245 3385 3269 3349 curveto
  2.1850 +stroke
  2.1851 +0.000 0.000 0.000 edgecolor
  2.1852 +newpath 3272.2 3350.44 moveto
  2.1853 +3274 3340 lineto
  2.1854 +3266.08 3347.04 lineto
  2.1855 +closepath fill
  2.1856 +1 setlinewidth
  2.1857 +solid
  2.1858 +0.000 0.000 0.000 edgecolor
  2.1859 +newpath 3272.2 3350.44 moveto
  2.1860 +3274 3340 lineto
  2.1861 +3266.08 3347.04 lineto
  2.1862 +closepath stroke
  2.1863 +grestore
  2.1864 +% rcptlist_with_one_of_hostlist
  2.1865 +gsave
  2.1866 +1 setlinewidth
  2.1867 +0.000 0.000 0.000 nodecolor
  2.1868 +1993 2704 125.08 18 ellipse_path stroke
  2.1869 +0.000 0.000 0.000 nodecolor
  2.1870 +grestore
  2.1871 +% deliver_msg_list->rcptlist_with_one_of_hostlist
  2.1872 +gsave
  2.1873 +1 setlinewidth
  2.1874 +solid
  2.1875 +0.000 0.000 0.000 edgecolor
  2.1876 +newpath 1013 2279 moveto
  2.1877 +1022 2284 1030 2290 1036 2298 curveto
  2.1878 +1084 2362 1014 2603 1072 2659 curveto
  2.1879 +1186 2766 1663 2736 1882 2716 curveto
  2.1880 +stroke
  2.1881 +0.000 0.000 0.000 edgecolor
  2.1882 +newpath 1882.4 2719.48 moveto
  2.1883 +1892 2715 lineto
  2.1884 +1881.7 2712.51 lineto
  2.1885 +closepath fill
  2.1886 +1 setlinewidth
  2.1887 +solid
  2.1888 +0.000 0.000 0.000 edgecolor
  2.1889 +newpath 1882.4 2719.48 moveto
  2.1890 +1892 2715 lineto
  2.1891 +1881.7 2712.51 lineto
  2.1892 +closepath stroke
  2.1893 +grestore
  2.1894 +% spool_unlock
  2.1895 +gsave
  2.1896 +1 setlinewidth
  2.1897 +0.000 0.000 0.000 nodecolor
  2.1898 +1189 879 64.12 18 ellipse_path stroke
  2.1899 +0.000 0.000 0.000 nodecolor
  2.1900 +grestore
  2.1901 +% deliver_msg_list->spool_unlock
  2.1902 +gsave
  2.1903 +1 setlinewidth
  2.1904 +solid
  2.1905 +0.000 0.000 0.000 edgecolor
  2.1906 +newpath 962 2248 moveto
  2.1907 +970 2092 1031 981 1072 925 curveto
  2.1908 +1085 909 1104 898 1123 891 curveto
  2.1909 +stroke
  2.1910 +0.000 0.000 0.000 edgecolor
  2.1911 +newpath 1124.43 894.23 moveto
  2.1912 +1133 888 lineto
  2.1913 +1122.42 887.52 lineto
  2.1914 +closepath fill
  2.1915 +1 setlinewidth
  2.1916 +solid
  2.1917 +0.000 0.000 0.000 edgecolor
  2.1918 +newpath 1124.43 894.23 moveto
  2.1919 +1133 888 lineto
  2.1920 +1122.42 887.52 lineto
  2.1921 +closepath stroke
  2.1922 +grestore
  2.1923 +% read_route_list
  2.1924 +gsave
  2.1925 +1 setlinewidth
  2.1926 +0.000 0.000 0.000 nodecolor
  2.1927 +1442 2052 68.79 18 ellipse_path stroke
  2.1928 +0.000 0.000 0.000 nodecolor
  2.1929 +grestore
  2.1930 +% deliver_msg_list->read_route_list
  2.1931 +gsave
  2.1932 +1 setlinewidth
  2.1933 +solid
  2.1934 +0.000 0.000 0.000 edgecolor
  2.1935 +newpath 1027 2257 moveto
  2.1936 +1120 2245 1283 2222 1306 2209 curveto
  2.1937 +1362 2178 1405 2115 1427 2079 curveto
  2.1938 +stroke
  2.1939 +0.000 0.000 0.000 edgecolor
  2.1940 +newpath 1430.2 2080.44 moveto
  2.1941 +1432 2070 lineto
  2.1942 +1424.08 2077.04 lineto
  2.1943 +closepath fill
  2.1944 +1 setlinewidth
  2.1945 +solid
  2.1946 +0.000 0.000 0.000 edgecolor
  2.1947 +newpath 1430.2 2080.44 moveto
  2.1948 +1432 2070 lineto
  2.1949 +1424.08 2077.04 lineto
  2.1950 +closepath stroke
  2.1951 +grestore
  2.1952 +% destroy_route_list
  2.1953 +gsave
  2.1954 +1 setlinewidth
  2.1955 +0.000 0.000 0.000 nodecolor
  2.1956 +1442 2647 80.8 18 ellipse_path stroke
  2.1957 +0.000 0.000 0.000 nodecolor
  2.1958 +grestore
  2.1959 +% deliver_msg_list->destroy_route_list
  2.1960 +gsave
  2.1961 +1 setlinewidth
  2.1962 +solid
  2.1963 +0.000 0.000 0.000 edgecolor
  2.1964 +newpath 1013 2279 moveto
  2.1965 +1022 2284 1030 2290 1036 2298 curveto
  2.1966 +1079 2354 1022 2565 1072 2615 curveto
  2.1967 +1154 2694 1297 2679 1379 2663 curveto
  2.1968 +stroke
  2.1969 +0.000 0.000 0.000 edgecolor
  2.1970 +newpath 1379.88 2666.39 moveto
  2.1971 +1389 2661 lineto
  2.1972 +1378.51 2659.53 lineto
  2.1973 +closepath fill
  2.1974 +1 setlinewidth
  2.1975 +solid
  2.1976 +0.000 0.000 0.000 edgecolor
  2.1977 +newpath 1379.88 2666.39 moveto
  2.1978 +1389 2661 lineto
  2.1979 +1378.51 2659.53 lineto
  2.1980 +closepath stroke
  2.1981 +grestore
  2.1982 +% spool_lock
  2.1983 +gsave
  2.1984 +1 setlinewidth
  2.1985 +0.000 0.000 0.000 nodecolor
  2.1986 +1189 952 54.9 18 ellipse_path stroke
  2.1987 +0.000 0.000 0.000 nodecolor
  2.1988 +grestore
  2.1989 +% deliver_msg_list->spool_lock
  2.1990 +gsave
  2.1991 +1 setlinewidth
  2.1992 +solid
  2.1993 +0.000 0.000 0.000 edgecolor
  2.1994 +newpath 964 2248 moveto
  2.1995 +989 2105 1153 1157 1184 980 curveto
  2.1996 +stroke
  2.1997 +0.000 0.000 0.000 edgecolor
  2.1998 +newpath 1187.47 980.49 moveto
  2.1999 +1186 970 lineto
  2.2000 +1180.61 979.12 lineto
  2.2001 +closepath fill
  2.2002 +1 setlinewidth
  2.2003 +solid
  2.2004 +0.000 0.000 0.000 edgecolor
  2.2005 +newpath 1187.47 980.49 moveto
  2.2006 +1186 970 lineto
  2.2007 +1180.61 979.12 lineto
  2.2008 +closepath stroke
  2.2009 +grestore
  2.2010 +% alias_expand
  2.2011 +gsave
  2.2012 +1 setlinewidth
  2.2013 +0.000 0.000 0.000 nodecolor
  2.2014 +2769 3436 61.15 18 ellipse_path stroke
  2.2015 +0.000 0.000 0.000 nodecolor
  2.2016 +grestore
  2.2017 +% deliver_msg_list->alias_expand
  2.2018 +gsave
  2.2019 +1 setlinewidth
  2.2020 +solid
  2.2021 +0.000 0.000 0.000 edgecolor
  2.2022 +newpath 1013 2279 moveto
  2.2023 +1022 2284 1030 2290 1036 2298 curveto
  2.2024 +1093 2380 1005 3123 1072 3198 curveto
  2.2025 +1184 3321 2393 3411 2699 3431 curveto
  2.2026 +stroke
  2.2027 +0.000 0.000 0.000 edgecolor
  2.2028 +newpath 2698.7 3434.49 moveto
  2.2029 +2709 3432 lineto
  2.2030 +2699.4 3427.52 lineto
  2.2031 +closepath fill
  2.2032 +1 setlinewidth
  2.2033 +solid
  2.2034 +0.000 0.000 0.000 edgecolor
  2.2035 +newpath 2698.7 3434.49 moveto
  2.2036 +2709 3432 lineto
  2.2037 +2699.4 3427.52 lineto
  2.2038 +closepath stroke
  2.2039 +grestore
  2.2040 +% create_msg_out_list
  2.2041 +gsave
  2.2042 +1 setlinewidth
  2.2043 +0.000 0.000 0.000 nodecolor
  2.2044 +1189 2892 89.14 18 ellipse_path stroke
  2.2045 +0.000 0.000 0.000 nodecolor
  2.2046 +grestore
  2.2047 +% deliver_msg_list->create_msg_out_list
  2.2048 +gsave
  2.2049 +1 setlinewidth
  2.2050 +solid
  2.2051 +0.000 0.000 0.000 edgecolor
  2.2052 +newpath 1013 2279 moveto
  2.2053 +1022 2284 1030 2290 1036 2298 curveto
  2.2054 +1095 2378 1036 2652 1072 2745 curveto
  2.2055 +1092 2794 1134 2840 1162 2867 curveto
  2.2056 +stroke
  2.2057 +0.000 0.000 0.000 edgecolor
  2.2058 +newpath 1159.45 2869.4 moveto
  2.2059 +1169 2874 lineto
  2.2060 +1164.4 2864.45 lineto
  2.2061 +closepath fill
  2.2062 +1 setlinewidth
  2.2063 +solid
  2.2064 +0.000 0.000 0.000 edgecolor
  2.2065 +newpath 1159.45 2869.4 moveto
  2.2066 +1169 2874 lineto
  2.2067 +1164.4 2864.45 lineto
  2.2068 +closepath stroke
  2.2069 +grestore
  2.2070 +% rcptlist_with_addr_is_local
  2.2071 +gsave
  2.2072 +1 setlinewidth
  2.2073 +0.000 0.000 0.000 nodecolor
  2.2074 +1189 3171 116.24 18 ellipse_path stroke
  2.2075 +0.000 0.000 0.000 nodecolor
  2.2076 +grestore
  2.2077 +% deliver_msg_list->rcptlist_with_addr_is_local
  2.2078 +gsave
  2.2079 +1 setlinewidth
  2.2080 +solid
  2.2081 +0.000 0.000 0.000 edgecolor
  2.2082 +newpath 1013 2279 moveto
  2.2083 +1022 2284 1030 2290 1036 2298 curveto
  2.2084 +1076 2354 1056 2851 1072 2919 curveto
  2.2085 +1094 3006 1146 3099 1173 3144 curveto
  2.2086 +stroke
  2.2087 +0.000 0.000 0.000 edgecolor
  2.2088 +newpath 1170.08 3145.96 moveto
  2.2089 +1178 3153 lineto
  2.2090 +1176.2 3142.56 lineto
  2.2091 +closepath fill
  2.2092 +1 setlinewidth
  2.2093 +solid
  2.2094 +0.000 0.000 0.000 edgecolor
  2.2095 +newpath 1170.08 3145.96 moveto
  2.2096 +1178 3153 lineto
  2.2097 +1176.2 3142.56 lineto
  2.2098 +closepath stroke
  2.2099 +grestore
  2.2100 +% deliver_msgout_list_online
  2.2101 +gsave
  2.2102 +1 setlinewidth
  2.2103 +0.000 0.000 0.000 nodecolor
  2.2104 +1189 2316 114.15 18 ellipse_path stroke
  2.2105 +0.000 0.000 0.000 nodecolor
  2.2106 +grestore
  2.2107 +% deliver_msg_list->deliver_msgout_list_online
  2.2108 +gsave
  2.2109 +1 setlinewidth
  2.2110 +solid
  2.2111 +0.000 0.000 0.000 edgecolor
  2.2112 +newpath 1016 2278 moveto
  2.2113 +1045 2284 1081 2292 1112 2299 curveto
  2.2114 +stroke
  2.2115 +0.000 0.000 0.000 edgecolor
  2.2116 +newpath 1111.51 2302.47 moveto
  2.2117 +1122 2301 lineto
  2.2118 +1112.88 2295.61 lineto
  2.2119 +closepath fill
  2.2120 +1 setlinewidth
  2.2121 +solid
  2.2122 +0.000 0.000 0.000 edgecolor
  2.2123 +newpath 1111.51 2302.47 moveto
  2.2124 +1122 2301 lineto
  2.2125 +1112.88 2295.61 lineto
  2.2126 +closepath stroke
  2.2127 +grestore
  2.2128 +% clone_msg_out
  2.2129 +gsave
  2.2130 +1 setlinewidth
  2.2131 +0.000 0.000 0.000 nodecolor
  2.2132 +1705 2574 70.88 18 ellipse_path stroke
  2.2133 +0.000 0.000 0.000 nodecolor
  2.2134 +grestore
  2.2135 +% deliver_msg_list->clone_msg_out
  2.2136 +gsave
  2.2137 +1 setlinewidth
  2.2138 +solid
  2.2139 +0.000 0.000 0.000 edgecolor
  2.2140 +newpath 1009 2280 moveto
  2.2141 +1019 2284 1028 2290 1036 2298 curveto
  2.2142 +1064 2324 1044 2349 1072 2375 curveto
  2.2143 +1232 2517 1494 2558 1625 2569 curveto
  2.2144 +stroke
  2.2145 +0.000 0.000 0.000 edgecolor
  2.2146 +newpath 1624.7 2572.49 moveto
  2.2147 +1635 2570 lineto
  2.2148 +1625.4 2565.52 lineto
  2.2149 +closepath fill
  2.2150 +1 setlinewidth
  2.2151 +solid
  2.2152 +0.000 0.000 0.000 edgecolor
  2.2153 +newpath 1624.7 2572.49 moveto
  2.2154 +1635 2570 lineto
  2.2155 +1625.4 2565.52 lineto
  2.2156 +closepath stroke
  2.2157 +grestore
  2.2158 +% deliver_route_msg_list
  2.2159 +gsave
  2.2160 +1 setlinewidth
  2.2161 +0.000 0.000 0.000 nodecolor
  2.2162 +1442 2366 98.87 18 ellipse_path stroke
  2.2163 +0.000 0.000 0.000 nodecolor
  2.2164 +grestore
  2.2165 +% deliver_msg_list->deliver_route_msg_list
  2.2166 +gsave
  2.2167 +1 setlinewidth
  2.2168 +solid
  2.2169 +0.000 0.000 0.000 edgecolor
  2.2170 +newpath 1005 2280 moveto
  2.2171 +1016 2285 1027 2291 1036 2298 curveto
  2.2172 +1057 2313 1050 2331 1072 2343 curveto
  2.2173 +1161 2389 1279 2387 1358 2379 curveto
  2.2174 +stroke
  2.2175 +0.000 0.000 0.000 edgecolor
  2.2176 +newpath 1358.4 2382.48 moveto
  2.2177 +1368 2378 lineto
  2.2178 +1357.7 2375.51 lineto
  2.2179 +closepath fill
  2.2180 +1 setlinewidth
  2.2181 +solid
  2.2182 +0.000 0.000 0.000 edgecolor
  2.2183 +newpath 1358.4 2382.48 moveto
  2.2184 +1368 2378 lineto
  2.2185 +1357.7 2375.51 lineto
  2.2186 +closepath stroke
  2.2187 +grestore
  2.2188 +% destroy_msg_out_list
  2.2189 +gsave
  2.2190 +1 setlinewidth
  2.2191 +0.000 0.000 0.000 nodecolor
  2.2192 +1705 2266 95.89 18 ellipse_path stroke
  2.2193 +0.000 0.000 0.000 nodecolor
  2.2194 +grestore
  2.2195 +% deliver_msg_list->destroy_msg_out_list
  2.2196 +gsave
  2.2197 +1 setlinewidth
  2.2198 +solid
  2.2199 +0.000 0.000 0.000 edgecolor
  2.2200 +newpath 1036 2266 moveto
  2.2201 +1168 2266 1446 2266 1599 2266 curveto
  2.2202 +stroke
  2.2203 +0.000 0.000 0.000 edgecolor
  2.2204 +newpath 1599 2269.5 moveto
  2.2205 +1609 2266 lineto
  2.2206 +1599 2262.5 lineto
  2.2207 +closepath fill
  2.2208 +1 setlinewidth
  2.2209 +solid
  2.2210 +0.000 0.000 0.000 edgecolor
  2.2211 +newpath 1599 2269.5 moveto
  2.2212 +1609 2266 lineto
  2.2213 +1599 2262.5 lineto
  2.2214 +closepath stroke
  2.2215 +grestore
  2.2216 +% deliver_local
  2.2217 +gsave
  2.2218 +1 setlinewidth
  2.2219 +0.000 0.000 0.000 nodecolor
  2.2220 +2270 2691 59.96 18 ellipse_path stroke
  2.2221 +0.000 0.000 0.000 nodecolor
  2.2222 +grestore
  2.2223 +% deliver_msg_list->deliver_local
  2.2224 +gsave
  2.2225 +1 setlinewidth
  2.2226 +solid
  2.2227 +0.000 0.000 0.000 edgecolor
  2.2228 +newpath 1011 2279 moveto
  2.2229 +1021 2284 1029 2290 1036 2298 curveto
  2.2230 +1081 2350 1027 2397 1072 2449 curveto
  2.2231 +1157 2545 1220 2513 1342 2550 curveto
  2.2232 +1445 2580 1473 2582 1578 2601 curveto
  2.2233 +1807 2640 2079 2670 2203 2684 curveto
  2.2234 +stroke
  2.2235 +0.000 0.000 0.000 edgecolor
  2.2236 +newpath 2202.7 2687.49 moveto
  2.2237 +2213 2685 lineto
  2.2238 +2203.4 2680.52 lineto
  2.2239 +closepath fill
  2.2240 +1 setlinewidth
  2.2241 +solid
  2.2242 +0.000 0.000 0.000 edgecolor
  2.2243 +newpath 2202.7 2687.49 moveto
  2.2244 +2213 2685 lineto
  2.2245 +2203.4 2680.52 lineto
  2.2246 +closepath stroke
  2.2247 +grestore
  2.2248 +% create_local_route
  2.2249 +gsave
  2.2250 +1 setlinewidth
  2.2251 +0.000 0.000 0.000 nodecolor
  2.2252 +1189 2182 82.19 18 ellipse_path stroke
  2.2253 +0.000 0.000 0.000 nodecolor
  2.2254 +grestore
  2.2255 +% deliver_msg_list->create_local_route
  2.2256 +gsave
  2.2257 +1 setlinewidth
  2.2258 +solid
  2.2259 +0.000 0.000 0.000 edgecolor
  2.2260 +newpath 992 2249 moveto
  2.2261 +1014 2238 1044 2224 1072 2214 curveto
  2.2262 +1089 2208 1106 2202 1123 2198 curveto
  2.2263 +stroke
  2.2264 +0.000 0.000 0.000 edgecolor
  2.2265 +newpath 1124.43 2201.23 moveto
  2.2266 +1133 2195 lineto
  2.2267 +1122.42 2194.52 lineto
  2.2268 +closepath fill
  2.2269 +1 setlinewidth
  2.2270 +solid
  2.2271 +0.000 0.000 0.000 edgecolor
  2.2272 +newpath 1124.43 2201.23 moveto
  2.2273 +1133 2195 lineto
  2.2274 +1122.42 2194.52 lineto
  2.2275 +closepath stroke
  2.2276 +grestore
  2.2277 +% accept_message_prepare
  2.2278 +gsave
  2.2279 +1 setlinewidth
  2.2280 +0.000 0.000 0.000 nodecolor
  2.2281 +3031 456 109.1 18 ellipse_path stroke
  2.2282 +0.000 0.000 0.000 nodecolor
  2.2283 +grestore
  2.2284 +% accept_message_prepare->create_address
  2.2285 +gsave
  2.2286 +1 setlinewidth
  2.2287 +solid
  2.2288 +0.000 0.000 0.000 edgecolor
  2.2289 +newpath 3111 468 moveto
  2.2290 +3122 473 3132 479 3140 488 curveto
  2.2291 +3199 553 3115 619 3176 680 curveto
  2.2292 +3245 750 3323 655 3392 723 curveto
  2.2293 +3488 817 3527 1259 3535 1376 curveto
  2.2294 +stroke
  2.2295 +0.000 0.000 0.000 edgecolor
  2.2296 +newpath 3531.52 1376.4 moveto
  2.2297 +3536 1386 lineto
  2.2298 +3538.49 1375.7 lineto
  2.2299 +closepath fill
  2.2300 +1 setlinewidth
  2.2301 +solid
  2.2302 +0.000 0.000 0.000 edgecolor
  2.2303 +newpath 3531.52 1376.4 moveto
  2.2304 +3536 1386 lineto
  2.2305 +3538.49 1375.7 lineto
  2.2306 +closepath stroke
  2.2307 +grestore
  2.2308 +% accept_message_prepare->create_address_qualified
  2.2309 +gsave
  2.2310 +1 setlinewidth
  2.2311 +solid
  2.2312 +0.000 0.000 0.000 edgecolor
  2.2313 +newpath 3043 474 moveto
  2.2314 +3067 510 3120 594 3140 673 curveto
  2.2315 +3161 752 3125 1341 3176 1404 curveto
  2.2316 +3180 1408 3184 1412 3188 1415 curveto
  2.2317 +stroke
  2.2318 +0.000 0.000 0.000 edgecolor
  2.2319 +newpath 3186.56 1418.2 moveto
  2.2320 +3197 1420 lineto
  2.2321 +3189.96 1412.08 lineto
  2.2322 +closepath fill
  2.2323 +1 setlinewidth
  2.2324 +solid
  2.2325 +0.000 0.000 0.000 edgecolor
  2.2326 +newpath 3186.56 1418.2 moveto
  2.2327 +3197 1420 lineto
  2.2328 +3189.96 1412.08 lineto
  2.2329 +closepath stroke
  2.2330 +grestore
  2.2331 +% accept_message_prepare->destroy_address
  2.2332 +gsave
  2.2333 +1 setlinewidth
  2.2334 +solid
  2.2335 +0.000 0.000 0.000 edgecolor
  2.2336 +newpath 3044 474 moveto
  2.2337 +3068 510 3121 594 3140 673 curveto
  2.2338 +3174 811 3102 3091 3176 3212 curveto
  2.2339 +3187 3230 3206 3242 3225 3251 curveto
  2.2340 +stroke
  2.2341 +0.000 0.000 0.000 edgecolor
  2.2342 +newpath 3223.44 3254.14 moveto
  2.2343 +3234 3255 lineto
  2.2344 +3226.28 3247.74 lineto
  2.2345 +closepath fill
  2.2346 +1 setlinewidth
  2.2347 +solid
  2.2348 +0.000 0.000 0.000 edgecolor
  2.2349 +newpath 3223.44 3254.14 moveto
  2.2350 +3234 3255 lineto
  2.2351 +3226.28 3247.74 lineto
  2.2352 +closepath stroke
  2.2353 +grestore
  2.2354 +% accept_message_prepare->addr_string
  2.2355 +gsave
  2.2356 +1 setlinewidth
  2.2357 +solid
  2.2358 +0.000 0.000 0.000 edgecolor
  2.2359 +newpath 3073 473 moveto
  2.2360 +3097 484 3125 502 3140 526 curveto
  2.2361 +3204 626 3100 700 3176 789 curveto
  2.2362 +3188 802 3204 810 3220 815 curveto
  2.2363 +stroke
  2.2364 +0.000 0.000 0.000 edgecolor
  2.2365 +newpath 3219.51 818.47 moveto
  2.2366 +3230 817 lineto
  2.2367 +3220.88 811.61 lineto
  2.2368 +closepath fill
  2.2369 +1 setlinewidth
  2.2370 +solid
  2.2371 +0.000 0.000 0.000 edgecolor
  2.2372 +newpath 3219.51 818.47 moveto
  2.2373 +3230 817 lineto
  2.2374 +3220.88 811.61 lineto
  2.2375 +closepath stroke
  2.2376 +grestore
  2.2377 +% string_base62
  2.2378 +gsave
  2.2379 +1 setlinewidth
  2.2380 +0.000 0.000 0.000 nodecolor
  2.2381 +3284 545 64.12 18 ellipse_path stroke
  2.2382 +0.000 0.000 0.000 nodecolor
  2.2383 +grestore
  2.2384 +% accept_message_prepare->string_base62
  2.2385 +gsave
  2.2386 +1 setlinewidth
  2.2387 +solid
  2.2388 +0.000 0.000 0.000 edgecolor
  2.2389 +newpath 3096 471 moveto
  2.2390 +3111 475 3126 481 3140 488 curveto
  2.2391 +3159 498 3158 509 3176 518 curveto
  2.2392 +3189 524 3204 530 3218 534 curveto
  2.2393 +stroke
  2.2394 +0.000 0.000 0.000 edgecolor
  2.2395 +newpath 3217.51 537.47 moveto
  2.2396 +3228 536 lineto
  2.2397 +3218.88 530.61 lineto
  2.2398 +closepath fill
  2.2399 +1 setlinewidth
  2.2400 +solid
  2.2401 +0.000 0.000 0.000 edgecolor
  2.2402 +newpath 3217.51 537.47 moveto
  2.2403 +3228 536 lineto
  2.2404 +3218.88 530.61 lineto
  2.2405 +closepath stroke
  2.2406 +grestore
  2.2407 +% _g_list_addr_isequal
  2.2408 +gsave
  2.2409 +1 setlinewidth
  2.2410 +0.000 0.000 0.000 nodecolor
  2.2411 +3284 491 91.22 18 ellipse_path stroke
  2.2412 +0.000 0.000 0.000 nodecolor
  2.2413 +grestore
  2.2414 +% accept_message_prepare->_g_list_addr_isequal
  2.2415 +gsave
  2.2416 +1 setlinewidth
  2.2417 +dotted
  2.2418 +0.000 0.000 0.000 edgecolor
  2.2419 +newpath 3115 468 moveto
  2.2420 +3142 472 3172 476 3199 480 curveto
  2.2421 +stroke
  2.2422 +0.000 0.000 0.000 edgecolor
  2.2423 +newpath 3198.7 483.49 moveto
  2.2424 +3209 481 lineto
  2.2425 +3199.4 476.52 lineto
  2.2426 +closepath fill
  2.2427 +1 setlinewidth
  2.2428 +solid
  2.2429 +0.000 0.000 0.000 edgecolor
  2.2430 +newpath 3198.7 483.49 moveto
  2.2431 +3209 481 lineto
  2.2432 +3199.4 476.52 lineto
  2.2433 +closepath stroke
  2.2434 +grestore
  2.2435 +% find_header
  2.2436 +gsave
  2.2437 +1 setlinewidth
  2.2438 +0.000 0.000 0.000 nodecolor
  2.2439 +3284 437 56.98 18 ellipse_path stroke
  2.2440 +0.000 0.000 0.000 nodecolor
  2.2441 +grestore
  2.2442 +% accept_message_prepare->find_header
  2.2443 +gsave
  2.2444 +1 setlinewidth
  2.2445 +solid
  2.2446 +0.000 0.000 0.000 edgecolor
  2.2447 +newpath 3130 449 moveto
  2.2448 +3159 446 3191 444 3218 442 curveto
  2.2449 +stroke
  2.2450 +0.000 0.000 0.000 edgecolor
  2.2451 +newpath 3218.4 445.48 moveto
  2.2452 +3228 441 lineto
  2.2453 +3217.7 438.51 lineto
  2.2454 +closepath fill
  2.2455 +1 setlinewidth
  2.2456 +solid
  2.2457 +0.000 0.000 0.000 edgecolor
  2.2458 +newpath 3218.4 445.48 moveto
  2.2459 +3228 441 lineto
  2.2460 +3217.7 438.51 lineto
  2.2461 +closepath stroke
  2.2462 +grestore
  2.2463 +% addr_list_append_rfc822
  2.2464 +gsave
  2.2465 +1 setlinewidth
  2.2466 +0.000 0.000 0.000 nodecolor
  2.2467 +3537 1566 109.1 18 ellipse_path stroke
  2.2468 +0.000 0.000 0.000 nodecolor
  2.2469 +grestore
  2.2470 +% accept_message_prepare->addr_list_append_rfc822
  2.2471 +gsave
  2.2472 +1 setlinewidth
  2.2473 +solid
  2.2474 +0.000 0.000 0.000 edgecolor
  2.2475 +newpath 3072 473 moveto
  2.2476 +3096 484 3124 502 3140 526 curveto
  2.2477 +3189 598 3121 651 3176 716 curveto
  2.2478 +3243 794 3332 712 3392 794 curveto
  2.2479 +3442 861 3376 1474 3428 1539 curveto
  2.2480 +3432 1543 3436 1547 3440 1550 curveto
  2.2481 +stroke
  2.2482 +0.000 0.000 0.000 edgecolor
  2.2483 +newpath 3438.56 1553.2 moveto
  2.2484 +3449 1555 lineto
  2.2485 +3441.96 1547.08 lineto
  2.2486 +closepath fill
  2.2487 +1 setlinewidth
  2.2488 +solid
  2.2489 +0.000 0.000 0.000 edgecolor
  2.2490 +newpath 3438.56 1553.2 moveto
  2.2491 +3449 1555 lineto
  2.2492 +3441.96 1547.08 lineto
  2.2493 +closepath stroke
  2.2494 +grestore
  2.2495 +% rec_timestamp
  2.2496 +gsave
  2.2497 +1 setlinewidth
  2.2498 +0.000 0.000 0.000 nodecolor
  2.2499 +3284 653 68.1 18 ellipse_path stroke
  2.2500 +0.000 0.000 0.000 nodecolor
  2.2501 +grestore
  2.2502 +% accept_message_prepare->rec_timestamp
  2.2503 +gsave
  2.2504 +1 setlinewidth
  2.2505 +solid
  2.2506 +0.000 0.000 0.000 edgecolor
  2.2507 +newpath 3110 468 moveto
  2.2508 +3121 473 3132 479 3140 488 curveto
  2.2509 +3185 534 3131 582 3176 626 curveto
  2.2510 +3185 635 3197 641 3208 645 curveto
  2.2511 +stroke
  2.2512 +0.000 0.000 0.000 edgecolor
  2.2513 +newpath 3207.42 648.48 moveto
  2.2514 +3218 648 lineto
  2.2515 +3209.43 641.77 lineto
  2.2516 +closepath fill
  2.2517 +1 setlinewidth
  2.2518 +solid
  2.2519 +0.000 0.000 0.000 edgecolor
  2.2520 +newpath 3207.42 648.48 moveto
  2.2521 +3218 648 lineto
  2.2522 +3209.43 641.77 lineto
  2.2523 +closepath stroke
  2.2524 +grestore
  2.2525 +% header_fold
  2.2526 +gsave
  2.2527 +1 setlinewidth
  2.2528 +0.000 0.000 0.000 nodecolor
  2.2529 +3284 599 57.17 18 ellipse_path stroke
  2.2530 +0.000 0.000 0.000 nodecolor
  2.2531 +grestore
  2.2532 +% accept_message_prepare->header_fold
  2.2533 +gsave
  2.2534 +1 setlinewidth
  2.2535 +solid
  2.2536 +0.000 0.000 0.000 edgecolor
  2.2537 +newpath 3107 469 moveto
  2.2538 +3119 474 3131 480 3140 488 curveto
  2.2539 +3171 515 3146 546 3176 572 curveto
  2.2540 +3187 583 3203 589 3218 593 curveto
  2.2541 +stroke
  2.2542 +0.000 0.000 0.000 edgecolor
  2.2543 +newpath 3217.51 596.47 moveto
  2.2544 +3228 595 lineto
  2.2545 +3218.88 589.61 lineto
  2.2546 +closepath fill
  2.2547 +1 setlinewidth
  2.2548 +solid
  2.2549 +0.000 0.000 0.000 edgecolor
  2.2550 +newpath 3217.51 596.47 moveto
  2.2551 +3228 595 lineto
  2.2552 +3218.88 589.61 lineto
  2.2553 +closepath stroke
  2.2554 +grestore
  2.2555 +% create_header
  2.2556 +gsave
  2.2557 +1 setlinewidth
  2.2558 +0.000 0.000 0.000 nodecolor
  2.2559 +3284 1377 64.12 18 ellipse_path stroke
  2.2560 +0.000 0.000 0.000 nodecolor
  2.2561 +grestore
  2.2562 +% accept_message_prepare->create_header
  2.2563 +gsave
  2.2564 +1 setlinewidth
  2.2565 +solid
  2.2566 +0.000 0.000 0.000 edgecolor
  2.2567 +newpath 3042 474 moveto
  2.2568 +3064 510 3113 596 3140 673 curveto
  2.2569 +3141 676 3252 1218 3278 1349 curveto
  2.2570 +stroke
  2.2571 +0.000 0.000 0.000 edgecolor
  2.2572 +newpath 3274.61 1349.88 moveto
  2.2573 +3280 1359 lineto
  2.2574 +3281.47 1348.51 lineto
  2.2575 +closepath fill
  2.2576 +1 setlinewidth
  2.2577 +solid
  2.2578 +0.000 0.000 0.000 edgecolor
  2.2579 +newpath 3274.61 1349.88 moveto
  2.2580 +3280 1359 lineto
  2.2581 +3281.47 1348.51 lineto
  2.2582 +closepath stroke
  2.2583 +grestore
  2.2584 +% destroy_header
  2.2585 +gsave
  2.2586 +1 setlinewidth
  2.2587 +0.000 0.000 0.000 nodecolor
  2.2588 +3284 1826 70.88 18 ellipse_path stroke
  2.2589 +0.000 0.000 0.000 nodecolor
  2.2590 +grestore
  2.2591 +% accept_message_prepare->destroy_header
  2.2592 +gsave
  2.2593 +1 setlinewidth
  2.2594 +solid
  2.2595 +0.000 0.000 0.000 edgecolor
  2.2596 +newpath 3044 474 moveto
  2.2597 +3068 510 3120 594 3140 673 curveto
  2.2598 +3169 787 3129 1616 3176 1723 curveto
  2.2599 +3191 1757 3223 1785 3249 1803 curveto
  2.2600 +stroke
  2.2601 +0.000 0.000 0.000 edgecolor
  2.2602 +newpath 3246.9 1805.8 moveto
  2.2603 +3257 1809 lineto
  2.2604 +3251.1 1800.2 lineto
  2.2605 +closepath fill
  2.2606 +1 setlinewidth
  2.2607 +solid
  2.2608 +0.000 0.000 0.000 edgecolor
  2.2609 +newpath 3246.9 1805.8 moveto
  2.2610 +3257 1809 lineto
  2.2611 +3251.1 1800.2 lineto
  2.2612 +closepath stroke
  2.2613 +grestore
  2.2614 +% addr_list_append_rfc822->_create_address
  2.2615 +gsave
  2.2616 +1 setlinewidth
  2.2617 +solid
  2.2618 +0.000 0.000 0.000 edgecolor
  2.2619 +newpath 3646 1566 moveto
  2.2620 +3670 1566 3696 1566 3720 1566 curveto
  2.2621 +stroke
  2.2622 +0.000 0.000 0.000 edgecolor
  2.2623 +newpath 3720 1569.5 moveto
  2.2624 +3730 1566 lineto
  2.2625 +3720 1562.5 lineto
  2.2626 +closepath fill
  2.2627 +1 setlinewidth
  2.2628 +solid
  2.2629 +0.000 0.000 0.000 edgecolor
  2.2630 +newpath 3720 1569.5 moveto
  2.2631 +3730 1566 lineto
  2.2632 +3720 1562.5 lineto
  2.2633 +closepath stroke
  2.2634 +grestore
  2.2635 +% pipe_out
  2.2636 +gsave
  2.2637 +1 setlinewidth
  2.2638 +0.000 0.000 0.000 nodecolor
  2.2639 +2519 2764 45.86 18 ellipse_path stroke
  2.2640 +0.000 0.000 0.000 nodecolor
  2.2641 +grestore
  2.2642 +% pipe_out->peidopen
  2.2643 +gsave
  2.2644 +1 setlinewidth
  2.2645 +solid
  2.2646 +0.000 0.000 0.000 edgecolor
  2.2647 +newpath 2557 2754 moveto
  2.2648 +2575 2749 2597 2743 2616 2737 curveto
  2.2649 +2755 2692 2780 2652 2922 2623 curveto
  2.2650 +3028 2601 3154 2599 3227 2601 curveto
  2.2651 +stroke
  2.2652 +0.000 0.000 0.000 edgecolor
  2.2653 +newpath 3227 2604.5 moveto
  2.2654 +3237 2601 lineto
  2.2655 +3227 2597.5 lineto
  2.2656 +closepath fill
  2.2657 +1 setlinewidth
  2.2658 +solid
  2.2659 +0.000 0.000 0.000 edgecolor
  2.2660 +newpath 3227 2604.5 moveto
  2.2661 +3237 2601 lineto
  2.2662 +3227 2597.5 lineto
  2.2663 +closepath stroke
  2.2664 +grestore
  2.2665 +% addr_find_ancestor
  2.2666 +gsave
  2.2667 +1 setlinewidth
  2.2668 +0.000 0.000 0.000 nodecolor
  2.2669 +2769 2818 87.05 18 ellipse_path stroke
  2.2670 +0.000 0.000 0.000 nodecolor
  2.2671 +grestore
  2.2672 +% pipe_out->addr_find_ancestor
  2.2673 +gsave
  2.2674 +1 setlinewidth
  2.2675 +solid
  2.2676 +0.000 0.000 0.000 edgecolor
  2.2677 +newpath 2559 2773 moveto
  2.2678 +2596 2781 2653 2793 2698 2803 curveto
  2.2679 +stroke
  2.2680 +0.000 0.000 0.000 edgecolor
  2.2681 +newpath 2697.51 2806.47 moveto
  2.2682 +2708 2805 lineto
  2.2683 +2698.88 2799.61 lineto
  2.2684 +closepath fill
  2.2685 +1 setlinewidth
  2.2686 +solid
  2.2687 +0.000 0.000 0.000 edgecolor
  2.2688 +newpath 2697.51 2806.47 moveto
  2.2689 +2708 2805 lineto
  2.2690 +2698.88 2799.61 lineto
  2.2691 +closepath stroke
  2.2692 +grestore
  2.2693 +% set_euidgid
  2.2694 +gsave
  2.2695 +1 setlinewidth
  2.2696 +0.000 0.000 0.000 nodecolor
  2.2697 +3031 821 55.09 18 ellipse_path stroke
  2.2698 +0.000 0.000 0.000 nodecolor
  2.2699 +grestore
  2.2700 +% pipe_out->set_euidgid
  2.2701 +gsave
  2.2702 +1 setlinewidth
  2.2703 +solid
  2.2704 +0.000 0.000 0.000 edgecolor
  2.2705 +newpath 2565 2762 moveto
  2.2706 +2584 2759 2604 2752 2616 2737 curveto
  2.2707 +2670 2669 2609 2034 2652 1959 curveto
  2.2708 +2714 1851 2823 1913 2886 1807 curveto
  2.2709 +2940 1716 2907 1437 2922 1333 curveto
  2.2710 +2950 1147 3004 926 3023 849 curveto
  2.2711 +stroke
  2.2712 +0.000 0.000 0.000 edgecolor
  2.2713 +newpath 3026.48 849.58 moveto
  2.2714 +3026 839 lineto
  2.2715 +3019.77 847.57 lineto
  2.2716 +closepath fill
  2.2717 +1 setlinewidth
  2.2718 +solid
  2.2719 +0.000 0.000 0.000 edgecolor
  2.2720 +newpath 3026.48 849.58 moveto
  2.2721 +3026 839 lineto
  2.2722 +3019.77 847.57 lineto
  2.2723 +closepath stroke
  2.2724 +grestore
  2.2725 +% message_stream
  2.2726 +gsave
  2.2727 +1 setlinewidth
  2.2728 +0.000 0.000 0.000 nodecolor
  2.2729 +2769 2764 75.05 18 ellipse_path stroke
  2.2730 +0.000 0.000 0.000 nodecolor
  2.2731 +grestore
  2.2732 +% pipe_out->message_stream
  2.2733 +gsave
  2.2734 +1 setlinewidth
  2.2735 +solid
  2.2736 +0.000 0.000 0.000 edgecolor
  2.2737 +newpath 2565 2764 moveto
  2.2738 +2598 2764 2644 2764 2684 2764 curveto
  2.2739 +stroke
  2.2740 +0.000 0.000 0.000 edgecolor
  2.2741 +newpath 2684 2767.5 moveto
  2.2742 +2694 2764 lineto
  2.2743 +2684 2760.5 lineto
  2.2744 +closepath fill
  2.2745 +1 setlinewidth
  2.2746 +solid
  2.2747 +0.000 0.000 0.000 edgecolor
  2.2748 +newpath 2684 2767.5 moveto
  2.2749 +2694 2764 lineto
  2.2750 +2684 2760.5 lineto
  2.2751 +closepath stroke
  2.2752 +grestore
  2.2753 +% read_route
  2.2754 +gsave
  2.2755 +1 setlinewidth
  2.2756 +0.000 0.000 0.000 nodecolor
  2.2757 +2769 2116 52.81 18 ellipse_path stroke
  2.2758 +0.000 0.000 0.000 nodecolor
  2.2759 +grestore
  2.2760 +% read_route->parse_address_list
  2.2761 +gsave
  2.2762 +1 setlinewidth
  2.2763 +solid
  2.2764 +0.000 0.000 0.000 edgecolor
  2.2765 +newpath 2822 2113 moveto
  2.2766 +2844 2109 2869 2101 2886 2084 curveto
  2.2767 +2934 2034 2875 1983 2922 1934 curveto
  2.2768 +2930 1925 2939 1919 2950 1915 curveto
  2.2769 +stroke
  2.2770 +0.000 0.000 0.000 edgecolor
  2.2771 +newpath 2951.28 1918.26 moveto
  2.2772 +2959 1911 lineto
  2.2773 +2948.44 1911.86 lineto
  2.2774 +closepath fill
  2.2775 +1 setlinewidth
  2.2776 +solid
  2.2777 +0.000 0.000 0.000 edgecolor
  2.2778 +newpath 2951.28 1918.26 moveto
  2.2779 +2959 1911 lineto
  2.2780 +2948.44 1911.86 lineto
  2.2781 +closepath stroke
  2.2782 +grestore
  2.2783 +% read_route->parse_list
  2.2784 +gsave
  2.2785 +1 setlinewidth
  2.2786 +solid
  2.2787 +0.000 0.000 0.000 edgecolor
  2.2788 +newpath 2821 2113 moveto
  2.2789 +2844 2109 2869 2101 2886 2084 curveto
  2.2790 +2924 2047 2880 2003 2922 1972 curveto
  2.2791 +2969 1937 3139 1950 3228 1960 curveto
  2.2792 +stroke
  2.2793 +0.000 0.000 0.000 edgecolor
  2.2794 +newpath 3227.7 1963.49 moveto
  2.2795 +3238 1961 lineto
  2.2796 +3228.4 1956.52 lineto
  2.2797 +closepath fill
  2.2798 +1 setlinewidth
  2.2799 +solid
  2.2800 +0.000 0.000 0.000 edgecolor
  2.2801 +newpath 3227.7 1963.49 moveto
  2.2802 +3238 1961 lineto
  2.2803 +3228.4 1956.52 lineto
  2.2804 +closepath stroke
  2.2805 +grestore
  2.2806 +% read_route->create_address
  2.2807 +gsave
  2.2808 +1 setlinewidth
  2.2809 +solid
  2.2810 +0.000 0.000 0.000 edgecolor
  2.2811 +newpath 2796 2100 moveto
  2.2812 +2824 2083 2866 2052 2886 2013 curveto
  2.2813 +2950 1891 2845 1820 2922 1707 curveto
  2.2814 +2932 1693 3161 1577 3176 1572 curveto
  2.2815 +3269 1541 3318 1601 3392 1539 curveto
  2.2816 +3431 1506 3391 1465 3428 1431 curveto
  2.2817 +3438 1422 3449 1417 3461 1412 curveto
  2.2818 +stroke
  2.2819 +0.000 0.000 0.000 edgecolor
  2.2820 +newpath 3462.43 1415.23 moveto
  2.2821 +3471 1409 lineto
  2.2822 +3460.42 1408.52 lineto
  2.2823 +closepath fill
  2.2824 +1 setlinewidth
  2.2825 +solid
  2.2826 +0.000 0.000 0.000 edgecolor
  2.2827 +newpath 3462.43 1415.23 moveto
  2.2828 +3471 1409 lineto
  2.2829 +3460.42 1408.52 lineto
  2.2830 +closepath stroke
  2.2831 +grestore
  2.2832 +% read_route->parse_table_pair
  2.2833 +gsave
  2.2834 +1 setlinewidth
  2.2835 +solid
  2.2836 +0.000 0.000 0.000 edgecolor
  2.2837 +newpath 2796 2100 moveto
  2.2838 +2824 2083 2866 2052 2886 2013 curveto
  2.2839 +2970 1847 2857 1771 2922 1598 curveto
  2.2840 +2940 1550 2979 1504 3005 1477 curveto
  2.2841 +stroke
  2.2842 +0.000 0.000 0.000 edgecolor
  2.2843 +newpath 3007.4 1479.55 moveto
  2.2844 +3012 1470 lineto
  2.2845 +3002.45 1474.6 lineto
  2.2846 +closepath fill
  2.2847 +1 setlinewidth
  2.2848 +solid
  2.2849 +0.000 0.000 0.000 edgecolor
  2.2850 +newpath 3007.4 1479.55 moveto
  2.2851 +3012 1470 lineto
  2.2852 +3002.45 1474.6 lineto
  2.2853 +closepath stroke
  2.2854 +grestore
  2.2855 +% read_route->resolve_dns_a
  2.2856 +gsave
  2.2857 +1 setlinewidth
  2.2858 +dotted
  2.2859 +0.000 0.000 0.000 edgecolor
  2.2860 +newpath 2821 2119 moveto
  2.2861 +2844 2123 2869 2132 2886 2148 curveto
  2.2862 +2921 2180 2886 2218 2922 2249 curveto
  2.2863 +3004 2316 3133 2320 3213 2315 curveto
  2.2864 +stroke
  2.2865 +0.000 0.000 0.000 edgecolor
  2.2866 +newpath 3213.4 2318.48 moveto
  2.2867 +3223 2314 lineto
  2.2868 +3212.7 2311.51 lineto
  2.2869 +closepath fill
  2.2870 +1 setlinewidth
  2.2871 +solid
  2.2872 +0.000 0.000 0.000 edgecolor
  2.2873 +newpath 3213.4 2318.48 moveto
  2.2874 +3223 2314 lineto
  2.2875 +3212.7 2311.51 lineto
  2.2876 +closepath stroke
  2.2877 +grestore
  2.2878 +% parse_boolean
  2.2879 +gsave
  2.2880 +1 setlinewidth
  2.2881 +0.000 0.000 0.000 nodecolor
  2.2882 +3031 2520 68.1 18 ellipse_path stroke
  2.2883 +0.000 0.000 0.000 nodecolor
  2.2884 +grestore
  2.2885 +% read_route->parse_boolean
  2.2886 +gsave
  2.2887 +1 setlinewidth
  2.2888 +solid
  2.2889 +0.000 0.000 0.000 edgecolor
  2.2890 +newpath 2810 2128 moveto
  2.2891 +2836 2137 2868 2154 2886 2181 curveto
  2.2892 +2964 2297 2830 2388 2922 2493 curveto
  2.2893 +2931 2503 2942 2509 2954 2513 curveto
  2.2894 +stroke
  2.2895 +0.000 0.000 0.000 edgecolor
  2.2896 +newpath 2953.42 2516.48 moveto
  2.2897 +2964 2516 lineto
  2.2898 +2955.43 2509.77 lineto
  2.2899 +closepath fill
  2.2900 +1 setlinewidth
  2.2901 +solid
  2.2902 +0.000 0.000 0.000 edgecolor
  2.2903 +newpath 2953.42 2516.48 moveto
  2.2904 +2964 2516 lineto
  2.2905 +2955.43 2509.77 lineto
  2.2906 +closepath stroke
  2.2907 +grestore
  2.2908 +% resolve_byname
  2.2909 +gsave
  2.2910 +1 setlinewidth
  2.2911 +0.000 0.000 0.000 nodecolor
  2.2912 +3284 2100 73.85 18 ellipse_path stroke
  2.2913 +0.000 0.000 0.000 nodecolor
  2.2914 +grestore
  2.2915 +% read_route->resolve_byname
  2.2916 +gsave
  2.2917 +1 setlinewidth
  2.2918 +dotted
  2.2919 +0.000 0.000 0.000 edgecolor
  2.2920 +newpath 2812 2105 moveto
  2.2921 +2842 2098 2885 2089 2922 2086 curveto
  2.2922 +3019 2076 3044 2081 3140 2086 curveto
  2.2923 +3162 2087 3185 2089 3207 2091 curveto
  2.2924 +stroke
  2.2925 +0.000 0.000 0.000 edgecolor
  2.2926 +newpath 3206.7 2094.49 moveto
  2.2927 +3217 2092 lineto
  2.2928 +3207.4 2087.52 lineto
  2.2929 +closepath fill
  2.2930 +1 setlinewidth
  2.2931 +solid
  2.2932 +0.000 0.000 0.000 edgecolor
  2.2933 +newpath 3206.7 2094.49 moveto
  2.2934 +3217 2092 lineto
  2.2935 +3207.4 2087.52 lineto
  2.2936 +closepath stroke
  2.2937 +grestore
  2.2938 +% parse_resolve_list
  2.2939 +gsave
  2.2940 +1 setlinewidth
  2.2941 +0.000 0.000 0.000 nodecolor
  2.2942 +3031 2222 80.8 18 ellipse_path stroke
  2.2943 +0.000 0.000 0.000 nodecolor
  2.2944 +grestore
  2.2945 +% read_route->parse_resolve_list
  2.2946 +gsave
  2.2947 +1 setlinewidth
  2.2948 +solid
  2.2949 +0.000 0.000 0.000 edgecolor
  2.2950 +newpath 2818 2123 moveto
  2.2951 +2840 2127 2866 2135 2886 2148 curveto
  2.2952 +2907 2161 2902 2176 2922 2190 curveto
  2.2953 +2933 2197 2946 2203 2959 2207 curveto
  2.2954 +stroke
  2.2955 +0.000 0.000 0.000 edgecolor
  2.2956 +newpath 2958.42 2210.48 moveto
  2.2957 +2969 2210 lineto
  2.2958 +2960.43 2203.77 lineto
  2.2959 +closepath fill
  2.2960 +1 setlinewidth
  2.2961 +solid
  2.2962 +0.000 0.000 0.000 edgecolor
  2.2963 +newpath 2958.42 2210.48 moveto
  2.2964 +2969 2210 lineto
  2.2965 +2960.43 2203.77 lineto
  2.2966 +closepath stroke
  2.2967 +grestore
  2.2968 +% read_statement
  2.2969 +gsave
  2.2970 +1 setlinewidth
  2.2971 +0.000 0.000 0.000 nodecolor
  2.2972 +3031 2466 68.99 18 ellipse_path stroke
  2.2973 +0.000 0.000 0.000 nodecolor
  2.2974 +grestore
  2.2975 +% read_route->read_statement
  2.2976 +gsave
  2.2977 +1 setlinewidth
  2.2978 +solid
  2.2979 +0.000 0.000 0.000 edgecolor
  2.2980 +newpath 2808 2128 moveto
  2.2981 +2834 2138 2867 2155 2886 2181 curveto
  2.2982 +2926 2231 2895 2262 2922 2320 curveto
  2.2983 +2945 2366 2982 2413 3007 2440 curveto
  2.2984 +stroke
  2.2985 +0.000 0.000 0.000 edgecolor
  2.2986 +newpath 3004.78 2442.78 moveto
  2.2987 +3014 2448 lineto
  2.2988 +3010.05 2438.17 lineto
  2.2989 +closepath fill
  2.2990 +1 setlinewidth
  2.2991 +solid
  2.2992 +0.000 0.000 0.000 edgecolor
  2.2993 +newpath 3004.78 2442.78 moveto
  2.2994 +3014 2448 lineto
  2.2995 +3010.05 2438.17 lineto
  2.2996 +closepath stroke
  2.2997 +grestore
  2.2998 +% resolve_dns_mx
  2.2999 +gsave
  2.3000 +1 setlinewidth
  2.3001 +0.000 0.000 0.000 nodecolor
  2.3002 +3284 2222 75.05 18 ellipse_path stroke
  2.3003 +0.000 0.000 0.000 nodecolor
  2.3004 +grestore
  2.3005 +% read_route->resolve_dns_mx
  2.3006 +gsave
  2.3007 +1 setlinewidth
  2.3008 +dotted
  2.3009 +0.000 0.000 0.000 edgecolor
  2.3010 +newpath 2815 2125 moveto
  2.3011 +2906 2143 3111 2186 3217 2208 curveto
  2.3012 +stroke
  2.3013 +0.000 0.000 0.000 edgecolor
  2.3014 +newpath 3216.51 2211.47 moveto
  2.3015 +3227 2210 lineto
  2.3016 +3217.88 2204.61 lineto
  2.3017 +closepath fill
  2.3018 +1 setlinewidth
  2.3019 +solid
  2.3020 +0.000 0.000 0.000 edgecolor
  2.3021 +newpath 3216.51 2211.47 moveto
  2.3022 +3227 2210 lineto
  2.3023 +3217.88 2204.61 lineto
  2.3024 +closepath stroke
  2.3025 +grestore
  2.3026 +% parse_interface
  2.3027 +gsave
  2.3028 +1 setlinewidth
  2.3029 +0.000 0.000 0.000 nodecolor
  2.3030 +3031 2650 70.18 18 ellipse_path stroke
  2.3031 +0.000 0.000 0.000 nodecolor
  2.3032 +grestore
  2.3033 +% read_route->parse_interface
  2.3034 +gsave
  2.3035 +1 setlinewidth
  2.3036 +solid
  2.3037 +0.000 0.000 0.000 edgecolor
  2.3038 +newpath 2810 2128 moveto
  2.3039 +2836 2137 2869 2154 2886 2181 curveto
  2.3040 +2976 2317 2851 2400 2922 2547 curveto
  2.3041 +2939 2580 2971 2608 2996 2627 curveto
  2.3042 +stroke
  2.3043 +0.000 0.000 0.000 edgecolor
  2.3044 +newpath 2993.9 2629.8 moveto
  2.3045 +3004 2633 lineto
  2.3046 +2998.1 2624.2 lineto
  2.3047 +closepath fill
  2.3048 +1 setlinewidth
  2.3049 +solid
  2.3050 +0.000 0.000 0.000 edgecolor
  2.3051 +newpath 2993.9 2629.8 moveto
  2.3052 +3004 2633 lineto
  2.3053 +2998.1 2624.2 lineto
  2.3054 +closepath stroke
  2.3055 +grestore
  2.3056 +% parse_resolve_list->parse_list
  2.3057 +gsave
  2.3058 +1 setlinewidth
  2.3059 +solid
  2.3060 +0.000 0.000 0.000 edgecolor
  2.3061 +newpath 3048 2204 moveto
  2.3062 +3075 2176 3129 2120 3176 2073 curveto
  2.3063 +3205 2044 3237 2013 3259 1991 curveto
  2.3064 +stroke
  2.3065 +0.000 0.000 0.000 edgecolor
  2.3066 +newpath 3261.4 1993.55 moveto
  2.3067 +3266 1984 lineto
  2.3068 +3256.45 1988.6 lineto
  2.3069 +closepath fill
  2.3070 +1 setlinewidth
  2.3071 +solid
  2.3072 +0.000 0.000 0.000 edgecolor
  2.3073 +newpath 3261.4 1993.55 moveto
  2.3074 +3266 1984 lineto
  2.3075 +3256.45 1988.6 lineto
  2.3076 +closepath stroke
  2.3077 +grestore
  2.3078 +% parse_resolve_list->resolve_dns_a
  2.3079 +gsave
  2.3080 +1 setlinewidth
  2.3081 +dotted
  2.3082 +0.000 0.000 0.000 edgecolor
  2.3083 +newpath 3082 2236 moveto
  2.3084 +3101 2241 3121 2248 3140 2254 curveto
  2.3085 +3172 2265 3208 2277 3235 2287 curveto
  2.3086 +stroke
  2.3087 +0.000 0.000 0.000 edgecolor
  2.3088 +newpath 3234.42 2290.54 moveto
  2.3089 +3245 2291 lineto
  2.3090 +3237.02 2284.04 lineto
  2.3091 +closepath fill
  2.3092 +1 setlinewidth
  2.3093 +solid
  2.3094 +0.000 0.000 0.000 edgecolor
  2.3095 +newpath 3234.42 2290.54 moveto
  2.3096 +3245 2291 lineto
  2.3097 +3237.02 2284.04 lineto
  2.3098 +closepath stroke
  2.3099 +grestore
  2.3100 +% parse_resolve_list->resolve_byname
  2.3101 +gsave
  2.3102 +1 setlinewidth
  2.3103 +dotted
  2.3104 +0.000 0.000 0.000 edgecolor
  2.3105 +newpath 3065 2206 moveto
  2.3106 +3111 2183 3191 2144 3241 2120 curveto
  2.3107 +stroke
  2.3108 +0.000 0.000 0.000 edgecolor
  2.3109 +newpath 3242.28 2123.26 moveto
  2.3110 +3250 2116 lineto
  2.3111 +3239.44 2116.86 lineto
  2.3112 +closepath fill
  2.3113 +1 setlinewidth
  2.3114 +solid
  2.3115 +0.000 0.000 0.000 edgecolor
  2.3116 +newpath 3242.28 2123.26 moveto
  2.3117 +3250 2116 lineto
  2.3118 +3239.44 2116.86 lineto
  2.3119 +closepath stroke
  2.3120 +grestore
  2.3121 +% parse_resolve_list->resolve_dns_mx
  2.3122 +gsave
  2.3123 +1 setlinewidth
  2.3124 +dotted
  2.3125 +0.000 0.000 0.000 edgecolor
  2.3126 +newpath 3113 2222 moveto
  2.3127 +3141 2222 3171 2222 3199 2222 curveto
  2.3128 +stroke
  2.3129 +0.000 0.000 0.000 edgecolor
  2.3130 +newpath 3199 2225.5 moveto
  2.3131 +3209 2222 lineto
  2.3132 +3199 2218.5 lineto
  2.3133 +closepath fill
  2.3134 +1 setlinewidth
  2.3135 +solid
  2.3136 +0.000 0.000 0.000 edgecolor
  2.3137 +newpath 3199 2225.5 moveto
  2.3138 +3209 2222 lineto
  2.3139 +3199 2218.5 lineto
  2.3140 +closepath stroke
  2.3141 +grestore
  2.3142 +% eat_spaces
  2.3143 +gsave
  2.3144 +1 setlinewidth
  2.3145 +0.000 0.000 0.000 nodecolor
  2.3146 +3284 2470 54.2 18 ellipse_path stroke
  2.3147 +0.000 0.000 0.000 nodecolor
  2.3148 +grestore
  2.3149 +% read_statement->eat_spaces
  2.3150 +gsave
  2.3151 +1 setlinewidth
  2.3152 +solid
  2.3153 +0.000 0.000 0.000 edgecolor
  2.3154 +newpath 3100 2467 moveto
  2.3155 +3137 2468 3183 2468 3220 2469 curveto
  2.3156 +stroke
  2.3157 +0.000 0.000 0.000 edgecolor
  2.3158 +newpath 3220 2472.5 moveto
  2.3159 +3230 2469 lineto
  2.3160 +3220 2465.5 lineto
  2.3161 +closepath fill
  2.3162 +1 setlinewidth
  2.3163 +solid
  2.3164 +0.000 0.000 0.000 edgecolor
  2.3165 +newpath 3220 2472.5 moveto
  2.3166 +3230 2469 lineto
  2.3167 +3220 2465.5 lineto
  2.3168 +closepath stroke
  2.3169 +grestore
  2.3170 +% resolve_dns_mx->dns_resolve
  2.3171 +gsave
  2.3172 +1 setlinewidth
  2.3173 +solid
  2.3174 +0.000 0.000 0.000 edgecolor
  2.3175 +newpath 3351 2230 moveto
  2.3176 +3388 2235 3435 2240 3472 2245 curveto
  2.3177 +stroke
  2.3178 +0.000 0.000 0.000 edgecolor
  2.3179 +newpath 3471.7 2248.49 moveto
  2.3180 +3482 2246 lineto
  2.3181 +3472.4 2241.52 lineto
  2.3182 +closepath fill
  2.3183 +1 setlinewidth
  2.3184 +solid
  2.3185 +0.000 0.000 0.000 edgecolor
  2.3186 +newpath 3471.7 2248.49 moveto
  2.3187 +3482 2246 lineto
  2.3188 +3472.4 2241.52 lineto
  2.3189 +closepath stroke
  2.3190 +grestore
  2.3191 +% resolve_dns_mx->dns_next
  2.3192 +gsave
  2.3193 +1 setlinewidth
  2.3194 +solid
  2.3195 +0.000 0.000 0.000 edgecolor
  2.3196 +newpath 3320 2238 moveto
  2.3197 +3349 2250 3391 2267 3428 2279 curveto
  2.3198 +3447 2285 3468 2290 3486 2295 curveto
  2.3199 +stroke
  2.3200 +0.000 0.000 0.000 edgecolor
  2.3201 +newpath 3485.51 2298.47 moveto
  2.3202 +3496 2297 lineto
  2.3203 +3486.88 2291.61 lineto
  2.3204 +closepath fill
  2.3205 +1 setlinewidth
  2.3206 +solid
  2.3207 +0.000 0.000 0.000 edgecolor
  2.3208 +newpath 3485.51 2298.47 moveto
  2.3209 +3496 2297 lineto
  2.3210 +3486.88 2291.61 lineto
  2.3211 +closepath stroke
  2.3212 +grestore
  2.3213 +% _mx_sort_func
  2.3214 +gsave
  2.3215 +1 setlinewidth
  2.3216 +0.000 0.000 0.000 nodecolor
  2.3217 +3537 2198 70.88 18 ellipse_path stroke
  2.3218 +0.000 0.000 0.000 nodecolor
  2.3219 +grestore
  2.3220 +% resolve_dns_mx->_mx_sort_func
  2.3221 +gsave
  2.3222 +1 setlinewidth
  2.3223 +dotted
  2.3224 +0.000 0.000 0.000 edgecolor
  2.3225 +newpath 3354 2215 moveto
  2.3226 +3387 2212 3426 2209 3460 2205 curveto
  2.3227 +stroke
  2.3228 +0.000 0.000 0.000 edgecolor
  2.3229 +newpath 3460.4 2208.48 moveto
  2.3230 +3470 2204 lineto
  2.3231 +3459.7 2201.51 lineto
  2.3232 +closepath fill
  2.3233 +1 setlinewidth
  2.3234 +solid
  2.3235 +0.000 0.000 0.000 edgecolor
  2.3236 +newpath 3460.4 2208.48 moveto
  2.3237 +3470 2204 lineto
  2.3238 +3459.7 2201.51 lineto
  2.3239 +closepath stroke
  2.3240 +grestore
  2.3241 +% addr_is_finished_children->addr_is_finished_children
  2.3242 +gsave
  2.3243 +1 setlinewidth
  2.3244 +solid
  2.3245 +0.000 0.000 0.000 edgecolor
  2.3246 +newpath 2725 2351 moveto
  2.3247 +2716 2361 2730 2370 2769 2370 curveto
  2.3248 +2794 2370 2809 2366 2814 2361 curveto
  2.3249 +stroke
  2.3250 +0.000 0.000 0.000 edgecolor
  2.3251 +newpath 2817.48 2360.6 moveto
  2.3252 +2813 2351 lineto
  2.3253 +2810.51 2361.3 lineto
  2.3254 +closepath fill
  2.3255 +1 setlinewidth
  2.3256 +solid
  2.3257 +0.000 0.000 0.000 edgecolor
  2.3258 +newpath 2817.48 2360.6 moveto
  2.3259 +2813 2351 lineto
  2.3260 +2810.51 2361.3 lineto
  2.3261 +closepath stroke
  2.3262 +grestore
  2.3263 +% msg_rcptlist_route
  2.3264 +gsave
  2.3265 +1 setlinewidth
  2.3266 +0.000 0.000 0.000 nodecolor
  2.3267 +1705 2520 84.08 18 ellipse_path stroke
  2.3268 +0.000 0.000 0.000 nodecolor
  2.3269 +grestore
  2.3270 +% msg_rcptlist_route->rcptlist_with_one_of_hostlist
  2.3271 +gsave
  2.3272 +1 setlinewidth
  2.3273 +solid
  2.3274 +0.000 0.000 0.000 edgecolor
  2.3275 +newpath 1780 2528 moveto
  2.3276 +1798 2532 1816 2538 1832 2547 curveto
  2.3277 +1894 2579 1947 2642 1974 2678 curveto
  2.3278 +stroke
  2.3279 +0.000 0.000 0.000 edgecolor
  2.3280 +newpath 1971.2 2680.1 moveto
  2.3281 +1980 2686 lineto
  2.3282 +1976.8 2675.9 lineto
  2.3283 +closepath fill
  2.3284 +1 setlinewidth
  2.3285 +solid
  2.3286 +0.000 0.000 0.000 edgecolor
  2.3287 +newpath 1971.2 2680.1 moveto
  2.3288 +1980 2686 lineto
  2.3289 +1976.8 2675.9 lineto
  2.3290 +closepath stroke
  2.3291 +grestore
  2.3292 +% spool_delete_all->set_euidgid
  2.3293 +gsave
  2.3294 +1 setlinewidth
  2.3295 +solid
  2.3296 +0.000 0.000 0.000 edgecolor
  2.3297 +newpath 2798 1763 moveto
  2.3298 +2826 1746 2867 1715 2886 1677 curveto
  2.3299 +2922 1608 2910 1408 2922 1333 curveto
  2.3300 +2952 1147 3005 926 3024 849 curveto
  2.3301 +stroke
  2.3302 +0.000 0.000 0.000 edgecolor
  2.3303 +newpath 3027.47 849.49 moveto
  2.3304 +3026 839 lineto
  2.3305 +3020.61 848.12 lineto
  2.3306 +closepath fill
  2.3307 +1 setlinewidth
  2.3308 +solid
  2.3309 +0.000 0.000 0.000 edgecolor
  2.3310 +newpath 3027.47 849.49 moveto
  2.3311 +3026 839 lineto
  2.3312 +3020.61 848.12 lineto
  2.3313 +closepath stroke
  2.3314 +grestore
  2.3315 +% sig_timeout_handler
  2.3316 +gsave
  2.3317 +1 setlinewidth
  2.3318 +0.000 0.000 0.000 nodecolor
  2.3319 +3805 118 89.14 18 ellipse_path stroke
  2.3320 +0.000 0.000 0.000 nodecolor
  2.3321 +grestore
  2.3322 +% alarm_on->sig_timeout_handler
  2.3323 +gsave
  2.3324 +1 setlinewidth
  2.3325 +dotted
  2.3326 +0.000 0.000 0.000 edgecolor
  2.3327 +newpath 3585 118 moveto
  2.3328 +3618 118 3664 118 3705 118 curveto
  2.3329 +stroke
  2.3330 +0.000 0.000 0.000 edgecolor
  2.3331 +newpath 3705 121.5 moveto
  2.3332 +3715 118 lineto
  2.3333 +3705 114.5 lineto
  2.3334 +closepath fill
  2.3335 +1 setlinewidth
  2.3336 +solid
  2.3337 +0.000 0.000 0.000 edgecolor
  2.3338 +newpath 3705 121.5 moveto
  2.3339 +3715 118 lineto
  2.3340 +3705 114.5 lineto
  2.3341 +closepath stroke
  2.3342 +grestore
  2.3343 +% smtp_out_rset
  2.3344 +gsave
  2.3345 +1 setlinewidth
  2.3346 +0.000 0.000 0.000 nodecolor
  2.3347 +2519 1380 66.9 18 ellipse_path stroke
  2.3348 +0.000 0.000 0.000 nodecolor
  2.3349 +grestore
  2.3350 +% smtp_out_rset->check_response
  2.3351 +gsave
  2.3352 +1 setlinewidth
  2.3353 +solid
  2.3354 +0.000 0.000 0.000 edgecolor
  2.3355 +newpath 2580 1372 moveto
  2.3356 +2593 1368 2606 1362 2616 1353 curveto
  2.3357 +2649 1323 2619 1290 2652 1261 curveto
  2.3358 +2662 1252 2675 1247 2688 1243 curveto
  2.3359 +stroke
  2.3360 +0.000 0.000 0.000 edgecolor
  2.3361 +newpath 2689.43 1246.23 moveto
  2.3362 +2698 1240 lineto
  2.3363 +2687.42 1239.52 lineto
  2.3364 +closepath fill
  2.3365 +1 setlinewidth
  2.3366 +solid
  2.3367 +0.000 0.000 0.000 edgecolor
  2.3368 +newpath 2689.43 1246.23 moveto
  2.3369 +2698 1240 lineto
  2.3370 +2687.42 1239.52 lineto
  2.3371 +closepath stroke
  2.3372 +grestore
  2.3373 +% smtp_out_rset->smtp_out_log_failure
  2.3374 +gsave
  2.3375 +1 setlinewidth
  2.3376 +solid
  2.3377 +0.000 0.000 0.000 edgecolor
  2.3378 +newpath 2574 1369 moveto
  2.3379 +2588 1365 2603 1360 2616 1353 curveto
  2.3380 +2635 1342 2633 1330 2652 1320 curveto
  2.3381 +2664 1314 2678 1308 2692 1304 curveto
  2.3382 +stroke
  2.3383 +0.000 0.000 0.000 edgecolor
  2.3384 +newpath 2693.43 1307.23 moveto
  2.3385 +2702 1301 lineto
  2.3386 +2691.42 1300.52 lineto
  2.3387 +closepath fill
  2.3388 +1 setlinewidth
  2.3389 +solid
  2.3390 +0.000 0.000 0.000 edgecolor
  2.3391 +newpath 2693.43 1307.23 moveto
  2.3392 +2702 1301 lineto
  2.3393 +2691.42 1300.52 lineto
  2.3394 +closepath stroke
  2.3395 +grestore
  2.3396 +% smtp_out_rset->read_response
  2.3397 +gsave
  2.3398 +1 setlinewidth
  2.3399 +solid
  2.3400 +0.000 0.000 0.000 edgecolor
  2.3401 +newpath 2581 1373 moveto
  2.3402 +2594 1369 2607 1363 2616 1353 curveto
  2.3403 +2663 1306 2605 1254 2652 1207 curveto
  2.3404 +2663 1196 2677 1190 2692 1186 curveto
  2.3405 +stroke
  2.3406 +0.000 0.000 0.000 edgecolor
  2.3407 +newpath 2693.43 1189.23 moveto
  2.3408 +2702 1183 lineto
  2.3409 +2691.42 1182.52 lineto
  2.3410 +closepath fill
  2.3411 +1 setlinewidth
  2.3412 +solid
  2.3413 +0.000 0.000 0.000 edgecolor
  2.3414 +newpath 2693.43 1189.23 moveto
  2.3415 +2702 1183 lineto
  2.3416 +2691.42 1182.52 lineto
  2.3417 +closepath stroke
  2.3418 +grestore
  2.3419 +% get_from_name
  2.3420 +gsave
  2.3421 +1 setlinewidth
  2.3422 +0.000 0.000 0.000 nodecolor
  2.3423 +1189 3543 71.77 18 ellipse_path stroke
  2.3424 +0.000 0.000 0.000 nodecolor
  2.3425 +grestore
  2.3426 +% get_from_file
  2.3427 +gsave
  2.3428 +1 setlinewidth
  2.3429 +0.000 0.000 0.000 nodecolor
  2.3430 +1442 3482 63.23 18 ellipse_path stroke
  2.3431 +0.000 0.000 0.000 nodecolor
  2.3432 +grestore
  2.3433 +% get_from_name->get_from_file
  2.3434 +gsave
  2.3435 +1 setlinewidth
  2.3436 +solid
  2.3437 +0.000 0.000 0.000 edgecolor
  2.3438 +newpath 1241 3530 moveto
  2.3439 +1283 3521 1341 3506 1384 3496 curveto
  2.3440 +stroke
  2.3441 +0.000 0.000 0.000 edgecolor
  2.3442 +newpath 1384.88 3499.39 moveto
  2.3443 +1394 3494 lineto
  2.3444 +1383.51 3492.53 lineto
  2.3445 +closepath fill
  2.3446 +1 setlinewidth
  2.3447 +solid
  2.3448 +0.000 0.000 0.000 edgecolor
  2.3449 +newpath 1384.88 3499.39 moveto
  2.3450 +1394 3494 lineto
  2.3451 +1383.51 3492.53 lineto
  2.3452 +closepath stroke
  2.3453 +grestore
  2.3454 +% get_from_name->table_find
  2.3455 +gsave
  2.3456 +1 setlinewidth
  2.3457 +solid
  2.3458 +0.000 0.000 0.000 edgecolor
  2.3459 +newpath 1224 3559 moveto
  2.3460 +1305 3595 1518 3680 1705 3680 curveto
  2.3461 +1705 3680 1705 3680 3031 3680 curveto
  2.3462 +3203 3680 3263 3654 3392 3542 curveto
  2.3463 +3417 3520 3402 3497 3428 3477 curveto
  2.3464 +3442 3466 3461 3459 3478 3455 curveto
  2.3465 +stroke
  2.3466 +0.000 0.000 0.000 edgecolor
  2.3467 +newpath 3478.88 3458.39 moveto
  2.3468 +3488 3453 lineto
  2.3469 +3477.51 3451.53 lineto
  2.3470 +closepath fill
  2.3471 +1 setlinewidth
  2.3472 +solid
  2.3473 +0.000 0.000 0.000 edgecolor
  2.3474 +newpath 3478.88 3458.39 moveto
  2.3475 +3488 3453 lineto
  2.3476 +3477.51 3451.53 lineto
  2.3477 +closepath stroke
  2.3478 +grestore
  2.3479 +% destroy_get_conf
  2.3480 +gsave
  2.3481 +1 setlinewidth
  2.3482 +0.000 0.000 0.000 nodecolor
  2.3483 +1993 3482 79.91 18 ellipse_path stroke
  2.3484 +0.000 0.000 0.000 nodecolor
  2.3485 +grestore
  2.3486 +% get_from_file->destroy_get_conf
  2.3487 +gsave
  2.3488 +1 setlinewidth
  2.3489 +solid
  2.3490 +0.000 0.000 0.000 edgecolor
  2.3491 +newpath 1505 3482 moveto
  2.3492 +1603 3482 1790 3482 1903 3482 curveto
  2.3493 +stroke
  2.3494 +0.000 0.000 0.000 edgecolor
  2.3495 +newpath 1903 3485.5 moveto
  2.3496 +1913 3482 lineto
  2.3497 +1903 3478.5 lineto
  2.3498 +closepath fill
  2.3499 +1 setlinewidth
  2.3500 +solid
  2.3501 +0.000 0.000 0.000 edgecolor
  2.3502 +newpath 1903 3485.5 moveto
  2.3503 +1913 3482 lineto
  2.3504 +1903 3478.5 lineto
  2.3505 +closepath stroke
  2.3506 +grestore
  2.3507 +% read_get_conf
  2.3508 +gsave
  2.3509 +1 setlinewidth
  2.3510 +0.000 0.000 0.000 nodecolor
  2.3511 +2769 2482 66.9 18 ellipse_path stroke
  2.3512 +0.000 0.000 0.000 nodecolor
  2.3513 +grestore
  2.3514 +% get_from_file->read_get_conf
  2.3515 +gsave
  2.3516 +1 setlinewidth
  2.3517 +solid
  2.3518 +0.000 0.000 0.000 edgecolor
  2.3519 +newpath 1466 3465 moveto
  2.3520 +1563 3395 1934 3116 2118 2795 curveto
  2.3521 +2149 2742 2112 2707 2154 2664 curveto
  2.3522 +2300 2515 2561 2486 2691 2482 curveto
  2.3523 +stroke
  2.3524 +0.000 0.000 0.000 edgecolor
  2.3525 +newpath 2691 2485.5 moveto
  2.3526 +2701 2482 lineto
  2.3527 +2691 2478.5 lineto
  2.3528 +closepath fill
  2.3529 +1 setlinewidth
  2.3530 +solid
  2.3531 +0.000 0.000 0.000 edgecolor
  2.3532 +newpath 2691 2485.5 moveto
  2.3533 +2701 2482 lineto
  2.3534 +2691 2478.5 lineto
  2.3535 +closepath stroke
  2.3536 +grestore
  2.3537 +% table_find_func
  2.3538 +gsave
  2.3539 +1 setlinewidth
  2.3540 +0.000 0.000 0.000 nodecolor
  2.3541 +3805 3477 71.77 18 ellipse_path stroke
  2.3542 +0.000 0.000 0.000 nodecolor
  2.3543 +grestore
  2.3544 +% table_find->table_find_func
  2.3545 +gsave
  2.3546 +1 setlinewidth
  2.3547 +solid
  2.3548 +0.000 0.000 0.000 edgecolor
  2.3549 +newpath 3585 3455 moveto
  2.3550 +3624 3459 3681 3465 3727 3469 curveto
  2.3551 +stroke
  2.3552 +0.000 0.000 0.000 edgecolor
  2.3553 +newpath 3726.7 3472.49 moveto
  2.3554 +3737 3470 lineto
  2.3555 +3727.4 3465.52 lineto
  2.3556 +closepath fill
  2.3557 +1 setlinewidth
  2.3558 +solid
  2.3559 +0.000 0.000 0.000 edgecolor
  2.3560 +newpath 3726.7 3472.49 moveto
  2.3561 +3737 3470 lineto
  2.3562 +3727.4 3465.52 lineto
  2.3563 +closepath stroke
  2.3564 +grestore
  2.3565 +% smtp_out_msg
  2.3566 +gsave
  2.3567 +1 setlinewidth
  2.3568 +0.000 0.000 0.000 nodecolor
  2.3569 +2519 1434 68.99 18 ellipse_path stroke
  2.3570 +0.000 0.000 0.000 nodecolor
  2.3571 +grestore
  2.3572 +% smtp_out_msg->check_response
  2.3573 +gsave
  2.3574 +1 setlinewidth
  2.3575 +solid
  2.3576 +0.000 0.000 0.000 edgecolor
  2.3577 +newpath 2583 1427 moveto
  2.3578 +2595 1422 2607 1416 2616 1407 curveto
  2.3579 +2663 1359 2605 1308 2652 1261 curveto
  2.3580 +2662 1251 2674 1245 2686 1241 curveto
  2.3581 +stroke
  2.3582 +0.000 0.000 0.000 edgecolor
  2.3583 +newpath 2687.43 1244.23 moveto
  2.3584 +2696 1238 lineto
  2.3585 +2685.42 1237.52 lineto
  2.3586 +closepath fill
  2.3587 +1 setlinewidth
  2.3588 +solid
  2.3589 +0.000 0.000 0.000 edgecolor
  2.3590 +newpath 2687.43 1244.23 moveto
  2.3591 +2696 1238 lineto
  2.3592 +2685.42 1237.52 lineto
  2.3593 +closepath stroke
  2.3594 +grestore
  2.3595 +% smtp_out_msg->smtp_out_log_failure
  2.3596 +gsave
  2.3597 +1 setlinewidth
  2.3598 +solid
  2.3599 +0.000 0.000 0.000 edgecolor
  2.3600 +newpath 2581 1426 moveto
  2.3601 +2594 1422 2606 1416 2616 1407 curveto
  2.3602 +2648 1379 2621 1347 2652 1320 curveto
  2.3603 +2661 1312 2672 1306 2683 1302 curveto
  2.3604 +stroke
  2.3605 +0.000 0.000 0.000 edgecolor
  2.3606 +newpath 2683.62 1305.48 moveto
  2.3607 +2692 1299 lineto
  2.3608 +2681.41 1298.84 lineto
  2.3609 +closepath fill
  2.3610 +1 setlinewidth
  2.3611 +solid
  2.3612 +0.000 0.000 0.000 edgecolor
  2.3613 +newpath 2683.62 1305.48 moveto
  2.3614 +2692 1299 lineto
  2.3615 +2681.41 1298.84 lineto
  2.3616 +closepath stroke
  2.3617 +grestore
  2.3618 +% smtp_out_msg->read_response
  2.3619 +gsave
  2.3620 +1 setlinewidth
  2.3621 +solid
  2.3622 +0.000 0.000 0.000 edgecolor
  2.3623 +newpath 2583 1427 moveto
  2.3624 +2596 1423 2607 1417 2616 1407 curveto
  2.3625 +2677 1340 2590 1273 2652 1207 curveto
  2.3626 +2663 1196 2677 1189 2692 1185 curveto
  2.3627 +stroke
  2.3628 +0.000 0.000 0.000 edgecolor
  2.3629 +newpath 2693.43 1188.23 moveto
  2.3630 +2702 1182 lineto
  2.3631 +2691.42 1181.52 lineto
  2.3632 +closepath fill
  2.3633 +1 setlinewidth
  2.3634 +solid
  2.3635 +0.000 0.000 0.000 edgecolor
  2.3636 +newpath 2693.43 1188.23 moveto
  2.3637 +2702 1182 lineto
  2.3638 +2691.42 1181.52 lineto
  2.3639 +closepath stroke
  2.3640 +grestore
  2.3641 +% smtp_out_msg->addr_string
  2.3642 +gsave
  2.3643 +1 setlinewidth
  2.3644 +solid
  2.3645 +0.000 0.000 0.000 edgecolor
  2.3646 +newpath 2578 1425 moveto
  2.3647 +2592 1421 2605 1415 2616 1407 curveto
  2.3648 +2640 1390 2628 1368 2652 1353 curveto
  2.3649 +2741 1296 2795 1367 2886 1315 curveto
  2.3650 +3089 1198 3230 933 3272 848 curveto
  2.3651 +stroke
  2.3652 +0.000 0.000 0.000 edgecolor
  2.3653 +newpath 3275.14 849.56 moveto
  2.3654 +3276 839 lineto
  2.3655 +3268.74 846.72 lineto
  2.3656 +closepath fill
  2.3657 +1 setlinewidth
  2.3658 +solid
  2.3659 +0.000 0.000 0.000 edgecolor
  2.3660 +newpath 3275.14 849.56 moveto
  2.3661 +3276 839 lineto
  2.3662 +3268.74 846.72 lineto
  2.3663 +closepath stroke
  2.3664 +grestore
  2.3665 +% msg_calc_size
  2.3666 +gsave
  2.3667 +1 setlinewidth
  2.3668 +0.000 0.000 0.000 nodecolor
  2.3669 +2769 1380 68.1 18 ellipse_path stroke
  2.3670 +0.000 0.000 0.000 nodecolor
  2.3671 +grestore
  2.3672 +% smtp_out_msg->msg_calc_size
  2.3673 +gsave
  2.3674 +1 setlinewidth
  2.3675 +solid
  2.3676 +0.000 0.000 0.000 edgecolor
  2.3677 +newpath 2573 1422 moveto
  2.3678 +2612 1414 2665 1403 2706 1393 curveto
  2.3679 +stroke
  2.3680 +0.000 0.000 0.000 edgecolor
  2.3681 +newpath 2706.88 1396.39 moveto
  2.3682 +2716 1391 lineto
  2.3683 +2705.51 1389.53 lineto
  2.3684 +closepath fill
  2.3685 +1 setlinewidth
  2.3686 +solid
  2.3687 +0.000 0.000 0.000 edgecolor
  2.3688 +newpath 2706.88 1396.39 moveto
  2.3689 +2716 1391 lineto
  2.3690 +2705.51 1389.53 lineto
  2.3691 +closepath stroke
  2.3692 +grestore
  2.3693 +% send_data_line
  2.3694 +gsave
  2.3695 +1 setlinewidth
  2.3696 +0.000 0.000 0.000 nodecolor
  2.3697 +2769 1434 68.79 18 ellipse_path stroke
  2.3698 +0.000 0.000 0.000 nodecolor
  2.3699 +grestore
  2.3700 +% smtp_out_msg->send_data_line
  2.3701 +gsave
  2.3702 +1 setlinewidth
  2.3703 +solid
  2.3704 +0.000 0.000 0.000 edgecolor
  2.3705 +newpath 2589 1434 moveto
  2.3706 +2621 1434 2657 1434 2690 1434 curveto
  2.3707 +stroke
  2.3708 +0.000 0.000 0.000 edgecolor
  2.3709 +newpath 2690 1437.5 moveto
  2.3710 +2700 1434 lineto
  2.3711 +2690 1430.5 lineto
  2.3712 +closepath fill
  2.3713 +1 setlinewidth
  2.3714 +solid
  2.3715 +0.000 0.000 0.000 edgecolor
  2.3716 +newpath 2690 1437.5 moveto
  2.3717 +2700 1434 lineto
  2.3718 +2690 1430.5 lineto
  2.3719 +closepath stroke
  2.3720 +grestore
  2.3721 +% smtp_out_mark_rcpts
  2.3722 +gsave
  2.3723 +1 setlinewidth
  2.3724 +0.000 0.000 0.000 nodecolor
  2.3725 +2769 1488 97.98 18 ellipse_path stroke
  2.3726 +0.000 0.000 0.000 nodecolor
  2.3727 +grestore
  2.3728 +% smtp_out_msg->smtp_out_mark_rcpts
  2.3729 +gsave
  2.3730 +1 setlinewidth
  2.3731 +solid
  2.3732 +0.000 0.000 0.000 edgecolor
  2.3733 +newpath 2573 1446 moveto
  2.3734 +2609 1453 2657 1463 2696 1472 curveto
  2.3735 +stroke
  2.3736 +0.000 0.000 0.000 edgecolor
  2.3737 +newpath 2695.51 1475.47 moveto
  2.3738 +2706 1474 lineto
  2.3739 +2696.88 1468.61 lineto
  2.3740 +closepath fill
  2.3741 +1 setlinewidth
  2.3742 +solid
  2.3743 +0.000 0.000 0.000 edgecolor
  2.3744 +newpath 2695.51 1475.47 moveto
  2.3745 +2706 1474 lineto
  2.3746 +2696.88 1468.61 lineto
  2.3747 +closepath stroke
  2.3748 +grestore
  2.3749 +% get_daemon
  2.3750 +gsave
  2.3751 +1 setlinewidth
  2.3752 +0.000 0.000 0.000 nodecolor
  2.3753 +170 852 57.87 18 ellipse_path stroke
  2.3754 +0.000 0.000 0.000 nodecolor
  2.3755 +grestore
  2.3756 +% get_online
  2.3757 +gsave
  2.3758 +1 setlinewidth
  2.3759 +0.000 0.000 0.000 nodecolor
  2.3760 +1189 3451 50.22 18 ellipse_path stroke
  2.3761 +0.000 0.000 0.000 nodecolor
  2.3762 +grestore
  2.3763 +% get_daemon->get_online
  2.3764 +gsave
  2.3765 +1 setlinewidth
  2.3766 +solid
  2.3767 +0.000 0.000 0.000 edgecolor
  2.3768 +newpath 171 870 moveto
  2.3769 +174 961 193 1377 282 1704 curveto
  2.3770 +347 1939 336 2027 500 2209 curveto
  2.3771 +683 2411 894 2274 1036 2507 curveto
  2.3772 +1090 2593 1009 3339 1072 3419 curveto
  2.3773 +1086 3436 1108 3445 1129 3448 curveto
  2.3774 +stroke
  2.3775 +0.000 0.000 0.000 edgecolor
  2.3776 +newpath 1128.51 3451.47 moveto
  2.3777 +1139 3450 lineto
  2.3778 +1129.88 3444.61 lineto
  2.3779 +closepath fill
  2.3780 +1 setlinewidth
  2.3781 +solid
  2.3782 +0.000 0.000 0.000 edgecolor
  2.3783 +newpath 1128.51 3451.47 moveto
  2.3784 +1139 3450 lineto
  2.3785 +1129.88 3444.61 lineto
  2.3786 +closepath stroke
  2.3787 +grestore
  2.3788 +% sighup_handler
  2.3789 +gsave
  2.3790 +1 setlinewidth
  2.3791 +0.000 0.000 0.000 nodecolor
  2.3792 +373 824 70.18 18 ellipse_path stroke
  2.3793 +0.000 0.000 0.000 nodecolor
  2.3794 +grestore
  2.3795 +% get_daemon->sighup_handler
  2.3796 +gsave
  2.3797 +1 setlinewidth
  2.3798 +dotted
  2.3799 +0.000 0.000 0.000 edgecolor
  2.3800 +newpath 224 845 moveto
  2.3801 +248 841 276 837 301 834 curveto
  2.3802 +stroke
  2.3803 +0.000 0.000 0.000 edgecolor
  2.3804 +newpath 301.4 837.48 moveto
  2.3805 +311 833 lineto
  2.3806 +300.7 830.51 lineto
  2.3807 +closepath fill
  2.3808 +1 setlinewidth
  2.3809 +solid
  2.3810 +0.000 0.000 0.000 edgecolor
  2.3811 +newpath 301.4 837.48 moveto
  2.3812 +311 833 lineto
  2.3813 +300.7 830.51 lineto
  2.3814 +closepath stroke
  2.3815 +grestore
  2.3816 +% sigchld_handler
  2.3817 +gsave
  2.3818 +1 setlinewidth
  2.3819 +0.000 0.000 0.000 nodecolor
  2.3820 +578 750 71.77 18 ellipse_path stroke
  2.3821 +0.000 0.000 0.000 nodecolor
  2.3822 +grestore
  2.3823 +% get_daemon->sigchld_handler
  2.3824 +gsave
  2.3825 +1 setlinewidth
  2.3826 +dotted
  2.3827 +0.000 0.000 0.000 edgecolor
  2.3828 +newpath 206 866 moveto
  2.3829 +264 888 384 920 464 869 curveto
  2.3830 +496 850 476 822 500 795 curveto
  2.3831 +509 786 521 777 532 771 curveto
  2.3832 +stroke
  2.3833 +0.000 0.000 0.000 edgecolor
  2.3834 +newpath 533.96 773.92 moveto
  2.3835 +541 766 lineto
  2.3836 +530.56 767.8 lineto
  2.3837 +closepath fill
  2.3838 +1 setlinewidth
  2.3839 +solid
  2.3840 +0.000 0.000 0.000 edgecolor
  2.3841 +newpath 533.96 773.92 moveto
  2.3842 +541 766 lineto
  2.3843 +530.56 767.8 lineto
  2.3844 +closepath stroke
  2.3845 +grestore
  2.3846 +% get_online->get_from_file
  2.3847 +gsave
  2.3848 +1 setlinewidth
  2.3849 +solid
  2.3850 +0.000 0.000 0.000 edgecolor
  2.3851 +newpath 1237 3457 moveto
  2.3852 +1275 3462 1330 3468 1374 3474 curveto
  2.3853 +stroke
  2.3854 +0.000 0.000 0.000 edgecolor
  2.3855 +newpath 1373.7 3477.49 moveto
  2.3856 +1384 3475 lineto
  2.3857 +1374.4 3470.52 lineto
  2.3858 +closepath fill
  2.3859 +1 setlinewidth
  2.3860 +solid
  2.3861 +0.000 0.000 0.000 edgecolor
  2.3862 +newpath 1373.7 3477.49 moveto
  2.3863 +1384 3475 lineto
  2.3864 +1374.4 3470.52 lineto
  2.3865 +closepath stroke
  2.3866 +grestore
  2.3867 +% get_online->table_find
  2.3868 +gsave
  2.3869 +1 setlinewidth
  2.3870 +solid
  2.3871 +0.000 0.000 0.000 edgecolor
  2.3872 +newpath 1220 3465 moveto
  2.3873 +1251 3479 1299 3498 1342 3509 curveto
  2.3874 +2010 3674 2200 3650 2886 3610 curveto
  2.3875 +3000 3603 3030 3605 3140 3580 curveto
  2.3876 +3273 3548 3298 3516 3428 3477 curveto
  2.3877 +3446 3471 3466 3466 3484 3462 curveto
  2.3878 +stroke
  2.3879 +0.000 0.000 0.000 edgecolor
  2.3880 +newpath 3485.43 3465.23 moveto
  2.3881 +3494 3459 lineto
  2.3882 +3483.42 3458.52 lineto
  2.3883 +closepath fill
  2.3884 +1 setlinewidth
  2.3885 +solid
  2.3886 +0.000 0.000 0.000 edgecolor
  2.3887 +newpath 3485.43 3465.23 moveto
  2.3888 +3494 3459 lineto
  2.3889 +3483.42 3458.52 lineto
  2.3890 +closepath stroke
  2.3891 +grestore
  2.3892 +% detect_online
  2.3893 +gsave
  2.3894 +1 setlinewidth
  2.3895 +0.000 0.000 0.000 nodecolor
  2.3896 +1442 2312 62.04 18 ellipse_path stroke
  2.3897 +0.000 0.000 0.000 nodecolor
  2.3898 +grestore
  2.3899 +% get_online->detect_online
  2.3900 +gsave
  2.3901 +1 setlinewidth
  2.3902 +solid
  2.3903 +0.000 0.000 0.000 edgecolor
  2.3904 +newpath 1200 3433 moveto
  2.3905 +1225 3393 1283 3292 1306 3198 curveto
  2.3906 +1329 3105 1283 2413 1342 2339 curveto
  2.3907 +1350 2330 1360 2323 1371 2319 curveto
  2.3908 +stroke
  2.3909 +0.000 0.000 0.000 edgecolor
  2.3910 +newpath 1372.43 2322.23 moveto
  2.3911 +1381 2316 lineto
  2.3912 +1370.42 2315.52 lineto
  2.3913 +closepath fill
  2.3914 +1 setlinewidth
  2.3915 +solid
  2.3916 +0.000 0.000 0.000 edgecolor
  2.3917 +newpath 1372.43 2322.23 moveto
  2.3918 +1381 2316 lineto
  2.3919 +1370.42 2315.52 lineto
  2.3920 +closepath stroke
  2.3921 +grestore
  2.3922 +% sighup_handler->sighup_handler
  2.3923 +gsave
  2.3924 +1 setlinewidth
  2.3925 +dotted
  2.3926 +0.000 0.000 0.000 edgecolor
  2.3927 +newpath 338 840 moveto
  2.3928 +329 850 341 860 373 860 curveto
  2.3929 +394 860 406 856 410 850 curveto
  2.3930 +stroke
  2.3931 +0.000 0.000 0.000 edgecolor
  2.3932 +newpath 413.39 849.12 moveto
  2.3933 +408 840 lineto
  2.3934 +406.53 850.49 lineto
  2.3935 +closepath fill
  2.3936 +1 setlinewidth
  2.3937 +solid
  2.3938 +0.000 0.000 0.000 edgecolor
  2.3939 +newpath 413.39 849.12 moveto
  2.3940 +408 840 lineto
  2.3941 +406.53 850.49 lineto
  2.3942 +closepath stroke
  2.3943 +grestore
  2.3944 +% sigchld_handler->sigchld_handler
  2.3945 +gsave
  2.3946 +1 setlinewidth
  2.3947 +dotted
  2.3948 +0.000 0.000 0.000 edgecolor
  2.3949 +newpath 545 766 moveto
  2.3950 +536 776 548 786 578 786 curveto
  2.3951 +598 786 610 782 613 776 curveto
  2.3952 +stroke
  2.3953 +0.000 0.000 0.000 edgecolor
  2.3954 +newpath 616.39 775.12 moveto
  2.3955 +611 766 lineto
  2.3956 +609.53 776.49 lineto
  2.3957 +closepath fill
  2.3958 +1 setlinewidth
  2.3959 +solid
  2.3960 +0.000 0.000 0.000 edgecolor
  2.3961 +newpath 616.39 775.12 moveto
  2.3962 +611 766 lineto
  2.3963 +609.53 776.49 lineto
  2.3964 +closepath stroke
  2.3965 +grestore
  2.3966 +% destroy_get_conf->destroy_address
  2.3967 +gsave
  2.3968 +1 setlinewidth
  2.3969 +solid
  2.3970 +0.000 0.000 0.000 edgecolor
  2.3971 +newpath 2065 3490 moveto
  2.3972 +2151 3498 2296 3512 2422 3518 curveto
  2.3973 +2583 3524 3026 3545 3140 3433 curveto
  2.3974 +3186 3388 3131 3339 3176 3295 curveto
  2.3975 +3184 3287 3193 3282 3204 3278 curveto
  2.3976 +stroke
  2.3977 +0.000 0.000 0.000 edgecolor
  2.3978 +newpath 3205.28 3281.26 moveto
  2.3979 +3213 3274 lineto
  2.3980 +3202.44 3274.86 lineto
  2.3981 +closepath fill
  2.3982 +1 setlinewidth
  2.3983 +solid
  2.3984 +0.000 0.000 0.000 edgecolor
  2.3985 +newpath 3205.28 3281.26 moveto
  2.3986 +3213 3274 lineto
  2.3987 +3202.44 3274.86 lineto
  2.3988 +closepath stroke
  2.3989 +grestore
  2.3990 +% peopen
  2.3991 +gsave
  2.3992 +1 setlinewidth
  2.3993 +0.000 0.000 0.000 nodecolor
  2.3994 +1705 2212 39.11 18 ellipse_path stroke
  2.3995 +0.000 0.000 0.000 nodecolor
  2.3996 +grestore
  2.3997 +% detect_online->peopen
  2.3998 +gsave
  2.3999 +1 setlinewidth
  2.4000 +solid
  2.4001 +0.000 0.000 0.000 edgecolor
  2.4002 +newpath 1468 2295 moveto
  2.4003 +1494 2279 1538 2253 1578 2239 curveto
  2.4004 +1603 2229 1633 2223 1657 2219 curveto
  2.4005 +stroke
  2.4006 +0.000 0.000 0.000 edgecolor
  2.4007 +newpath 1657.88 2222.39 moveto
  2.4008 +1667 2217 lineto
  2.4009 +1656.51 2215.53 lineto
  2.4010 +closepath fill
  2.4011 +1 setlinewidth
  2.4012 +solid
  2.4013 +0.000 0.000 0.000 edgecolor
  2.4014 +newpath 1657.88 2222.39 moveto
  2.4015 +1667 2217 lineto
  2.4016 +1656.51 2215.53 lineto
  2.4017 +closepath stroke
  2.4018 +grestore
  2.4019 +% addr_is_delivered_children->addr_is_delivered_children
  2.4020 +gsave
  2.4021 +1 setlinewidth
  2.4022 +solid
  2.4023 +0.000 0.000 0.000 edgecolor
  2.4024 +newpath 2725 2225 moveto
  2.4025 +2716 2235 2731 2244 2769 2244 curveto
  2.4026 +2793 2244 2808 2240 2813 2235 curveto
  2.4027 +stroke
  2.4028 +0.000 0.000 0.000 edgecolor
  2.4029 +newpath 2816.5 2235 moveto
  2.4030 +2813 2225 lineto
  2.4031 +2809.5 2235 lineto
  2.4032 +closepath fill
  2.4033 +1 setlinewidth
  2.4034 +solid
  2.4035 +0.000 0.000 0.000 edgecolor
  2.4036 +newpath 2816.5 2235 moveto
  2.4037 +2813 2225 lineto
  2.4038 +2809.5 2235 lineto
  2.4039 +closepath stroke
  2.4040 +grestore
  2.4041 +% spool_write->addr_string
  2.4042 +gsave
  2.4043 +1 setlinewidth
  2.4044 +solid
  2.4045 +0.000 0.000 0.000 edgecolor
  2.4046 +newpath 2824 649 moveto
  2.4047 +2916 643 3092 636 3140 673 curveto
  2.4048 +3183 707 3138 752 3176 789 curveto
  2.4049 +3188 801 3204 809 3220 814 curveto
  2.4050 +stroke
  2.4051 +0.000 0.000 0.000 edgecolor
  2.4052 +newpath 3219.51 817.47 moveto
  2.4053 +3230 816 lineto
  2.4054 +3220.88 810.61 lineto
  2.4055 +closepath fill
  2.4056 +1 setlinewidth
  2.4057 +solid
  2.4058 +0.000 0.000 0.000 edgecolor
  2.4059 +newpath 3219.51 817.47 moveto
  2.4060 +3230 816 lineto
  2.4061 +3220.88 810.61 lineto
  2.4062 +closepath stroke
  2.4063 +grestore
  2.4064 +% spool_write->set_euidgid
  2.4065 +gsave
  2.4066 +1 setlinewidth
  2.4067 +solid
  2.4068 +0.000 0.000 0.000 edgecolor
  2.4069 +newpath 2796 670 moveto
  2.4070 +2820 684 2856 705 2886 724 curveto
  2.4071 +2926 749 2970 779 2999 799 curveto
  2.4072 +stroke
  2.4073 +0.000 0.000 0.000 edgecolor
  2.4074 +newpath 2996.9 801.8 moveto
  2.4075 +3007 805 lineto
  2.4076 +3001.1 796.2 lineto
  2.4077 +closepath fill
  2.4078 +1 setlinewidth
  2.4079 +solid
  2.4080 +0.000 0.000 0.000 edgecolor
  2.4081 +newpath 2996.9 801.8 moveto
  2.4082 +3007 805 lineto
  2.4083 +3001.1 796.2 lineto
  2.4084 +closepath stroke
  2.4085 +grestore
  2.4086 +% spool_write_rcpt
  2.4087 +gsave
  2.4088 +1 setlinewidth
  2.4089 +0.000 0.000 0.000 nodecolor
  2.4090 +3031 700 77.83 18 ellipse_path stroke
  2.4091 +0.000 0.000 0.000 nodecolor
  2.4092 +grestore
  2.4093 +% spool_write->spool_write_rcpt
  2.4094 +gsave
  2.4095 +1 setlinewidth
  2.4096 +solid
  2.4097 +0.000 0.000 0.000 edgecolor
  2.4098 +newpath 2819 663 moveto
  2.4099 +2859 670 2915 679 2959 687 curveto
  2.4100 +stroke
  2.4101 +0.000 0.000 0.000 edgecolor
  2.4102 +newpath 2958.51 690.47 moveto
  2.4103 +2969 689 lineto
  2.4104 +2959.88 683.61 lineto
  2.4105 +closepath fill
  2.4106 +1 setlinewidth
  2.4107 +solid
  2.4108 +0.000 0.000 0.000 edgecolor
  2.4109 +newpath 2958.51 690.47 moveto
  2.4110 +2969 689 lineto
  2.4111 +2959.88 683.61 lineto
  2.4112 +closepath stroke
  2.4113 +grestore
  2.4114 +% is_privileged_user
  2.4115 +gsave
  2.4116 +1 setlinewidth
  2.4117 +0.000 0.000 0.000 nodecolor
  2.4118 +373 456 80.8 18 ellipse_path stroke
  2.4119 +0.000 0.000 0.000 nodecolor
  2.4120 +grestore
  2.4121 +% is_ingroup
  2.4122 +gsave
  2.4123 +1 setlinewidth
  2.4124 +0.000 0.000 0.000 nodecolor
  2.4125 +578 418 52.12 18 ellipse_path stroke
  2.4126 +0.000 0.000 0.000 nodecolor
  2.4127 +grestore
  2.4128 +% is_privileged_user->is_ingroup
  2.4129 +gsave
  2.4130 +1 setlinewidth
  2.4131 +solid
  2.4132 +0.000 0.000 0.000 edgecolor
  2.4133 +newpath 436 444 moveto
  2.4134 +463 439 495 433 522 428 curveto
  2.4135 +stroke
  2.4136 +0.000 0.000 0.000 edgecolor
  2.4137 +newpath 522.88 431.39 moveto
  2.4138 +532 426 lineto
  2.4139 +521.51 424.53 lineto
  2.4140 +closepath fill
  2.4141 +1 setlinewidth
  2.4142 +solid
  2.4143 +0.000 0.000 0.000 edgecolor
  2.4144 +newpath 522.88 431.39 moveto
  2.4145 +532 426 lineto
  2.4146 +521.51 424.53 lineto
  2.4147 +closepath stroke
  2.4148 +grestore
  2.4149 +% read_conf
  2.4150 +gsave
  2.4151 +1 setlinewidth
  2.4152 +0.000 0.000 0.000 nodecolor
  2.4153 +2769 2910 50.22 18 ellipse_path stroke
  2.4154 +0.000 0.000 0.000 nodecolor
  2.4155 +grestore
  2.4156 +% read_conf->parse_list
  2.4157 +gsave
  2.4158 +1 setlinewidth
  2.4159 +solid
  2.4160 +0.000 0.000 0.000 edgecolor
  2.4161 +newpath 2809 2899 moveto
  2.4162 +2836 2889 2869 2872 2886 2845 curveto
  2.4163 +2963 2722 2849 2319 2922 2195 curveto
  2.4164 +2993 2074 3155 2008 3236 1981 curveto
  2.4165 +stroke
  2.4166 +0.000 0.000 0.000 edgecolor
  2.4167 +newpath 3237.43 1984.23 moveto
  2.4168 +3246 1978 lineto
  2.4169 +3235.42 1977.52 lineto
  2.4170 +closepath fill
  2.4171 +1 setlinewidth
  2.4172 +solid
  2.4173 +0.000 0.000 0.000 edgecolor
  2.4174 +newpath 3237.43 1984.23 moveto
  2.4175 +3246 1978 lineto
  2.4176 +3235.42 1977.52 lineto
  2.4177 +closepath stroke
  2.4178 +grestore
  2.4179 +% read_conf->create_pair_string
  2.4180 +gsave
  2.4181 +1 setlinewidth
  2.4182 +solid
  2.4183 +0.000 0.000 0.000 edgecolor
  2.4184 +newpath 2820 2910 moveto
  2.4185 +2926 2910 3181 2908 3392 2884 curveto
  2.4186 +3417 2881 3445 2876 3469 2872 curveto
  2.4187 +stroke
  2.4188 +0.000 0.000 0.000 edgecolor
  2.4189 +newpath 3469.88 2875.39 moveto
  2.4190 +3479 2870 lineto
  2.4191 +3468.51 2868.53 lineto
  2.4192 +closepath fill
  2.4193 +1 setlinewidth
  2.4194 +solid
  2.4195 +0.000 0.000 0.000 edgecolor
  2.4196 +newpath 3469.88 2875.39 moveto
  2.4197 +3479 2870 lineto
  2.4198 +3468.51 2868.53 lineto
  2.4199 +closepath stroke
  2.4200 +grestore
  2.4201 +% read_conf->parse_boolean
  2.4202 +gsave
  2.4203 +1 setlinewidth
  2.4204 +solid
  2.4205 +0.000 0.000 0.000 edgecolor
  2.4206 +newpath 2808 2898 moveto
  2.4207 +2834 2888 2867 2871 2886 2845 curveto
  2.4208 +2944 2763 2876 2711 2922 2623 curveto
  2.4209 +2940 2590 2972 2562 2997 2543 curveto
  2.4210 +stroke
  2.4211 +0.000 0.000 0.000 edgecolor
  2.4212 +newpath 2999.1 2545.8 moveto
  2.4213 +3005 2537 lineto
  2.4214 +2994.9 2540.2 lineto
  2.4215 +closepath fill
  2.4216 +1 setlinewidth
  2.4217 +solid
  2.4218 +0.000 0.000 0.000 edgecolor
  2.4219 +newpath 2999.1 2545.8 moveto
  2.4220 +3005 2537 lineto
  2.4221 +2994.9 2540.2 lineto
  2.4222 +closepath stroke
  2.4223 +grestore
  2.4224 +% read_conf->read_statement
  2.4225 +gsave
  2.4226 +1 setlinewidth
  2.4227 +solid
  2.4228 +0.000 0.000 0.000 edgecolor
  2.4229 +newpath 2809 2899 moveto
  2.4230 +2835 2889 2868 2872 2886 2845 curveto
  2.4231 +2930 2779 2871 2552 2922 2493 curveto
  2.4232 +2931 2484 2941 2477 2953 2473 curveto
  2.4233 +stroke
  2.4234 +0.000 0.000 0.000 edgecolor
  2.4235 +newpath 2954.43 2476.23 moveto
  2.4236 +2963 2470 lineto
  2.4237 +2952.42 2469.52 lineto
  2.4238 +closepath fill
  2.4239 +1 setlinewidth
  2.4240 +solid
  2.4241 +0.000 0.000 0.000 edgecolor
  2.4242 +newpath 2954.43 2476.23 moveto
  2.4243 +2963 2470 lineto
  2.4244 +2952.42 2469.52 lineto
  2.4245 +closepath stroke
  2.4246 +grestore
  2.4247 +% read_conf->parse_interface
  2.4248 +gsave
  2.4249 +1 setlinewidth
  2.4250 +solid
  2.4251 +0.000 0.000 0.000 edgecolor
  2.4252 +newpath 2807 2898 moveto
  2.4253 +2833 2888 2867 2871 2886 2845 curveto
  2.4254 +2932 2783 2869 2731 2922 2677 curveto
  2.4255 +2931 2668 2942 2662 2953 2658 curveto
  2.4256 +stroke
  2.4257 +0.000 0.000 0.000 edgecolor
  2.4258 +newpath 2954.43 2661.23 moveto
  2.4259 +2963 2655 lineto
  2.4260 +2952.42 2654.52 lineto
  2.4261 +closepath fill
  2.4262 +1 setlinewidth
  2.4263 +solid
  2.4264 +0.000 0.000 0.000 edgecolor
  2.4265 +newpath 2954.43 2661.23 moveto
  2.4266 +2963 2655 lineto
  2.4267 +2952.42 2654.52 lineto
  2.4268 +closepath stroke
  2.4269 +grestore
  2.4270 +% create_pair
  2.4271 +gsave
  2.4272 +1 setlinewidth
  2.4273 +0.000 0.000 0.000 nodecolor
  2.4274 +3031 2948 54.2 18 ellipse_path stroke
  2.4275 +0.000 0.000 0.000 nodecolor
  2.4276 +grestore
  2.4277 +% read_conf->create_pair
  2.4278 +gsave
  2.4279 +1 setlinewidth
  2.4280 +solid
  2.4281 +0.000 0.000 0.000 edgecolor
  2.4282 +newpath 2816 2917 moveto
  2.4283 +2859 2924 2923 2933 2971 2940 curveto
  2.4284 +stroke
  2.4285 +0.000 0.000 0.000 edgecolor
  2.4286 +newpath 2970.7 2943.49 moveto
  2.4287 +2981 2941 lineto
  2.4288 +2971.4 2936.52 lineto
  2.4289 +closepath fill
  2.4290 +1 setlinewidth
  2.4291 +solid
  2.4292 +0.000 0.000 0.000 edgecolor
  2.4293 +newpath 2970.7 2943.49 moveto
  2.4294 +2981 2941 lineto
  2.4295 +2971.4 2936.52 lineto
  2.4296 +closepath stroke
  2.4297 +grestore
  2.4298 +% time_interval
  2.4299 +gsave
  2.4300 +1 setlinewidth
  2.4301 +0.000 0.000 0.000 nodecolor
  2.4302 +3031 3002 59.96 18 ellipse_path stroke
  2.4303 +0.000 0.000 0.000 nodecolor
  2.4304 +grestore
  2.4305 +% read_conf->time_interval
  2.4306 +gsave
  2.4307 +1 setlinewidth
  2.4308 +solid
  2.4309 +0.000 0.000 0.000 edgecolor
  2.4310 +newpath 2818 2915 moveto
  2.4311 +2840 2918 2865 2925 2886 2937 curveto
  2.4312 +2907 2948 2902 2963 2922 2975 curveto
  2.4313 +2935 2982 2951 2988 2966 2993 curveto
  2.4314 +stroke
  2.4315 +0.000 0.000 0.000 edgecolor
  2.4316 +newpath 2965.51 2996.47 moveto
  2.4317 +2976 2995 lineto
  2.4318 +2966.88 2989.61 lineto
  2.4319 +closepath fill
  2.4320 +1 setlinewidth
  2.4321 +solid
  2.4322 +0.000 0.000 0.000 edgecolor
  2.4323 +newpath 2965.51 2996.47 moveto
  2.4324 +2976 2995 lineto
  2.4325 +2966.88 2989.61 lineto
  2.4326 +closepath stroke
  2.4327 +grestore
  2.4328 +% smtp_out_open
  2.4329 +gsave
  2.4330 +1 setlinewidth
  2.4331 +0.000 0.000 0.000 nodecolor
  2.4332 +2519 1542 72.96 18 ellipse_path stroke
  2.4333 +0.000 0.000 0.000 nodecolor
  2.4334 +grestore
  2.4335 +% create_smtpbase
  2.4336 +gsave
  2.4337 +1 setlinewidth
  2.4338 +0.000 0.000 0.000 nodecolor
  2.4339 +2769 1596 75.94 18 ellipse_path stroke
  2.4340 +0.000 0.000 0.000 nodecolor
  2.4341 +grestore
  2.4342 +% smtp_out_open->create_smtpbase
  2.4343 +gsave
  2.4344 +1 setlinewidth
  2.4345 +solid
  2.4346 +0.000 0.000 0.000 edgecolor
  2.4347 +newpath 2574 1554 moveto
  2.4348 +2612 1562 2662 1573 2702 1582 curveto
  2.4349 +stroke
  2.4350 +0.000 0.000 0.000 edgecolor
  2.4351 +newpath 2701.51 1585.47 moveto
  2.4352 +2712 1584 lineto
  2.4353 +2702.88 1578.61 lineto
  2.4354 +closepath fill
  2.4355 +1 setlinewidth
  2.4356 +solid
  2.4357 +0.000 0.000 0.000 edgecolor
  2.4358 +newpath 2701.51 1585.47 moveto
  2.4359 +2712 1584 lineto
  2.4360 +2702.88 1578.61 lineto
  2.4361 +closepath stroke
  2.4362 +grestore
  2.4363 +% connect_resolvelist
  2.4364 +gsave
  2.4365 +1 setlinewidth
  2.4366 +0.000 0.000 0.000 nodecolor
  2.4367 +2769 1542 84.97 18 ellipse_path stroke
  2.4368 +0.000 0.000 0.000 nodecolor
  2.4369 +grestore
  2.4370 +% smtp_out_open->connect_resolvelist
  2.4371 +gsave
  2.4372 +1 setlinewidth
  2.4373 +solid
  2.4374 +0.000 0.000 0.000 edgecolor
  2.4375 +newpath 2592 1542 moveto
  2.4376 +2618 1542 2646 1542 2673 1542 curveto
  2.4377 +stroke
  2.4378 +0.000 0.000 0.000 edgecolor
  2.4379 +newpath 2673 1545.5 moveto
  2.4380 +2683 1542 lineto
  2.4381 +2673 1538.5 lineto
  2.4382 +closepath fill
  2.4383 +1 setlinewidth
  2.4384 +solid
  2.4385 +0.000 0.000 0.000 edgecolor
  2.4386 +newpath 2673 1545.5 moveto
  2.4387 +2683 1542 lineto
  2.4388 +2673 1538.5 lineto
  2.4389 +closepath stroke
  2.4390 +grestore
  2.4391 +% connect_hostlist
  2.4392 +gsave
  2.4393 +1 setlinewidth
  2.4394 +0.000 0.000 0.000 nodecolor
  2.4395 +3031 1360 75.05 18 ellipse_path stroke
  2.4396 +0.000 0.000 0.000 nodecolor
  2.4397 +grestore
  2.4398 +% connect_resolvelist->connect_hostlist
  2.4399 +gsave
  2.4400 +1 setlinewidth
  2.4401 +solid
  2.4402 +0.000 0.000 0.000 edgecolor
  2.4403 +newpath 2849 1535 moveto
  2.4404 +2863 1531 2876 1525 2886 1515 curveto
  2.4405 +2928 1475 2882 1432 2922 1392 curveto
  2.4406 +2931 1383 2943 1376 2955 1371 curveto
  2.4407 +stroke
  2.4408 +0.000 0.000 0.000 edgecolor
  2.4409 +newpath 2955.62 1374.48 moveto
  2.4410 +2964 1368 lineto
  2.4411 +2953.41 1367.84 lineto
  2.4412 +closepath fill
  2.4413 +1 setlinewidth
  2.4414 +solid
  2.4415 +0.000 0.000 0.000 edgecolor
  2.4416 +newpath 2955.62 1374.48 moveto
  2.4417 +2964 1368 lineto
  2.4418 +2953.41 1367.84 lineto
  2.4419 +closepath stroke
  2.4420 +grestore
  2.4421 +% peopen->peidopen
  2.4422 +gsave
  2.4423 +1 setlinewidth
  2.4424 +solid
  2.4425 +0.000 0.000 0.000 edgecolor
  2.4426 +newpath 1744 2214 moveto
  2.4427 +1819 2219 1986 2233 2118 2277 curveto
  2.4428 +2263 2323 2283 2373 2422 2432 curveto
  2.4429 +2522 2473 2548 2483 2652 2509 curveto
  2.4430 +2861 2559 3116 2587 3228 2598 curveto
  2.4431 +stroke
  2.4432 +0.000 0.000 0.000 edgecolor
  2.4433 +newpath 3227.7 2601.49 moveto
  2.4434 +3238 2599 lineto
  2.4435 +3228.4 2594.52 lineto
  2.4436 +closepath fill
  2.4437 +1 setlinewidth
  2.4438 +solid
  2.4439 +0.000 0.000 0.000 edgecolor
  2.4440 +newpath 3227.7 2601.49 moveto
  2.4441 +3238 2599 lineto
  2.4442 +3228.4 2594.52 lineto
  2.4443 +closepath stroke
  2.4444 +grestore
  2.4445 +% route_is_allowed_mail_local
  2.4446 +gsave
  2.4447 +1 setlinewidth
  2.4448 +0.000 0.000 0.000 nodecolor
  2.4449 +1705 2358 121.1 18 ellipse_path stroke
  2.4450 +0.000 0.000 0.000 nodecolor
  2.4451 +grestore
  2.4452 +% _g_list_strcmp
  2.4453 +gsave
  2.4454 +1 setlinewidth
  2.4455 +0.000 0.000 0.000 nodecolor
  2.4456 +1993 2358 68.99 18 ellipse_path stroke
  2.4457 +0.000 0.000 0.000 nodecolor
  2.4458 +grestore
  2.4459 +% route_is_allowed_mail_local->_g_list_strcmp
  2.4460 +gsave
  2.4461 +1 setlinewidth
  2.4462 +dotted
  2.4463 +0.000 0.000 0.000 edgecolor
  2.4464 +newpath 1827 2358 moveto
  2.4465 +1856 2358 1886 2358 1913 2358 curveto
  2.4466 +stroke
  2.4467 +0.000 0.000 0.000 edgecolor
  2.4468 +newpath 1913 2361.5 moveto
  2.4469 +1923 2358 lineto
  2.4470 +1913 2354.5 lineto
  2.4471 +closepath fill
  2.4472 +1 setlinewidth
  2.4473 +solid
  2.4474 +0.000 0.000 0.000 edgecolor
  2.4475 +newpath 1913 2361.5 moveto
  2.4476 +1923 2358 lineto
  2.4477 +1913 2354.5 lineto
  2.4478 +closepath stroke
  2.4479 +grestore
  2.4480 +% spool_write_rcpt->addr_string
  2.4481 +gsave
  2.4482 +1 setlinewidth
  2.4483 +solid
  2.4484 +0.000 0.000 0.000 edgecolor
  2.4485 +newpath 3094 711 moveto
  2.4486 +3110 715 3127 722 3140 732 curveto
  2.4487 +3164 751 3153 771 3176 789 curveto
  2.4488 +3189 800 3207 806 3223 811 curveto
  2.4489 +stroke
  2.4490 +0.000 0.000 0.000 edgecolor
  2.4491 +newpath 3222.42 814.48 moveto
  2.4492 +3233 814 lineto
  2.4493 +3224.43 807.77 lineto
  2.4494 +closepath fill
  2.4495 +1 setlinewidth
  2.4496 +solid
  2.4497 +0.000 0.000 0.000 edgecolor
  2.4498 +newpath 3222.42 814.48 moveto
  2.4499 +3233 814 lineto
  2.4500 +3224.43 807.77 lineto
  2.4501 +closepath stroke
  2.4502 +grestore
  2.4503 +% destroy_msg_out
  2.4504 +gsave
  2.4505 +1 setlinewidth
  2.4506 +0.000 0.000 0.000 nodecolor
  2.4507 +1993 2304 79.22 18 ellipse_path stroke
  2.4508 +0.000 0.000 0.000 nodecolor
  2.4509 +grestore
  2.4510 +% destroy_msg_out->destroy_address
  2.4511 +gsave
  2.4512 +1 setlinewidth
  2.4513 +solid
  2.4514 +0.000 0.000 0.000 edgecolor
  2.4515 +newpath 2072 2305 moveto
  2.4516 +2089 2309 2106 2317 2118 2331 curveto
  2.4517 +2206 2432 2087 2817 2154 2933 curveto
  2.4518 +2216 3039 2312 2985 2386 3083 curveto
  2.4519 +2419 3124 2385 3159 2422 3196 curveto
  2.4520 +2531 3301 3007 3285 3201 3274 curveto
  2.4521 +stroke
  2.4522 +0.000 0.000 0.000 edgecolor
  2.4523 +newpath 3201.4 3277.48 moveto
  2.4524 +3211 3273 lineto
  2.4525 +3200.7 3270.51 lineto
  2.4526 +closepath fill
  2.4527 +1 setlinewidth
  2.4528 +solid
  2.4529 +0.000 0.000 0.000 edgecolor
  2.4530 +newpath 3201.4 3277.48 moveto
  2.4531 +3211 3273 lineto
  2.4532 +3200.7 3270.51 lineto
  2.4533 +closepath stroke
  2.4534 +grestore
  2.4535 +% destroy_msg_out->destroy_header
  2.4536 +gsave
  2.4537 +1 setlinewidth
  2.4538 +solid
  2.4539 +0.000 0.000 0.000 edgecolor
  2.4540 +newpath 2006 2286 moveto
  2.4541 +2030 2253 2088 2183 2154 2148 curveto
  2.4542 +2354 2042 2430 2084 2652 2046 curveto
  2.4543 +2704 2037 2848 2049 2886 2013 curveto
  2.4544 +2946 1956 2860 1884 2922 1832 curveto
  2.4545 +2964 1796 3118 1806 3211 1817 curveto
  2.4546 +stroke
  2.4547 +0.000 0.000 0.000 edgecolor
  2.4548 +newpath 3210.7 1820.49 moveto
  2.4549 +3221 1818 lineto
  2.4550 +3211.4 1813.52 lineto
  2.4551 +closepath fill
  2.4552 +1 setlinewidth
  2.4553 +solid
  2.4554 +0.000 0.000 0.000 edgecolor
  2.4555 +newpath 3210.7 1820.49 moveto
  2.4556 +3221 1818 lineto
  2.4557 +3211.4 1813.52 lineto
  2.4558 +closepath stroke
  2.4559 +grestore
  2.4560 +% smtp_out_open_child
  2.4561 +gsave
  2.4562 +1 setlinewidth
  2.4563 +0.000 0.000 0.000 nodecolor
  2.4564 +2519 1596 96.09 18 ellipse_path stroke
  2.4565 +0.000 0.000 0.000 nodecolor
  2.4566 +grestore
  2.4567 +% smtp_out_open_child->create_smtpbase
  2.4568 +gsave
  2.4569 +1 setlinewidth
  2.4570 +solid
  2.4571 +0.000 0.000 0.000 edgecolor
  2.4572 +newpath 2616 1596 moveto
  2.4573 +2637 1596 2660 1596 2682 1596 curveto
  2.4574 +stroke
  2.4575 +0.000 0.000 0.000 edgecolor
  2.4576 +newpath 2682 1599.5 moveto
  2.4577 +2692 1596 lineto
  2.4578 +2682 1592.5 lineto
  2.4579 +closepath fill
  2.4580 +1 setlinewidth
  2.4581 +solid
  2.4582 +0.000 0.000 0.000 edgecolor
  2.4583 +newpath 2682 1599.5 moveto
  2.4584 +2692 1596 lineto
  2.4585 +2682 1592.5 lineto
  2.4586 +closepath stroke
  2.4587 +grestore
  2.4588 +% child
  2.4589 +gsave
  2.4590 +1 setlinewidth
  2.4591 +0.000 0.000 0.000 nodecolor
  2.4592 +2769 1650 29.88 18 ellipse_path stroke
  2.4593 +0.000 0.000 0.000 nodecolor
  2.4594 +grestore
  2.4595 +% smtp_out_open_child->child
  2.4596 +gsave
  2.4597 +1 setlinewidth
  2.4598 +solid
  2.4599 +0.000 0.000 0.000 edgecolor
  2.4600 +newpath 2582 1610 moveto
  2.4601 +2629 1620 2691 1634 2731 1642 curveto
  2.4602 +stroke
  2.4603 +0.000 0.000 0.000 edgecolor
  2.4604 +newpath 2730.51 1645.47 moveto
  2.4605 +2741 1644 lineto
  2.4606 +2731.88 1638.61 lineto
  2.4607 +closepath fill
  2.4608 +1 setlinewidth
  2.4609 +solid
  2.4610 +0.000 0.000 0.000 edgecolor
  2.4611 +newpath 2730.51 1645.47 moveto
  2.4612 +2741 1644 lineto
  2.4613 +2731.88 1638.61 lineto
  2.4614 +closepath stroke
  2.4615 +grestore
  2.4616 +% parse_address_rfc821
  2.4617 +gsave
  2.4618 +1 setlinewidth
  2.4619 +0.000 0.000 0.000 nodecolor
  2.4620 +4062 1566 97.98 18 ellipse_path stroke
  2.4621 +0.000 0.000 0.000 nodecolor
  2.4622 +grestore
  2.4623 +% _create_address->parse_address_rfc821
  2.4624 +gsave
  2.4625 +1 setlinewidth
  2.4626 +solid
  2.4627 +0.000 0.000 0.000 edgecolor
  2.4628 +newpath 3880 1566 moveto
  2.4629 +3903 1566 3929 1566 3954 1566 curveto
  2.4630 +stroke
  2.4631 +0.000 0.000 0.000 edgecolor
  2.4632 +newpath 3954 1569.5 moveto
  2.4633 +3964 1566 lineto
  2.4634 +3954 1562.5 lineto
  2.4635 +closepath fill
  2.4636 +1 setlinewidth
  2.4637 +solid
  2.4638 +0.000 0.000 0.000 edgecolor
  2.4639 +newpath 3954 1569.5 moveto
  2.4640 +3964 1566 lineto
  2.4641 +3954 1562.5 lineto
  2.4642 +closepath stroke
  2.4643 +grestore
  2.4644 +% parse_address_rfc822
  2.4645 +gsave
  2.4646 +1 setlinewidth
  2.4647 +0.000 0.000 0.000 nodecolor
  2.4648 +4062 1620 97.98 18 ellipse_path stroke
  2.4649 +0.000 0.000 0.000 nodecolor
  2.4650 +grestore
  2.4651 +% _create_address->parse_address_rfc822
  2.4652 +gsave
  2.4653 +1 setlinewidth
  2.4654 +solid
  2.4655 +0.000 0.000 0.000 edgecolor
  2.4656 +newpath 3862 1578 moveto
  2.4657 +3899 1585 3947 1596 3987 1604 curveto
  2.4658 +stroke
  2.4659 +0.000 0.000 0.000 edgecolor
  2.4660 +newpath 3986.51 1607.47 moveto
  2.4661 +3997 1606 lineto
  2.4662 +3987.88 1600.61 lineto
  2.4663 +closepath fill
  2.4664 +1 setlinewidth
  2.4665 +solid
  2.4666 +0.000 0.000 0.000 edgecolor
  2.4667 +newpath 3986.51 1607.47 moveto
  2.4668 +3997 1606 lineto
  2.4669 +3987.88 1600.61 lineto
  2.4670 +closepath stroke
  2.4671 +grestore
  2.4672 +% spool_unlock->set_euidgid
  2.4673 +gsave
  2.4674 +1 setlinewidth
  2.4675 +solid
  2.4676 +0.000 0.000 0.000 edgecolor
  2.4677 +newpath 1228 865 moveto
  2.4678 +1259 854 1303 840 1342 833 curveto
  2.4679 +1502 806 1544 814 1705 814 curveto
  2.4680 +1705 814 1705 814 2519 814 curveto
  2.4681 +2679 814 2867 818 2965 820 curveto
  2.4682 +stroke
  2.4683 +0.000 0.000 0.000 edgecolor
  2.4684 +newpath 2965 823.5 moveto
  2.4685 +2975 820 lineto
  2.4686 +2965 816.5 lineto
  2.4687 +closepath fill
  2.4688 +1 setlinewidth
  2.4689 +solid
  2.4690 +0.000 0.000 0.000 edgecolor
  2.4691 +newpath 2965 823.5 moveto
  2.4692 +2975 820 lineto
  2.4693 +2965 816.5 lineto
  2.4694 +closepath stroke
  2.4695 +grestore
  2.4696 +% dot_unlock
  2.4697 +gsave
  2.4698 +1 setlinewidth
  2.4699 +0.000 0.000 0.000 nodecolor
  2.4700 +1442 860 55.09 18 ellipse_path stroke
  2.4701 +0.000 0.000 0.000 nodecolor
  2.4702 +grestore
  2.4703 +% spool_unlock->dot_unlock
  2.4704 +gsave
  2.4705 +1 setlinewidth
  2.4706 +solid
  2.4707 +0.000 0.000 0.000 edgecolor
  2.4708 +newpath 1252 874 moveto
  2.4709 +1290 871 1339 868 1378 865 curveto
  2.4710 +stroke
  2.4711 +0.000 0.000 0.000 edgecolor
  2.4712 +newpath 1378.4 868.48 moveto
  2.4713 +1388 864 lineto
  2.4714 +1377.7 861.51 lineto
  2.4715 +closepath fill
  2.4716 +1 setlinewidth
  2.4717 +solid
  2.4718 +0.000 0.000 0.000 edgecolor
  2.4719 +newpath 1378.4 868.48 moveto
  2.4720 +1388 864 lineto
  2.4721 +1377.7 861.51 lineto
  2.4722 +closepath stroke
  2.4723 +grestore
  2.4724 +% create_address_rfc822
  2.4725 +gsave
  2.4726 +1 setlinewidth
  2.4727 +0.000 0.000 0.000 nodecolor
  2.4728 +3537 1620 100.06 18 ellipse_path stroke
  2.4729 +0.000 0.000 0.000 nodecolor
  2.4730 +grestore
  2.4731 +% create_address_rfc822->_create_address
  2.4732 +gsave
  2.4733 +1 setlinewidth
  2.4734 +solid
  2.4735 +0.000 0.000 0.000 edgecolor
  2.4736 +newpath 3604 1607 moveto
  2.4737 +3645 1599 3697 1588 3738 1580 curveto
  2.4738 +stroke
  2.4739 +0.000 0.000 0.000 edgecolor
  2.4740 +newpath 3738.88 1583.39 moveto
  2.4741 +3748 1578 lineto
  2.4742 +3737.51 1576.53 lineto
  2.4743 +closepath fill
  2.4744 +1 setlinewidth
  2.4745 +solid
  2.4746 +0.000 0.000 0.000 edgecolor
  2.4747 +newpath 3738.88 1583.39 moveto
  2.4748 +3748 1578 lineto
  2.4749 +3737.51 1576.53 lineto
  2.4750 +closepath stroke
  2.4751 +grestore
  2.4752 +% deliver_msglist_host_smtp
  2.4753 +gsave
  2.4754 +1 setlinewidth
  2.4755 +0.000 0.000 0.000 nodecolor
  2.4756 +2270 1542 114.85 18 ellipse_path stroke
  2.4757 +0.000 0.000 0.000 nodecolor
  2.4758 +grestore
  2.4759 +% deliver_msglist_host_smtp->msg_free_data
  2.4760 +gsave
  2.4761 +1 setlinewidth
  2.4762 +solid
  2.4763 +0.000 0.000 0.000 edgecolor
  2.4764 +newpath 2274 1560 moveto
  2.4765 +2288 1635 2346 1934 2386 2181 curveto
  2.4766 +2396 2236 2388 2387 2422 2432 curveto
  2.4767 +2559 2609 2733 2464 2886 2628 curveto
  2.4768 +2920 2663 2886 2699 2922 2731 curveto
  2.4769 +2997 2795 3044 2754 3140 2774 curveto
  2.4770 +3166 2779 3195 2785 3220 2790 curveto
  2.4771 +stroke
  2.4772 +0.000 0.000 0.000 edgecolor
  2.4773 +newpath 3219.51 2793.47 moveto
  2.4774 +3230 2792 lineto
  2.4775 +3220.88 2786.61 lineto
  2.4776 +closepath fill
  2.4777 +1 setlinewidth
  2.4778 +solid
  2.4779 +0.000 0.000 0.000 edgecolor
  2.4780 +newpath 3219.51 2793.47 moveto
  2.4781 +3230 2792 lineto
  2.4782 +3220.88 2786.61 lineto
  2.4783 +closepath stroke
  2.4784 +grestore
  2.4785 +% deliver_msglist_host_smtp->smtp_out_init
  2.4786 +gsave
  2.4787 +1 setlinewidth
  2.4788 +solid
  2.4789 +0.000 0.000 0.000 edgecolor
  2.4790 +newpath 2279 1524 moveto
  2.4791 +2300 1486 2353 1399 2422 1353 curveto
  2.4792 +2431 1347 2442 1342 2453 1338 curveto
  2.4793 +stroke
  2.4794 +0.000 0.000 0.000 edgecolor
  2.4795 +newpath 2454.43 1341.23 moveto
  2.4796 +2463 1335 lineto
  2.4797 +2452.42 1334.52 lineto
  2.4798 +closepath fill
  2.4799 +1 setlinewidth
  2.4800 +solid
  2.4801 +0.000 0.000 0.000 edgecolor
  2.4802 +newpath 2454.43 1341.23 moveto
  2.4803 +2463 1335 lineto
  2.4804 +2452.42 1334.52 lineto
  2.4805 +closepath stroke
  2.4806 +grestore
  2.4807 +% deliver_msglist_host_smtp->deliver_finish
  2.4808 +gsave
  2.4809 +1 setlinewidth
  2.4810 +solid
  2.4811 +0.000 0.000 0.000 edgecolor
  2.4812 +newpath 2277 1560 moveto
  2.4813 +2312 1652 2467 2069 2508 2180 curveto
  2.4814 +stroke
  2.4815 +0.000 0.000 0.000 edgecolor
  2.4816 +newpath 2505.04 2182.02 moveto
  2.4817 +2512 2190 lineto
  2.4818 +2511.54 2179.42 lineto
  2.4819 +closepath fill
  2.4820 +1 setlinewidth
  2.4821 +solid
  2.4822 +0.000 0.000 0.000 edgecolor
  2.4823 +newpath 2505.04 2182.02 moveto
  2.4824 +2512 2190 lineto
  2.4825 +2511.54 2179.42 lineto
  2.4826 +closepath stroke
  2.4827 +grestore
  2.4828 +% deliver_msglist_host_smtp->spool_read_data
  2.4829 +gsave
  2.4830 +1 setlinewidth
  2.4831 +solid
  2.4832 +0.000 0.000 0.000 edgecolor
  2.4833 +newpath 2298 1559 moveto
  2.4834 +2328 1578 2377 1606 2422 1623 curveto
  2.4835 +2521 1660 2548 1664 2652 1677 curveto
  2.4836 +2756 1688 2805 1741 2886 1677 curveto
  2.4837 +2942 1633 2868 1566 2922 1522 curveto
  2.4838 +2964 1488 3111 1494 3205 1503 curveto
  2.4839 +stroke
  2.4840 +0.000 0.000 0.000 edgecolor
  2.4841 +newpath 3204.7 1506.49 moveto
  2.4842 +3215 1504 lineto
  2.4843 +3205.4 1499.52 lineto
  2.4844 +closepath fill
  2.4845 +1 setlinewidth
  2.4846 +solid
  2.4847 +0.000 0.000 0.000 edgecolor
  2.4848 +newpath 3204.7 1506.49 moveto
  2.4849 +3215 1504 lineto
  2.4850 +3205.4 1499.52 lineto
  2.4851 +closepath stroke
  2.4852 +grestore
  2.4853 +% deliver_msglist_host_smtp->smtp_out_rset
  2.4854 +gsave
  2.4855 +1 setlinewidth
  2.4856 +solid
  2.4857 +0.000 0.000 0.000 edgecolor
  2.4858 +newpath 2285 1524 moveto
  2.4859 +2311 1495 2365 1438 2422 1407 curveto
  2.4860 +2432 1402 2443 1397 2454 1393 curveto
  2.4861 +stroke
  2.4862 +0.000 0.000 0.000 edgecolor
  2.4863 +newpath 2455.43 1396.23 moveto
  2.4864 +2464 1390 lineto
  2.4865 +2453.42 1389.52 lineto
  2.4866 +closepath fill
  2.4867 +1 setlinewidth
  2.4868 +solid
  2.4869 +0.000 0.000 0.000 edgecolor
  2.4870 +newpath 2455.43 1396.23 moveto
  2.4871 +2464 1390 lineto
  2.4872 +2453.42 1389.52 lineto
  2.4873 +closepath stroke
  2.4874 +grestore
  2.4875 +% deliver_msglist_host_smtp->smtp_out_msg
  2.4876 +gsave
  2.4877 +1 setlinewidth
  2.4878 +solid
  2.4879 +0.000 0.000 0.000 edgecolor
  2.4880 +newpath 2309 1525 moveto
  2.4881 +2354 1506 2427 1474 2474 1454 curveto
  2.4882 +stroke
  2.4883 +0.000 0.000 0.000 edgecolor
  2.4884 +newpath 2475.28 1457.26 moveto
  2.4885 +2483 1450 lineto
  2.4886 +2472.44 1450.86 lineto
  2.4887 +closepath fill
  2.4888 +1 setlinewidth
  2.4889 +solid
  2.4890 +0.000 0.000 0.000 edgecolor
  2.4891 +newpath 2475.28 1457.26 moveto
  2.4892 +2483 1450 lineto
  2.4893 +2472.44 1450.86 lineto
  2.4894 +closepath stroke
  2.4895 +grestore
  2.4896 +% deliver_msglist_host_smtp->smtp_out_mark_rcpts
  2.4897 +gsave
  2.4898 +1 setlinewidth
  2.4899 +solid
  2.4900 +0.000 0.000 0.000 edgecolor
  2.4901 +newpath 2341 1528 moveto
  2.4902 +2366 1523 2395 1518 2422 1515 curveto
  2.4903 +2503 1505 2595 1498 2664 1494 curveto
  2.4904 +stroke
  2.4905 +0.000 0.000 0.000 edgecolor
  2.4906 +newpath 2664.4 1497.48 moveto
  2.4907 +2674 1493 lineto
  2.4908 +2663.7 1490.51 lineto
  2.4909 +closepath fill
  2.4910 +1 setlinewidth
  2.4911 +solid
  2.4912 +0.000 0.000 0.000 edgecolor
  2.4913 +newpath 2664.4 1497.48 moveto
  2.4914 +2674 1493 lineto
  2.4915 +2663.7 1490.51 lineto
  2.4916 +closepath stroke
  2.4917 +grestore
  2.4918 +% deliver_msglist_host_smtp->smtp_out_open
  2.4919 +gsave
  2.4920 +1 setlinewidth
  2.4921 +solid
  2.4922 +0.000 0.000 0.000 edgecolor
  2.4923 +newpath 2386 1542 moveto
  2.4924 +2402 1542 2419 1542 2436 1542 curveto
  2.4925 +stroke
  2.4926 +0.000 0.000 0.000 edgecolor
  2.4927 +newpath 2436 1545.5 moveto
  2.4928 +2446 1542 lineto
  2.4929 +2436 1538.5 lineto
  2.4930 +closepath fill
  2.4931 +1 setlinewidth
  2.4932 +solid
  2.4933 +0.000 0.000 0.000 edgecolor
  2.4934 +newpath 2436 1545.5 moveto
  2.4935 +2446 1542 lineto
  2.4936 +2436 1538.5 lineto
  2.4937 +closepath stroke
  2.4938 +grestore
  2.4939 +% deliver_msglist_host_smtp->smtp_out_open_child
  2.4940 +gsave
  2.4941 +1 setlinewidth
  2.4942 +solid
  2.4943 +0.000 0.000 0.000 edgecolor
  2.4944 +newpath 2338 1557 moveto
  2.4945 +2371 1564 2411 1573 2445 1580 curveto
  2.4946 +stroke
  2.4947 +0.000 0.000 0.000 edgecolor
  2.4948 +newpath 2444.51 1583.47 moveto
  2.4949 +2455 1582 lineto
  2.4950 +2445.88 1576.61 lineto
  2.4951 +closepath fill
  2.4952 +1 setlinewidth
  2.4953 +solid
  2.4954 +0.000 0.000 0.000 edgecolor
  2.4955 +newpath 2444.51 1583.47 moveto
  2.4956 +2455 1582 lineto
  2.4957 +2445.88 1576.61 lineto
  2.4958 +closepath stroke
  2.4959 +grestore
  2.4960 +% set_heloname
  2.4961 +gsave
  2.4962 +1 setlinewidth
  2.4963 +0.000 0.000 0.000 nodecolor
  2.4964 +2519 1180 63.93 18 ellipse_path stroke
  2.4965 +0.000 0.000 0.000 nodecolor
  2.4966 +grestore
  2.4967 +% deliver_msglist_host_smtp->set_heloname
  2.4968 +gsave
  2.4969 +1 setlinewidth
  2.4970 +solid
  2.4971 +0.000 0.000 0.000 edgecolor
  2.4972 +newpath 2280 1524 moveto
  2.4973 +2301 1485 2351 1390 2386 1307 curveto
  2.4974 +2405 1264 2388 1240 2422 1207 curveto
  2.4975 +2430 1199 2440 1194 2450 1190 curveto
  2.4976 +stroke
  2.4977 +0.000 0.000 0.000 edgecolor
  2.4978 +newpath 2451.43 1193.23 moveto
  2.4979 +2460 1187 lineto
  2.4980 +2449.42 1186.52 lineto
  2.4981 +closepath fill
  2.4982 +1 setlinewidth
  2.4983 +solid
  2.4984 +0.000 0.000 0.000 edgecolor
  2.4985 +newpath 2451.43 1193.23 moveto
  2.4986 +2460 1187 lineto
  2.4987 +2449.42 1186.52 lineto
  2.4988 +closepath stroke
  2.4989 +grestore
  2.4990 +% destroy_smtpbase
  2.4991 +gsave
  2.4992 +1 setlinewidth
  2.4993 +0.000 0.000 0.000 nodecolor
  2.4994 +2519 1126 82.19 18 ellipse_path stroke
  2.4995 +0.000 0.000 0.000 nodecolor
  2.4996 +grestore
  2.4997 +% deliver_msglist_host_smtp->destroy_smtpbase
  2.4998 +gsave
  2.4999 +1 setlinewidth
  2.5000 +solid
  2.5001 +0.000 0.000 0.000 edgecolor
  2.5002 +newpath 2281 1524 moveto
  2.5003 +2303 1485 2356 1391 2386 1307 curveto
  2.5004 +2410 1241 2374 1204 2422 1153 curveto
  2.5005 +2427 1148 2433 1144 2439 1140 curveto
  2.5006 +stroke
  2.5007 +0.000 0.000 0.000 edgecolor
  2.5008 +newpath 2441.02 1142.96 moveto
  2.5009 +2449 1136 lineto
  2.5010 +2438.42 1136.46 lineto
  2.5011 +closepath fill
  2.5012 +1 setlinewidth
  2.5013 +solid
  2.5014 +0.000 0.000 0.000 edgecolor
  2.5015 +newpath 2441.02 1142.96 moveto
  2.5016 +2449 1136 lineto
  2.5017 +2438.42 1136.46 lineto
  2.5018 +closepath stroke
  2.5019 +grestore
  2.5020 +% pop_before_smtp
  2.5021 +gsave
  2.5022 +1 setlinewidth
  2.5023 +0.000 0.000 0.000 nodecolor
  2.5024 +2519 2405 80.8 18 ellipse_path stroke
  2.5025 +0.000 0.000 0.000 nodecolor
  2.5026 +grestore
  2.5027 +% deliver_msglist_host_smtp->pop_before_smtp
  2.5028 +gsave
  2.5029 +1 setlinewidth
  2.5030 +solid
  2.5031 +0.000 0.000 0.000 edgecolor
  2.5032 +newpath 2272 1560 moveto
  2.5033 +2281 1641 2323 1977 2422 2235 curveto
  2.5034 +2443 2289 2479 2346 2500 2379 curveto
  2.5035 +stroke
  2.5036 +0.000 0.000 0.000 edgecolor
  2.5037 +newpath 2497.2 2381.1 moveto
  2.5038 +2506 2387 lineto
  2.5039 +2502.8 2376.9 lineto
  2.5040 +closepath fill
  2.5041 +1 setlinewidth
  2.5042 +solid
  2.5043 +0.000 0.000 0.000 edgecolor
  2.5044 +newpath 2497.2 2381.1 moveto
  2.5045 +2506 2387 lineto
  2.5046 +2502.8 2376.9 lineto
  2.5047 +closepath stroke
  2.5048 +grestore
  2.5049 +% delivery_failures
  2.5050 +gsave
  2.5051 +1 setlinewidth
  2.5052 +0.000 0.000 0.000 nodecolor
  2.5053 +2519 2856 73.85 18 ellipse_path stroke
  2.5054 +0.000 0.000 0.000 nodecolor
  2.5055 +grestore
  2.5056 +% deliver_msglist_host_smtp->delivery_failures
  2.5057 +gsave
  2.5058 +1 setlinewidth
  2.5059 +solid
  2.5060 +0.000 0.000 0.000 edgecolor
  2.5061 +newpath 2274 1560 moveto
  2.5062 +2291 1636 2357 1933 2386 2181 curveto
  2.5063 +2395 2248 2389 2732 2422 2791 curveto
  2.5064 +2433 2811 2452 2825 2471 2835 curveto
  2.5065 +stroke
  2.5066 +0.000 0.000 0.000 edgecolor
  2.5067 +newpath 2469.56 2838.2 moveto
  2.5068 +2480 2840 lineto
  2.5069 +2472.96 2832.08 lineto
  2.5070 +closepath fill
  2.5071 +1 setlinewidth
  2.5072 +solid
  2.5073 +0.000 0.000 0.000 edgecolor
  2.5074 +newpath 2469.56 2838.2 moveto
  2.5075 +2480 2840 lineto
  2.5076 +2472.96 2832.08 lineto
  2.5077 +closepath stroke
  2.5078 +grestore
  2.5079 +% smtp_out_quit
  2.5080 +gsave
  2.5081 +1 setlinewidth
  2.5082 +0.000 0.000 0.000 nodecolor
  2.5083 +2519 1234 68.1 18 ellipse_path stroke
  2.5084 +0.000 0.000 0.000 nodecolor
  2.5085 +grestore
  2.5086 +% deliver_msglist_host_smtp->smtp_out_quit
  2.5087 +gsave
  2.5088 +1 setlinewidth
  2.5089 +solid
  2.5090 +0.000 0.000 0.000 edgecolor
  2.5091 +newpath 2278 1524 moveto
  2.5092 +2302 1469 2378 1303 2422 1266 curveto
  2.5093 +2431 1258 2443 1252 2454 1248 curveto
  2.5094 +stroke
  2.5095 +0.000 0.000 0.000 edgecolor
  2.5096 +newpath 2455.43 1251.23 moveto
  2.5097 +2464 1245 lineto
  2.5098 +2453.42 1244.52 lineto
  2.5099 +closepath fill
  2.5100 +1 setlinewidth
  2.5101 +solid
  2.5102 +0.000 0.000 0.000 edgecolor
  2.5103 +newpath 2455.43 1251.23 moveto
  2.5104 +2464 1245 lineto
  2.5105 +2453.42 1244.52 lineto
  2.5106 +closepath stroke
  2.5107 +grestore
  2.5108 +% pop_before_smtp->resolve_dns_a
  2.5109 +gsave
  2.5110 +1 setlinewidth
  2.5111 +dotted
  2.5112 +0.000 0.000 0.000 edgecolor
  2.5113 +newpath 2598 2410 moveto
  2.5114 +2616 2411 2634 2411 2652 2412 curveto
  2.5115 +2756 2414 2795 2461 2886 2412 curveto
  2.5116 +2912 2398 2898 2373 2922 2358 curveto
  2.5117 +3010 2302 3132 2296 3210 2300 curveto
  2.5118 +stroke
  2.5119 +0.000 0.000 0.000 edgecolor
  2.5120 +newpath 3210 2303.5 moveto
  2.5121 +3220 2300 lineto
  2.5122 +3210 2296.5 lineto
  2.5123 +closepath fill
  2.5124 +1 setlinewidth
  2.5125 +solid
  2.5126 +0.000 0.000 0.000 edgecolor
  2.5127 +newpath 3210 2303.5 moveto
  2.5128 +3220 2300 lineto
  2.5129 +3210 2296.5 lineto
  2.5130 +closepath stroke
  2.5131 +grestore
  2.5132 +% pop_before_smtp->resolve_byname
  2.5133 +gsave
  2.5134 +1 setlinewidth
  2.5135 +dotted
  2.5136 +0.000 0.000 0.000 edgecolor
  2.5137 +newpath 2600 2404 moveto
  2.5138 +2702 2403 2866 2397 2886 2379 curveto
  2.5139 +2972 2298 2836 2196 2922 2117 curveto
  2.5140 +2963 2080 3111 2085 3205 2092 curveto
  2.5141 +stroke
  2.5142 +0.000 0.000 0.000 edgecolor
  2.5143 +newpath 3204.7 2095.49 moveto
  2.5144 +3215 2093 lineto
  2.5145 +3205.4 2088.52 lineto
  2.5146 +closepath fill
  2.5147 +1 setlinewidth
  2.5148 +solid
  2.5149 +0.000 0.000 0.000 edgecolor
  2.5150 +newpath 3204.7 2095.49 moveto
  2.5151 +3215 2093 lineto
  2.5152 +3205.4 2088.52 lineto
  2.5153 +closepath stroke
  2.5154 +grestore
  2.5155 +% pop_before_smtp->read_get_conf
  2.5156 +gsave
  2.5157 +1 setlinewidth
  2.5158 +solid
  2.5159 +0.000 0.000 0.000 edgecolor
  2.5160 +newpath 2563 2420 moveto
  2.5161 +2589 2429 2622 2440 2652 2450 curveto
  2.5162 +2671 2456 2692 2462 2711 2467 curveto
  2.5163 +stroke
  2.5164 +0.000 0.000 0.000 edgecolor
  2.5165 +newpath 2710.51 2470.47 moveto
  2.5166 +2721 2469 lineto
  2.5167 +2711.88 2463.61 lineto
  2.5168 +closepath fill
  2.5169 +1 setlinewidth
  2.5170 +solid
  2.5171 +0.000 0.000 0.000 edgecolor
  2.5172 +newpath 2710.51 2470.47 moveto
  2.5173 +2721 2469 lineto
  2.5174 +2711.88 2463.61 lineto
  2.5175 +closepath stroke
  2.5176 +grestore
  2.5177 +% delivery_failures->fail_msg
  2.5178 +gsave
  2.5179 +1 setlinewidth
  2.5180 +solid
  2.5181 +0.000 0.000 0.000 edgecolor
  2.5182 +newpath 2579 2867 moveto
  2.5183 +2654 2878 2785 2887 2886 2845 curveto
  2.5184 +2943 2820 2990 2763 3014 2730 curveto
  2.5185 +stroke
  2.5186 +0.000 0.000 0.000 edgecolor
  2.5187 +newpath 3017.37 2731.26 moveto
  2.5188 +3020 2721 lineto
  2.5189 +3011.54 2727.38 lineto
  2.5190 +closepath fill
  2.5191 +1 setlinewidth
  2.5192 +solid
  2.5193 +0.000 0.000 0.000 edgecolor
  2.5194 +newpath 3017.37 2731.26 moveto
  2.5195 +3020 2721 lineto
  2.5196 +3011.54 2727.38 lineto
  2.5197 +closepath stroke
  2.5198 +grestore
  2.5199 +% warn_msg
  2.5200 +gsave
  2.5201 +1 setlinewidth
  2.5202 +0.000 0.000 0.000 nodecolor
  2.5203 +2769 2964 50.92 18 ellipse_path stroke
  2.5204 +0.000 0.000 0.000 nodecolor
  2.5205 +grestore
  2.5206 +% delivery_failures->warn_msg
  2.5207 +gsave
  2.5208 +1 setlinewidth
  2.5209 +solid
  2.5210 +0.000 0.000 0.000 edgecolor
  2.5211 +newpath 2581 2866 moveto
  2.5212 +2594 2870 2606 2875 2616 2883 curveto
  2.5213 +2640 2899 2629 2920 2652 2937 curveto
  2.5214 +2668 2948 2689 2955 2708 2959 curveto
  2.5215 +stroke
  2.5216 +0.000 0.000 0.000 edgecolor
  2.5217 +newpath 2707.51 2962.47 moveto
  2.5218 +2718 2961 lineto
  2.5219 +2708.88 2955.61 lineto
  2.5220 +closepath fill
  2.5221 +1 setlinewidth
  2.5222 +solid
  2.5223 +0.000 0.000 0.000 edgecolor
  2.5224 +newpath 2707.51 2962.47 moveto
  2.5225 +2718 2961 lineto
  2.5226 +2708.88 2955.61 lineto
  2.5227 +closepath stroke
  2.5228 +grestore
  2.5229 +% table_find_fnmatch
  2.5230 +gsave
  2.5231 +1 setlinewidth
  2.5232 +0.000 0.000 0.000 nodecolor
  2.5233 +3537 1788 86.17 18 ellipse_path stroke
  2.5234 +0.000 0.000 0.000 nodecolor
  2.5235 +grestore
  2.5236 +% table_find_fnmatch->table_find_func
  2.5237 +gsave
  2.5238 +1 setlinewidth
  2.5239 +solid
  2.5240 +0.000 0.000 0.000 edgecolor
  2.5241 +newpath 3543 1806 moveto
  2.5242 +3562 1860 3617 2028 3646 2171 curveto
  2.5243 +3748 2677 3794 3308 3803 3449 curveto
  2.5244 +stroke
  2.5245 +0.000 0.000 0.000 edgecolor
  2.5246 +newpath 3799.52 3449.4 moveto
  2.5247 +3804 3459 lineto
  2.5248 +3806.49 3448.7 lineto
  2.5249 +closepath fill
  2.5250 +1 setlinewidth
  2.5251 +solid
  2.5252 +0.000 0.000 0.000 edgecolor
  2.5253 +newpath 3799.52 3449.4 moveto
  2.5254 +3804 3459 lineto
  2.5255 +3806.49 3448.7 lineto
  2.5256 +closepath stroke
  2.5257 +grestore
  2.5258 +% fnmatch0
  2.5259 +gsave
  2.5260 +1 setlinewidth
  2.5261 +0.000 0.000 0.000 nodecolor
  2.5262 +3805 1788 46.75 18 ellipse_path stroke
  2.5263 +0.000 0.000 0.000 nodecolor
  2.5264 +grestore
  2.5265 +% table_find_fnmatch->fnmatch0
  2.5266 +gsave
  2.5267 +1 setlinewidth
  2.5268 +dotted
  2.5269 +0.000 0.000 0.000 edgecolor
  2.5270 +newpath 3623 1788 moveto
  2.5271 +3664 1788 3711 1788 3747 1788 curveto
  2.5272 +stroke
  2.5273 +0.000 0.000 0.000 edgecolor
  2.5274 +newpath 3747 1791.5 moveto
  2.5275 +3757 1788 lineto
  2.5276 +3747 1784.5 lineto
  2.5277 +closepath fill
  2.5278 +1 setlinewidth
  2.5279 +solid
  2.5280 +0.000 0.000 0.000 edgecolor
  2.5281 +newpath 3747 1791.5 moveto
  2.5282 +3757 1788 lineto
  2.5283 +3747 1784.5 lineto
  2.5284 +closepath stroke
  2.5285 +grestore
  2.5286 +% read_domain
  2.5287 +gsave
  2.5288 +1 setlinewidth
  2.5289 +0.000 0.000 0.000 nodecolor
  2.5290 +4294 1620 61.84 18 ellipse_path stroke
  2.5291 +0.000 0.000 0.000 nodecolor
  2.5292 +grestore
  2.5293 +% parse_address_rfc821->read_domain
  2.5294 +gsave
  2.5295 +1 setlinewidth
  2.5296 +solid
  2.5297 +0.000 0.000 0.000 edgecolor
  2.5298 +newpath 4123 1580 moveto
  2.5299 +4158 1588 4201 1598 4236 1607 curveto
  2.5300 +stroke
  2.5301 +0.000 0.000 0.000 edgecolor
  2.5302 +newpath 4235.51 1610.47 moveto
  2.5303 +4246 1609 lineto
  2.5304 +4236.88 1603.61 lineto
  2.5305 +closepath fill
  2.5306 +1 setlinewidth
  2.5307 +solid
  2.5308 +0.000 0.000 0.000 edgecolor
  2.5309 +newpath 4235.51 1610.47 moveto
  2.5310 +4246 1609 lineto
  2.5311 +4236.88 1603.61 lineto
  2.5312 +closepath stroke
  2.5313 +grestore
  2.5314 +% read_word_with_dots
  2.5315 +gsave
  2.5316 +1 setlinewidth
  2.5317 +0.000 0.000 0.000 nodecolor
  2.5318 +4294 1566 96.78 18 ellipse_path stroke
  2.5319 +0.000 0.000 0.000 nodecolor
  2.5320 +grestore
  2.5321 +% parse_address_rfc821->read_word_with_dots
  2.5322 +gsave
  2.5323 +1 setlinewidth
  2.5324 +solid
  2.5325 +0.000 0.000 0.000 edgecolor
  2.5326 +newpath 4160 1566 moveto
  2.5327 +4169 1566 4177 1566 4186 1566 curveto
  2.5328 +stroke
  2.5329 +0.000 0.000 0.000 edgecolor
  2.5330 +newpath 4186 1569.5 moveto
  2.5331 +4196 1566 lineto
  2.5332 +4186 1562.5 lineto
  2.5333 +closepath fill
  2.5334 +1 setlinewidth
  2.5335 +solid
  2.5336 +0.000 0.000 0.000 edgecolor
  2.5337 +newpath 4186 1569.5 moveto
  2.5338 +4196 1566 lineto
  2.5339 +4186 1562.5 lineto
  2.5340 +closepath stroke
  2.5341 +grestore
  2.5342 +% parse_address_rfc822->skip_comment
  2.5343 +gsave
  2.5344 +1 setlinewidth
  2.5345 +solid
  2.5346 +0.000 0.000 0.000 edgecolor
  2.5347 +newpath 4123 1634 moveto
  2.5348 +4157 1642 4199 1652 4233 1660 curveto
  2.5349 +stroke
  2.5350 +0.000 0.000 0.000 edgecolor
  2.5351 +newpath 4232.51 1663.47 moveto
  2.5352 +4243 1662 lineto
  2.5353 +4233.88 1656.61 lineto
  2.5354 +closepath fill
  2.5355 +1 setlinewidth
  2.5356 +solid
  2.5357 +0.000 0.000 0.000 edgecolor
  2.5358 +newpath 4232.51 1663.47 moveto
  2.5359 +4243 1662 lineto
  2.5360 +4233.88 1656.61 lineto
  2.5361 +closepath stroke
  2.5362 +grestore
  2.5363 +% parse_address_rfc822->read_domain
  2.5364 +gsave
  2.5365 +1 setlinewidth
  2.5366 +solid
  2.5367 +0.000 0.000 0.000 edgecolor
  2.5368 +newpath 4160 1620 moveto
  2.5369 +4180 1620 4202 1620 4222 1620 curveto
  2.5370 +stroke
  2.5371 +0.000 0.000 0.000 edgecolor
  2.5372 +newpath 4222 1623.5 moveto
  2.5373 +4232 1620 lineto
  2.5374 +4222 1616.5 lineto
  2.5375 +closepath fill
  2.5376 +1 setlinewidth
  2.5377 +solid
  2.5378 +0.000 0.000 0.000 edgecolor
  2.5379 +newpath 4222 1623.5 moveto
  2.5380 +4232 1620 lineto
  2.5381 +4222 1616.5 lineto
  2.5382 +closepath stroke
  2.5383 +grestore
  2.5384 +% parse_address_rfc822->read_word_with_dots
  2.5385 +gsave
  2.5386 +1 setlinewidth
  2.5387 +solid
  2.5388 +0.000 0.000 0.000 edgecolor
  2.5389 +newpath 4123 1606 moveto
  2.5390 +4154 1599 4192 1590 4224 1582 curveto
  2.5391 +stroke
  2.5392 +0.000 0.000 0.000 edgecolor
  2.5393 +newpath 4224.88 1585.39 moveto
  2.5394 +4234 1580 lineto
  2.5395 +4223.51 1578.53 lineto
  2.5396 +closepath fill
  2.5397 +1 setlinewidth
  2.5398 +solid
  2.5399 +0.000 0.000 0.000 edgecolor
  2.5400 +newpath 4224.88 1585.39 moveto
  2.5401 +4234 1580 lineto
  2.5402 +4223.51 1578.53 lineto
  2.5403 +closepath stroke
  2.5404 +grestore
  2.5405 +% table_find_case
  2.5406 +gsave
  2.5407 +1 setlinewidth
  2.5408 +0.000 0.000 0.000 nodecolor
  2.5409 +3537 3504 71.77 18 ellipse_path stroke
  2.5410 +0.000 0.000 0.000 nodecolor
  2.5411 +grestore
  2.5412 +% table_find_case->table_find_func
  2.5413 +gsave
  2.5414 +1 setlinewidth
  2.5415 +solid
  2.5416 +0.000 0.000 0.000 edgecolor
  2.5417 +newpath 3604 3497 moveto
  2.5418 +3642 3493 3689 3489 3727 3485 curveto
  2.5419 +stroke
  2.5420 +0.000 0.000 0.000 edgecolor
  2.5421 +newpath 3727.4 3488.48 moveto
  2.5422 +3737 3484 lineto
  2.5423 +3726.7 3481.51 lineto
  2.5424 +closepath fill
  2.5425 +1 setlinewidth
  2.5426 +solid
  2.5427 +0.000 0.000 0.000 edgecolor
  2.5428 +newpath 3727.4 3488.48 moveto
  2.5429 +3737 3484 lineto
  2.5430 +3726.7 3481.51 lineto
  2.5431 +closepath stroke
  2.5432 +grestore
  2.5433 +% destroy_msg_list
  2.5434 +gsave
  2.5435 +1 setlinewidth
  2.5436 +0.000 0.000 0.000 nodecolor
  2.5437 +578 2125 77.83 18 ellipse_path stroke
  2.5438 +0.000 0.000 0.000 nodecolor
  2.5439 +grestore
  2.5440 +% destroy_msg_list->destroy_message
  2.5441 +gsave
  2.5442 +1 setlinewidth
  2.5443 +solid
  2.5444 +0.000 0.000 0.000 edgecolor
  2.5445 +newpath 622 2110 moveto
  2.5446 +650 2101 687 2089 716 2078 curveto
  2.5447 +stroke
  2.5448 +0.000 0.000 0.000 edgecolor
  2.5449 +newpath 717.43 2081.23 moveto
  2.5450 +726 2075 lineto
  2.5451 +715.42 2074.52 lineto
  2.5452 +closepath fill
  2.5453 +1 setlinewidth
  2.5454 +solid
  2.5455 +0.000 0.000 0.000 edgecolor
  2.5456 +newpath 717.43 2081.23 moveto
  2.5457 +726 2075 lineto
  2.5458 +715.42 2074.52 lineto
  2.5459 +closepath stroke
  2.5460 +grestore
  2.5461 +% warn_msg->fail_msg
  2.5462 +gsave
  2.5463 +1 setlinewidth
  2.5464 +solid
  2.5465 +0.000 0.000 0.000 edgecolor
  2.5466 +newpath 2820 2961 moveto
  2.5467 +2842 2958 2867 2951 2886 2937 curveto
  2.5468 +2961 2884 3004 2781 3022 2732 curveto
  2.5469 +stroke
  2.5470 +0.000 0.000 0.000 edgecolor
  2.5471 +newpath 3025.48 2732.58 moveto
  2.5472 +3025 2722 lineto
  2.5473 +3018.77 2730.57 lineto
  2.5474 +closepath fill
  2.5475 +1 setlinewidth
  2.5476 +solid
  2.5477 +0.000 0.000 0.000 edgecolor
  2.5478 +newpath 3025.48 2732.58 moveto
  2.5479 +3025 2722 lineto
  2.5480 +3018.77 2730.57 lineto
  2.5481 +closepath stroke
  2.5482 +grestore
  2.5483 +% warn_msg->time_interval
  2.5484 +gsave
  2.5485 +1 setlinewidth
  2.5486 +solid
  2.5487 +0.000 0.000 0.000 edgecolor
  2.5488 +newpath 2817 2971 moveto
  2.5489 +2859 2978 2920 2986 2966 2993 curveto
  2.5490 +stroke
  2.5491 +0.000 0.000 0.000 edgecolor
  2.5492 +newpath 2965.7 2996.49 moveto
  2.5493 +2976 2994 lineto
  2.5494 +2966.4 2989.52 lineto
  2.5495 +closepath fill
  2.5496 +1 setlinewidth
  2.5497 +solid
  2.5498 +0.000 0.000 0.000 edgecolor
  2.5499 +newpath 2965.7 2996.49 moveto
  2.5500 +2976 2994 lineto
  2.5501 +2966.4 2989.52 lineto
  2.5502 +closepath stroke
  2.5503 +grestore
  2.5504 +% deliver_msglist_host
  2.5505 +gsave
  2.5506 +1 setlinewidth
  2.5507 +0.000 0.000 0.000 nodecolor
  2.5508 +1993 2412 91.03 18 ellipse_path stroke
  2.5509 +0.000 0.000 0.000 nodecolor
  2.5510 +grestore
  2.5511 +% deliver_msglist_host->deliver_msglist_host_smtp
  2.5512 +gsave
  2.5513 +1 setlinewidth
  2.5514 +solid
  2.5515 +0.000 0.000 0.000 edgecolor
  2.5516 +newpath 2081 2407 moveto
  2.5517 +2095 2403 2108 2396 2118 2385 curveto
  2.5518 +2155 2346 2145 2200 2154 2148 curveto
  2.5519 +2192 1924 2246 1656 2264 1570 curveto
  2.5520 +stroke
  2.5521 +0.000 0.000 0.000 edgecolor
  2.5522 +newpath 2267.47 1570.49 moveto
  2.5523 +2266 1560 lineto
  2.5524 +2260.61 1569.12 lineto
  2.5525 +closepath fill
  2.5526 +1 setlinewidth
  2.5527 +solid
  2.5528 +0.000 0.000 0.000 edgecolor
  2.5529 +newpath 2267.47 1570.49 moveto
  2.5530 +2266 1560 lineto
  2.5531 +2260.61 1569.12 lineto
  2.5532 +closepath stroke
  2.5533 +grestore
  2.5534 +% deliver_msglist_host_pipe
  2.5535 +gsave
  2.5536 +1 setlinewidth
  2.5537 +0.000 0.000 0.000 nodecolor
  2.5538 +2270 2906 112.07 18 ellipse_path stroke
  2.5539 +0.000 0.000 0.000 nodecolor
  2.5540 +grestore
  2.5541 +% deliver_msglist_host->deliver_msglist_host_pipe
  2.5542 +gsave
  2.5543 +1 setlinewidth
  2.5544 +solid
  2.5545 +0.000 0.000 0.000 edgecolor
  2.5546 +newpath 2081 2417 moveto
  2.5547 +2095 2421 2108 2428 2118 2439 curveto
  2.5548 +2161 2485 2134 2659 2154 2718 curveto
  2.5549 +2176 2781 2222 2845 2249 2880 curveto
  2.5550 +stroke
  2.5551 +0.000 0.000 0.000 edgecolor
  2.5552 +newpath 2246.2 2882.1 moveto
  2.5553 +2255 2888 lineto
  2.5554 +2251.8 2877.9 lineto
  2.5555 +closepath fill
  2.5556 +1 setlinewidth
  2.5557 +solid
  2.5558 +0.000 0.000 0.000 edgecolor
  2.5559 +newpath 2246.2 2882.1 moveto
  2.5560 +2255 2888 lineto
  2.5561 +2251.8 2877.9 lineto
  2.5562 +closepath stroke
  2.5563 +grestore
  2.5564 +% deliver_msglist_host_pipe->msg_free_data
  2.5565 +gsave
  2.5566 +1 setlinewidth
  2.5567 +solid
  2.5568 +0.000 0.000 0.000 edgecolor
  2.5569 +newpath 2339 2920 moveto
  2.5570 +2365 2926 2395 2932 2422 2937 curveto
  2.5571 +2508 2953 2534 2940 2616 2970 curveto
  2.5572 +2634 2976 2635 2984 2652 2991 curveto
  2.5573 +2653 2991 2922 3028 2922 3029 curveto
  2.5574 +3019 3035 3066 3091 3140 3029 curveto
  2.5575 +3209 2971 3115 2895 3176 2830 curveto
  2.5576 +3185 2821 3196 2814 3207 2810 curveto
  2.5577 +stroke
  2.5578 +0.000 0.000 0.000 edgecolor
  2.5579 +newpath 3208.43 2813.23 moveto
  2.5580 +3217 2807 lineto
  2.5581 +3206.42 2806.52 lineto
  2.5582 +closepath fill
  2.5583 +1 setlinewidth
  2.5584 +solid
  2.5585 +0.000 0.000 0.000 edgecolor
  2.5586 +newpath 3208.43 2813.23 moveto
  2.5587 +3217 2807 lineto
  2.5588 +3206.42 2806.52 lineto
  2.5589 +closepath stroke
  2.5590 +grestore
  2.5591 +% deliver_msglist_host_pipe->deliver_finish
  2.5592 +gsave
  2.5593 +1 setlinewidth
  2.5594 +solid
  2.5595 +0.000 0.000 0.000 edgecolor
  2.5596 +newpath 2285 2888 moveto
  2.5597 +2311 2856 2364 2786 2386 2718 curveto
  2.5598 +2443 2547 2351 2480 2422 2316 curveto
  2.5599 +2437 2282 2467 2251 2489 2231 curveto
  2.5600 +stroke
  2.5601 +0.000 0.000 0.000 edgecolor
  2.5602 +newpath 2491.1 2233.8 moveto
  2.5603 +2497 2225 lineto
  2.5604 +2486.9 2228.2 lineto
  2.5605 +closepath fill
  2.5606 +1 setlinewidth
  2.5607 +solid
  2.5608 +0.000 0.000 0.000 edgecolor
  2.5609 +newpath 2491.1 2233.8 moveto
  2.5610 +2497 2225 lineto
  2.5611 +2486.9 2228.2 lineto
  2.5612 +closepath stroke
  2.5613 +grestore
  2.5614 +% deliver_msglist_host_pipe->destroy_table
  2.5615 +gsave
  2.5616 +1 setlinewidth
  2.5617 +solid
  2.5618 +0.000 0.000 0.000 edgecolor
  2.5619 +newpath 2289 2924 moveto
  2.5620 +2315 2950 2361 2999 2386 3050 curveto
  2.5621 +2416 3109 2376 3147 2422 3196 curveto
  2.5622 +2530 3308 3021 3322 3210 3322 curveto
  2.5623 +stroke
  2.5624 +0.000 0.000 0.000 edgecolor
  2.5625 +newpath 3210 3325.5 moveto
  2.5626 +3220 3322 lineto
  2.5627 +3210 3318.5 lineto
  2.5628 +closepath fill
  2.5629 +1 setlinewidth
  2.5630 +solid
  2.5631 +0.000 0.000 0.000 edgecolor
  2.5632 +newpath 3210 3325.5 moveto
  2.5633 +3220 3322 lineto
  2.5634 +3210 3318.5 lineto
  2.5635 +closepath stroke
  2.5636 +grestore
  2.5637 +% deliver_msglist_host_pipe->spool_read_data
  2.5638 +gsave
  2.5639 +1 setlinewidth
  2.5640 +solid
  2.5641 +0.000 0.000 0.000 edgecolor
  2.5642 +newpath 2285 2888 moveto
  2.5643 +2311 2856 2363 2786 2386 2718 curveto
  2.5644 +2436 2574 2340 2505 2422 2378 curveto
  2.5645 +2477 2294 2562 2348 2616 2265 curveto
  2.5646 +2692 2150 2574 2071 2652 1959 curveto
  2.5647 +2719 1863 2819 1936 2886 1842 curveto
  2.5648 +2953 1749 2842 1669 2922 1588 curveto
  2.5649 +2991 1518 3047 1584 3140 1554 curveto
  2.5650 +3158 1548 3159 1541 3176 1535 curveto
  2.5651 +3187 1531 3199 1528 3211 1525 curveto
  2.5652 +stroke
  2.5653 +0.000 0.000 0.000 edgecolor
  2.5654 +newpath 3212.43 1528.23 moveto
  2.5655 +3221 1522 lineto
  2.5656 +3210.42 1521.52 lineto
  2.5657 +closepath fill
  2.5658 +1 setlinewidth
  2.5659 +solid
  2.5660 +0.000 0.000 0.000 edgecolor
  2.5661 +newpath 3212.43 1528.23 moveto
  2.5662 +3221 1522 lineto
  2.5663 +3210.42 1521.52 lineto
  2.5664 +closepath stroke
  2.5665 +grestore
  2.5666 +% deliver_msglist_host_pipe->var_table_msg
  2.5667 +gsave
  2.5668 +1 setlinewidth
  2.5669 +solid
  2.5670 +0.000 0.000 0.000 edgecolor
  2.5671 +newpath 2306 2923 moveto
  2.5672 +2337 2937 2382 2957 2422 2970 curveto
  2.5673 +2507 2996 2531 2990 2616 3013 curveto
  2.5674 +2633 3017 2636 3020 2652 3024 curveto
  2.5675 +2771 3050 2802 3053 2922 3062 curveto
  2.5676 +3019 3068 3055 3106 3140 3062 curveto
  2.5677 +3213 3024 3257 2931 3275 2884 curveto
  2.5678 +stroke
  2.5679 +0.000 0.000 0.000 edgecolor
  2.5680 +newpath 3278.16 2885.59 moveto
  2.5681 +3278 2875 lineto
  2.5682 +3271.52 2883.38 lineto
  2.5683 +closepath fill
  2.5684 +1 setlinewidth
  2.5685 +solid
  2.5686 +0.000 0.000 0.000 edgecolor
  2.5687 +newpath 3278.16 2885.59 moveto
  2.5688 +3278 2875 lineto
  2.5689 +3271.52 2883.38 lineto
  2.5690 +closepath stroke
  2.5691 +grestore
  2.5692 +% deliver_msglist_host_pipe->expand
  2.5693 +gsave
  2.5694 +1 setlinewidth
  2.5695 +solid
  2.5696 +0.000 0.000 0.000 edgecolor
  2.5697 +newpath 2288 2924 moveto
  2.5698 +2313 2950 2357 3001 2386 3050 curveto
  2.5699 +2408 3086 2389 3111 2422 3138 curveto
  2.5700 +2673 3337 3105 3236 3241 3198 curveto
  2.5701 +stroke
  2.5702 +0.000 0.000 0.000 edgecolor
  2.5703 +newpath 3242.43 3201.23 moveto
  2.5704 +3251 3195 lineto
  2.5705 +3240.42 3194.52 lineto
  2.5706 +closepath fill
  2.5707 +1 setlinewidth
  2.5708 +solid
  2.5709 +0.000 0.000 0.000 edgecolor
  2.5710 +newpath 3242.43 3201.23 moveto
  2.5711 +3251 3195 lineto
  2.5712 +3240.42 3194.52 lineto
  2.5713 +closepath stroke
  2.5714 +grestore
  2.5715 +% deliver_msglist_host_pipe->pipe_out
  2.5716 +gsave
  2.5717 +1 setlinewidth
  2.5718 +solid
  2.5719 +0.000 0.000 0.000 edgecolor
  2.5720 +newpath 2301 2889 moveto
  2.5721 +2347 2863 2435 2812 2484 2784 curveto
  2.5722 +stroke
  2.5723 +0.000 0.000 0.000 edgecolor
  2.5724 +newpath 2485.96 2786.92 moveto
  2.5725 +2493 2779 lineto
  2.5726 +2482.56 2780.8 lineto
  2.5727 +closepath fill
  2.5728 +1 setlinewidth
  2.5729 +solid
  2.5730 +0.000 0.000 0.000 edgecolor
  2.5731 +newpath 2485.96 2786.92 moveto
  2.5732 +2493 2779 lineto
  2.5733 +2482.56 2780.8 lineto
  2.5734 +closepath stroke
  2.5735 +grestore
  2.5736 +% deliver_msglist_host_pipe->delivery_failures
  2.5737 +gsave
  2.5738 +1 setlinewidth
  2.5739 +solid
  2.5740 +0.000 0.000 0.000 edgecolor
  2.5741 +newpath 2340 2892 moveto
  2.5742 +2375 2885 2417 2877 2451 2870 curveto
  2.5743 +stroke
  2.5744 +0.000 0.000 0.000 edgecolor
  2.5745 +newpath 2451.88 2873.39 moveto
  2.5746 +2461 2868 lineto
  2.5747 +2450.51 2866.53 lineto
  2.5748 +closepath fill
  2.5749 +1 setlinewidth
  2.5750 +solid
  2.5751 +0.000 0.000 0.000 edgecolor
  2.5752 +newpath 2451.88 2873.39 moveto
  2.5753 +2461 2868 lineto
  2.5754 +2450.51 2866.53 lineto
  2.5755 +closepath stroke
  2.5756 +grestore
  2.5757 +% var_table_rcpt
  2.5758 +gsave
  2.5759 +1 setlinewidth
  2.5760 +0.000 0.000 0.000 nodecolor
  2.5761 +2519 3040 66.9 18 ellipse_path stroke
  2.5762 +0.000 0.000 0.000 nodecolor
  2.5763 +grestore
  2.5764 +% deliver_msglist_host_pipe->var_table_rcpt
  2.5765 +gsave
  2.5766 +1 setlinewidth
  2.5767 +solid
  2.5768 +0.000 0.000 0.000 edgecolor
  2.5769 +newpath 2293 2924 moveto
  2.5770 +2321 2946 2373 2984 2422 3008 curveto
  2.5771 +2435 3014 2449 3019 2462 3024 curveto
  2.5772 +stroke
  2.5773 +0.000 0.000 0.000 edgecolor
  2.5774 +newpath 2461.42 3027.48 moveto
  2.5775 +2472 3027 lineto
  2.5776 +2463.43 3020.77 lineto
  2.5777 +closepath fill
  2.5778 +1 setlinewidth
  2.5779 +solid
  2.5780 +0.000 0.000 0.000 edgecolor
  2.5781 +newpath 2461.42 3027.48 moveto
  2.5782 +2472 3027 lineto
  2.5783 +2463.43 3020.77 lineto
  2.5784 +closepath stroke
  2.5785 +grestore
  2.5786 +% get_all
  2.5787 +gsave
  2.5788 +1 setlinewidth
  2.5789 +0.000 0.000 0.000 nodecolor
  2.5790 +961 2702 36.13 18 ellipse_path stroke
  2.5791 +0.000 0.000 0.000 nodecolor
  2.5792 +grestore
  2.5793 +% get_all->get_from_file
  2.5794 +gsave
  2.5795 +1 setlinewidth
  2.5796 +solid
  2.5797 +0.000 0.000 0.000 edgecolor
  2.5798 +newpath 967 2720 moveto
  2.5799 +981 2765 1019 2891 1036 2999 curveto
  2.5800 +1045 3051 1034 3441 1072 3478 curveto
  2.5801 +1114 3518 1282 3503 1376 3491 curveto
  2.5802 +stroke
  2.5803 +0.000 0.000 0.000 edgecolor
  2.5804 +newpath 1376.4 3494.48 moveto
  2.5805 +1386 3490 lineto
  2.5806 +1375.7 3487.51 lineto
  2.5807 +closepath fill
  2.5808 +1 setlinewidth
  2.5809 +solid
  2.5810 +0.000 0.000 0.000 edgecolor
  2.5811 +newpath 1376.4 3494.48 moveto
  2.5812 +1386 3490 lineto
  2.5813 +1375.7 3487.51 lineto
  2.5814 +closepath stroke
  2.5815 +grestore
  2.5816 +% read_route_list->set_euidgid
  2.5817 +gsave
  2.5818 +1 setlinewidth
  2.5819 +solid
  2.5820 +0.000 0.000 0.000 edgecolor
  2.5821 +newpath 1455 2034 moveto
  2.5822 +1519 1942 1826 1518 2154 1253 curveto
  2.5823 +2349 1095 2425 1092 2652 986 curveto
  2.5824 +2772 931 2916 869 2987 839 curveto
  2.5825 +stroke
  2.5826 +0.000 0.000 0.000 edgecolor
  2.5827 +newpath 2989.02 841.96 moveto
  2.5828 +2997 835 lineto
  2.5829 +2986.42 835.46 lineto
  2.5830 +closepath fill
  2.5831 +1 setlinewidth
  2.5832 +solid
  2.5833 +0.000 0.000 0.000 edgecolor
  2.5834 +newpath 2989.02 841.96 moveto
  2.5835 +2997 835 lineto
  2.5836 +2986.42 835.46 lineto
  2.5837 +closepath stroke
  2.5838 +grestore
  2.5839 +% read_route_list->read_route
  2.5840 +gsave
  2.5841 +1 setlinewidth
  2.5842 +solid
  2.5843 +0.000 0.000 0.000 edgecolor
  2.5844 +newpath 1506 2045 moveto
  2.5845 +1609 2035 1817 2016 1993 2016 curveto
  2.5846 +1993 2016 1993 2016 2270 2016 curveto
  2.5847 +2439 2016 2634 2072 2721 2100 curveto
  2.5848 +stroke
  2.5849 +0.000 0.000 0.000 edgecolor
  2.5850 +newpath 2720.42 2103.48 moveto
  2.5851 +2731 2103 lineto
  2.5852 +2722.43 2096.77 lineto
  2.5853 +closepath fill
  2.5854 +1 setlinewidth
  2.5855 +solid
  2.5856 +0.000 0.000 0.000 edgecolor
  2.5857 +newpath 2720.42 2103.48 moveto
  2.5858 +2731 2103 lineto
  2.5859 +2722.43 2096.77 lineto
  2.5860 +closepath stroke
  2.5861 +grestore
  2.5862 +% smtp_deliver
  2.5863 +gsave
  2.5864 +1 setlinewidth
  2.5865 +0.000 0.000 0.000 nodecolor
  2.5866 +2270 1280 61.15 18 ellipse_path stroke
  2.5867 +0.000 0.000 0.000 nodecolor
  2.5868 +grestore
  2.5869 +% smtp_deliver->smtp_out_init
  2.5870 +gsave
  2.5871 +1 setlinewidth
  2.5872 +solid
  2.5873 +0.000 0.000 0.000 edgecolor
  2.5874 +newpath 2322 1290 moveto
  2.5875 +2361 1296 2414 1306 2455 1314 curveto
  2.5876 +stroke
  2.5877 +0.000 0.000 0.000 edgecolor
  2.5878 +newpath 2454.51 1317.47 moveto
  2.5879 +2465 1316 lineto
  2.5880 +2455.88 1310.61 lineto
  2.5881 +closepath fill
  2.5882 +1 setlinewidth
  2.5883 +solid
  2.5884 +0.000 0.000 0.000 edgecolor
  2.5885 +newpath 2454.51 1317.47 moveto
  2.5886 +2465 1316 lineto
  2.5887 +2455.88 1310.61 lineto
  2.5888 +closepath stroke
  2.5889 +grestore
  2.5890 +% smtp_deliver->smtp_out_msg
  2.5891 +gsave
  2.5892 +1 setlinewidth
  2.5893 +solid
  2.5894 +0.000 0.000 0.000 edgecolor
  2.5895 +newpath 2286 1297 moveto
  2.5896 +2312 1325 2367 1378 2422 1407 curveto
  2.5897 +2432 1412 2444 1417 2455 1420 curveto
  2.5898 +stroke
  2.5899 +0.000 0.000 0.000 edgecolor
  2.5900 +newpath 2454.42 1423.48 moveto
  2.5901 +2465 1423 lineto
  2.5902 +2456.43 1416.77 lineto
  2.5903 +closepath fill
  2.5904 +1 setlinewidth
  2.5905 +solid
  2.5906 +0.000 0.000 0.000 edgecolor
  2.5907 +newpath 2454.42 1423.48 moveto
  2.5908 +2465 1423 lineto
  2.5909 +2456.43 1416.77 lineto
  2.5910 +closepath stroke
  2.5911 +grestore
  2.5912 +% smtp_deliver->smtp_out_open
  2.5913 +gsave
  2.5914 +1 setlinewidth
  2.5915 +solid
  2.5916 +0.000 0.000 0.000 edgecolor
  2.5917 +newpath 2283 1298 moveto
  2.5918 +2309 1331 2366 1405 2422 1461 curveto
  2.5919 +2443 1481 2469 1503 2489 1519 curveto
  2.5920 +stroke
  2.5921 +0.000 0.000 0.000 edgecolor
  2.5922 +newpath 2486.9 1521.8 moveto
  2.5923 +2497 1525 lineto
  2.5924 +2491.1 1516.2 lineto
  2.5925 +closepath fill
  2.5926 +1 setlinewidth
  2.5927 +solid
  2.5928 +0.000 0.000 0.000 edgecolor
  2.5929 +newpath 2486.9 1521.8 moveto
  2.5930 +2497 1525 lineto
  2.5931 +2491.1 1516.2 lineto
  2.5932 +closepath stroke
  2.5933 +grestore
  2.5934 +% smtp_deliver->set_heloname
  2.5935 +gsave
  2.5936 +1 setlinewidth
  2.5937 +solid
  2.5938 +0.000 0.000 0.000 edgecolor
  2.5939 +newpath 2299 1264 moveto
  2.5940 +2330 1248 2378 1224 2422 1207 curveto
  2.5941 +2435 1202 2448 1198 2461 1195 curveto
  2.5942 +stroke
  2.5943 +0.000 0.000 0.000 edgecolor
  2.5944 +newpath 2462.43 1198.23 moveto
  2.5945 +2471 1192 lineto
  2.5946 +2460.42 1191.52 lineto
  2.5947 +closepath fill
  2.5948 +1 setlinewidth
  2.5949 +solid
  2.5950 +0.000 0.000 0.000 edgecolor
  2.5951 +newpath 2462.43 1198.23 moveto
  2.5952 +2471 1192 lineto
  2.5953 +2460.42 1191.52 lineto
  2.5954 +closepath stroke
  2.5955 +grestore
  2.5956 +% smtp_deliver->destroy_smtpbase
  2.5957 +gsave
  2.5958 +1 setlinewidth
  2.5959 +solid
  2.5960 +0.000 0.000 0.000 edgecolor
  2.5961 +newpath 2286 1263 moveto
  2.5962 +2312 1235 2367 1182 2422 1153 curveto
  2.5963 +2431 1148 2441 1145 2450 1142 curveto
  2.5964 +stroke
  2.5965 +0.000 0.000 0.000 edgecolor
  2.5966 +newpath 2451.43 1145.23 moveto
  2.5967 +2460 1139 lineto
  2.5968 +2449.42 1138.52 lineto
  2.5969 +closepath fill
  2.5970 +1 setlinewidth
  2.5971 +solid
  2.5972 +0.000 0.000 0.000 edgecolor
  2.5973 +newpath 2451.43 1145.23 moveto
  2.5974 +2460 1139 lineto
  2.5975 +2449.42 1138.52 lineto
  2.5976 +closepath stroke
  2.5977 +grestore
  2.5978 +% smtp_deliver->smtp_out_quit
  2.5979 +gsave
  2.5980 +1 setlinewidth
  2.5981 +solid
  2.5982 +0.000 0.000 0.000 edgecolor
  2.5983 +newpath 2322 1270 moveto
  2.5984 +2360 1264 2412 1254 2453 1246 curveto
  2.5985 +stroke
  2.5986 +0.000 0.000 0.000 edgecolor
  2.5987 +newpath 2453.88 1249.39 moveto
  2.5988 +2463 1244 lineto
  2.5989 +2452.51 1242.53 lineto
  2.5990 +closepath fill
  2.5991 +1 setlinewidth
  2.5992 +solid
  2.5993 +0.000 0.000 0.000 edgecolor
  2.5994 +newpath 2453.88 1249.39 moveto
  2.5995 +2463 1244 lineto
  2.5996 +2452.51 1242.53 lineto
  2.5997 +closepath stroke
  2.5998 +grestore
  2.5999 +% destroy_route
  2.6000 +gsave
  2.6001 +1 setlinewidth
  2.6002 +0.000 0.000 0.000 nodecolor
  2.6003 +1705 2768 64.82 18 ellipse_path stroke
  2.6004 +0.000 0.000 0.000 nodecolor
  2.6005 +grestore
  2.6006 +% destroy_route_list->destroy_route
  2.6007 +gsave
  2.6008 +1 setlinewidth
  2.6009 +solid
  2.6010 +0.000 0.000 0.000 edgecolor
  2.6011 +newpath 1493 2661 moveto
  2.6012 +1509 2666 1527 2672 1542 2679 curveto
  2.6013 +1588 2698 1638 2727 1670 2746 curveto
  2.6014 +stroke
  2.6015 +0.000 0.000 0.000 edgecolor
  2.6016 +newpath 1668.56 2749.2 moveto
  2.6017 +1679 2751 lineto
  2.6018 +1671.96 2743.08 lineto
  2.6019 +closepath fill
  2.6020 +1 setlinewidth
  2.6021 +solid
  2.6022 +0.000 0.000 0.000 edgecolor
  2.6023 +newpath 1668.56 2749.2 moveto
  2.6024 +1679 2751 lineto
  2.6025 +1671.96 2743.08 lineto
  2.6026 +closepath stroke
  2.6027 +grestore
  2.6028 +% destroy_route->destroy_table
  2.6029 +gsave
  2.6030 +1 setlinewidth
  2.6031 +solid
  2.6032 +0.000 0.000 0.000 edgecolor
  2.6033 +newpath 1771 2769 moveto
  2.6034 +1793 2773 1817 2782 1832 2800 curveto
  2.6035 +1893 2871 1803 3154 1868 3221 curveto
  2.6036 +1951 3304 2805 3323 2922 3330 curveto
  2.6037 +3022 3335 3138 3330 3212 3327 curveto
  2.6038 +stroke
  2.6039 +0.000 0.000 0.000 edgecolor
  2.6040 +newpath 3212.4 3330.48 moveto
  2.6041 +3222 3326 lineto
  2.6042 +3211.7 3323.51 lineto
  2.6043 +closepath fill
  2.6044 +1 setlinewidth
  2.6045 +solid
  2.6046 +0.000 0.000 0.000 edgecolor
  2.6047 +newpath 3212.4 3330.48 moveto
  2.6048 +3222 3326 lineto
  2.6049 +3211.7 3323.51 lineto
  2.6050 +closepath stroke
  2.6051 +grestore
  2.6052 +% _g_list_free_all
  2.6053 +gsave
  2.6054 +1 setlinewidth
  2.6055 +0.000 0.000 0.000 nodecolor
  2.6056 +1993 2768 70.88 18 ellipse_path stroke
  2.6057 +0.000 0.000 0.000 nodecolor
  2.6058 +grestore
  2.6059 +% destroy_route->_g_list_free_all
  2.6060 +gsave
  2.6061 +1 setlinewidth
  2.6062 +solid
  2.6063 +0.000 0.000 0.000 edgecolor
  2.6064 +newpath 1771 2768 moveto
  2.6065 +1813 2768 1867 2768 1912 2768 curveto
  2.6066 +stroke
  2.6067 +0.000 0.000 0.000 edgecolor
  2.6068 +newpath 1912 2771.5 moveto
  2.6069 +1922 2768 lineto
  2.6070 +1912 2764.5 lineto
  2.6071 +closepath fill
  2.6072 +1 setlinewidth
  2.6073 +solid
  2.6074 +0.000 0.000 0.000 edgecolor
  2.6075 +newpath 1912 2771.5 moveto
  2.6076 +1922 2768 lineto
  2.6077 +1912 2764.5 lineto
  2.6078 +closepath stroke
  2.6079 +grestore
  2.6080 +% _g_list_addrcmp
  2.6081 +gsave
  2.6082 +1 setlinewidth
  2.6083 +0.000 0.000 0.000 nodecolor
  2.6084 +1993 2520 77.13 18 ellipse_path stroke
  2.6085 +0.000 0.000 0.000 nodecolor
  2.6086 +grestore
  2.6087 +% addr_match
  2.6088 +gsave
  2.6089 +1 setlinewidth
  2.6090 +0.000 0.000 0.000 nodecolor
  2.6091 +2270 3110 57.17 18 ellipse_path stroke
  2.6092 +0.000 0.000 0.000 nodecolor
  2.6093 +grestore
  2.6094 +% _g_list_addrcmp->addr_match
  2.6095 +gsave
  2.6096 +1 setlinewidth
  2.6097 +solid
  2.6098 +0.000 0.000 0.000 edgecolor
  2.6099 +newpath 2013 2537 moveto
  2.6100 +2042 2564 2095 2618 2118 2677 curveto
  2.6101 +2152 2760 2097 3009 2154 3078 curveto
  2.6102 +2167 3092 2185 3101 2203 3106 curveto
  2.6103 +stroke
  2.6104 +0.000 0.000 0.000 edgecolor
  2.6105 +newpath 2202.51 3109.47 moveto
  2.6106 +2213 3108 lineto
  2.6107 +2203.88 3102.61 lineto
  2.6108 +closepath fill
  2.6109 +1 setlinewidth
  2.6110 +solid
  2.6111 +0.000 0.000 0.000 edgecolor
  2.6112 +newpath 2202.51 3109.47 moveto
  2.6113 +2213 3108 lineto
  2.6114 +2203.88 3102.61 lineto
  2.6115 +closepath stroke
  2.6116 +grestore
  2.6117 +% accept_message_stream
  2.6118 +gsave
  2.6119 +1 setlinewidth
  2.6120 +0.000 0.000 0.000 nodecolor
  2.6121 +3031 199 105.12 18 ellipse_path stroke
  2.6122 +0.000 0.000 0.000 nodecolor
  2.6123 +grestore
  2.6124 +% accept_message_stream->get_header
  2.6125 +gsave
  2.6126 +1 setlinewidth
  2.6127 +solid
  2.6128 +0.000 0.000 0.000 edgecolor
  2.6129 +newpath 3137 199 moveto
  2.6130 +3165 199 3195 199 3220 199 curveto
  2.6131 +stroke
  2.6132 +0.000 0.000 0.000 edgecolor
  2.6133 +newpath 3220 202.5 moveto
  2.6134 +3230 199 lineto
  2.6135 +3220 195.5 lineto
  2.6136 +closepath fill
  2.6137 +1 setlinewidth
  2.6138 +solid
  2.6139 +0.000 0.000 0.000 edgecolor
  2.6140 +newpath 3220 202.5 moveto
  2.6141 +3230 199 lineto
  2.6142 +3220 195.5 lineto
  2.6143 +closepath stroke
  2.6144 +grestore
  2.6145 +% read_sockline1
  2.6146 +gsave
  2.6147 +1 setlinewidth
  2.6148 +0.000 0.000 0.000 nodecolor
  2.6149 +3284 145 68.99 18 ellipse_path stroke
  2.6150 +0.000 0.000 0.000 nodecolor
  2.6151 +grestore
  2.6152 +% accept_message_stream->read_sockline1
  2.6153 +gsave
  2.6154 +1 setlinewidth
  2.6155 +solid
  2.6156 +0.000 0.000 0.000 edgecolor
  2.6157 +newpath 3097 185 moveto
  2.6158 +3135 177 3182 167 3220 159 curveto
  2.6159 +stroke
  2.6160 +0.000 0.000 0.000 edgecolor
  2.6161 +newpath 3220.88 162.39 moveto
  2.6162 +3230 157 lineto
  2.6163 +3219.51 155.53 lineto
  2.6164 +closepath fill
  2.6165 +1 setlinewidth
  2.6166 +solid
  2.6167 +0.000 0.000 0.000 edgecolor
  2.6168 +newpath 3220.88 162.39 moveto
  2.6169 +3230 157 lineto
  2.6170 +3219.51 155.53 lineto
  2.6171 +closepath stroke
  2.6172 +grestore
  2.6173 +% read_sockline1->alarm_on
  2.6174 +gsave
  2.6175 +1 setlinewidth
  2.6176 +solid
  2.6177 +0.000 0.000 0.000 edgecolor
  2.6178 +newpath 3348 138 moveto
  2.6179 +3389 133 3442 128 3481 124 curveto
  2.6180 +stroke
  2.6181 +0.000 0.000 0.000 edgecolor
  2.6182 +newpath 3481.4 127.48 moveto
  2.6183 +3491 123 lineto
  2.6184 +3480.7 120.51 lineto
  2.6185 +closepath fill
  2.6186 +1 setlinewidth
  2.6187 +solid
  2.6188 +0.000 0.000 0.000 edgecolor
  2.6189 +newpath 3481.4 127.48 moveto
  2.6190 +3491 123 lineto
  2.6191 +3480.7 120.51 lineto
  2.6192 +closepath stroke
  2.6193 +grestore
  2.6194 +% read_sockline1->_read_line
  2.6195 +gsave
  2.6196 +1 setlinewidth
  2.6197 +solid
  2.6198 +0.000 0.000 0.000 edgecolor
  2.6199 +newpath 3349 152 moveto
  2.6200 +3364 156 3380 162 3392 172 curveto
  2.6201 +3423 198 3398 228 3428 253 curveto
  2.6202 +3441 265 3459 272 3476 275 curveto
  2.6203 +stroke
  2.6204 +0.000 0.000 0.000 edgecolor
  2.6205 +newpath 3475.51 278.47 moveto
  2.6206 +3486 277 lineto
  2.6207 +3476.88 271.61 lineto
  2.6208 +closepath fill
  2.6209 +1 setlinewidth
  2.6210 +solid
  2.6211 +0.000 0.000 0.000 edgecolor
  2.6212 +newpath 3475.51 278.47 moveto
  2.6213 +3486 277 lineto
  2.6214 +3476.88 271.61 lineto
  2.6215 +closepath stroke
  2.6216 +grestore
  2.6217 +% read_sockline1->_read_chug
  2.6218 +gsave
  2.6219 +1 setlinewidth
  2.6220 +solid
  2.6221 +0.000 0.000 0.000 edgecolor
  2.6222 +newpath 3342 155 moveto
  2.6223 +3359 159 3377 165 3392 172 curveto
  2.6224 +3411 181 3410 191 3428 199 curveto
  2.6225 +3443 206 3460 212 3476 216 curveto
  2.6226 +stroke
  2.6227 +0.000 0.000 0.000 edgecolor
  2.6228 +newpath 3475.51 219.47 moveto
  2.6229 +3486 218 lineto
  2.6230 +3476.88 212.61 lineto
  2.6231 +closepath fill
  2.6232 +1 setlinewidth
  2.6233 +solid
  2.6234 +0.000 0.000 0.000 edgecolor
  2.6235 +newpath 3475.51 219.47 moveto
  2.6236 +3486 218 lineto
  2.6237 +3476.88 212.61 lineto
  2.6238 +closepath stroke
  2.6239 +grestore
  2.6240 +% read_sockline1->alarm_off
  2.6241 +gsave
  2.6242 +1 setlinewidth
  2.6243 +solid
  2.6244 +0.000 0.000 0.000 edgecolor
  2.6245 +newpath 3348 152 moveto
  2.6246 +3388 157 3441 162 3480 166 curveto
  2.6247 +stroke
  2.6248 +0.000 0.000 0.000 edgecolor
  2.6249 +newpath 3479.7 169.49 moveto
  2.6250 +3490 167 lineto
  2.6251 +3480.4 162.52 lineto
  2.6252 +closepath fill
  2.6253 +1 setlinewidth
  2.6254 +solid
  2.6255 +0.000 0.000 0.000 edgecolor
  2.6256 +newpath 3479.7 169.49 moveto
  2.6257 +3490 167 lineto
  2.6258 +3480.4 162.52 lineto
  2.6259 +closepath stroke
  2.6260 +grestore
  2.6261 +% spool_lock->set_euidgid
  2.6262 +gsave
  2.6263 +1 setlinewidth
  2.6264 +solid
  2.6265 +0.000 0.000 0.000 edgecolor
  2.6266 +newpath 1236 943 moveto
  2.6267 +1266 937 1307 930 1342 925 curveto
  2.6268 +2025 845 2201 879 2886 832 curveto
  2.6269 +2912 830 2942 828 2967 826 curveto
  2.6270 +stroke
  2.6271 +0.000 0.000 0.000 edgecolor
  2.6272 +newpath 2967.4 829.48 moveto
  2.6273 +2977 825 lineto
  2.6274 +2966.7 822.51 lineto
  2.6275 +closepath fill
  2.6276 +1 setlinewidth
  2.6277 +solid
  2.6278 +0.000 0.000 0.000 edgecolor
  2.6279 +newpath 2967.4 829.48 moveto
  2.6280 +2977 825 lineto
  2.6281 +2966.7 822.51 lineto
  2.6282 +closepath stroke
  2.6283 +grestore
  2.6284 +% dot_lock
  2.6285 +gsave
  2.6286 +1 setlinewidth
  2.6287 +0.000 0.000 0.000 nodecolor
  2.6288 +1442 952 45.86 18 ellipse_path stroke
  2.6289 +0.000 0.000 0.000 nodecolor
  2.6290 +grestore
  2.6291 +% spool_lock->dot_lock
  2.6292 +gsave
  2.6293 +1 setlinewidth
  2.6294 +solid
  2.6295 +0.000 0.000 0.000 edgecolor
  2.6296 +newpath 1244 952 moveto
  2.6297 +1286 952 1344 952 1386 952 curveto
  2.6298 +stroke
  2.6299 +0.000 0.000 0.000 edgecolor
  2.6300 +newpath 1386 955.5 moveto
  2.6301 +1396 952 lineto
  2.6302 +1386 948.5 lineto
  2.6303 +closepath fill
  2.6304 +1 setlinewidth
  2.6305 +solid
  2.6306 +0.000 0.000 0.000 edgecolor
  2.6307 +newpath 1386 955.5 moveto
  2.6308 +1396 952 lineto
  2.6309 +1386 948.5 lineto
  2.6310 +closepath stroke
  2.6311 +grestore
  2.6312 +% read_get_conf->resolve_dns_a
  2.6313 +gsave
  2.6314 +1 setlinewidth
  2.6315 +dotted
  2.6316 +0.000 0.000 0.000 edgecolor
  2.6317 +newpath 2818 2470 moveto
  2.6318 +2839 2464 2864 2457 2886 2450 curveto
  2.6319 +3014 2409 3163 2353 3237 2325 curveto
  2.6320 +stroke
  2.6321 +0.000 0.000 0.000 edgecolor
  2.6322 +newpath 3238.28 2328.26 moveto
  2.6323 +3246 2321 lineto
  2.6324 +3235.44 2321.86 lineto
  2.6325 +closepath fill
  2.6326 +1 setlinewidth
  2.6327 +solid
  2.6328 +0.000 0.000 0.000 edgecolor
  2.6329 +newpath 3238.28 2328.26 moveto
  2.6330 +3246 2321 lineto
  2.6331 +3235.44 2321.86 lineto
  2.6332 +closepath stroke
  2.6333 +grestore
  2.6334 +% read_get_conf->create_address_qualified
  2.6335 +gsave
  2.6336 +1 setlinewidth
  2.6337 +solid
  2.6338 +0.000 0.000 0.000 edgecolor
  2.6339 +newpath 2798 2466 moveto
  2.6340 +2826 2448 2867 2418 2886 2379 curveto
  2.6341 +2958 2230 2837 1777 2922 1636 curveto
  2.6342 +2958 1576 3144 1490 3235 1452 curveto
  2.6343 +stroke
  2.6344 +0.000 0.000 0.000 edgecolor
  2.6345 +newpath 3236.28 1455.26 moveto
  2.6346 +3244 1448 lineto
  2.6347 +3233.44 1448.86 lineto
  2.6348 +closepath fill
  2.6349 +1 setlinewidth
  2.6350 +solid
  2.6351 +0.000 0.000 0.000 edgecolor
  2.6352 +newpath 3236.28 1455.26 moveto
  2.6353 +3244 1448 lineto
  2.6354 +3233.44 1448.86 lineto
  2.6355 +closepath stroke
  2.6356 +grestore
  2.6357 +% read_get_conf->parse_boolean
  2.6358 +gsave
  2.6359 +1 setlinewidth
  2.6360 +solid
  2.6361 +0.000 0.000 0.000 edgecolor
  2.6362 +newpath 2828 2491 moveto
  2.6363 +2868 2497 2919 2504 2961 2510 curveto
  2.6364 +stroke
  2.6365 +0.000 0.000 0.000 edgecolor
  2.6366 +newpath 2960.7 2513.49 moveto
  2.6367 +2971 2511 lineto
  2.6368 +2961.4 2506.52 lineto
  2.6369 +closepath fill
  2.6370 +1 setlinewidth
  2.6371 +solid
  2.6372 +0.000 0.000 0.000 edgecolor
  2.6373 +newpath 2960.7 2513.49 moveto
  2.6374 +2971 2511 lineto
  2.6375 +2961.4 2506.52 lineto
  2.6376 +closepath stroke
  2.6377 +grestore
  2.6378 +% read_get_conf->resolve_byname
  2.6379 +gsave
  2.6380 +1 setlinewidth
  2.6381 +dotted
  2.6382 +0.000 0.000 0.000 edgecolor
  2.6383 +newpath 2810 2468 moveto
  2.6384 +2836 2457 2868 2438 2886 2412 curveto
  2.6385 +2942 2331 2857 2267 2922 2195 curveto
  2.6386 +2961 2153 3114 2124 3208 2110 curveto
  2.6387 +stroke
  2.6388 +0.000 0.000 0.000 edgecolor
  2.6389 +newpath 3208.4 2113.48 moveto
  2.6390 +3218 2109 lineto
  2.6391 +3207.7 2106.51 lineto
  2.6392 +closepath fill
  2.6393 +1 setlinewidth
  2.6394 +solid
  2.6395 +0.000 0.000 0.000 edgecolor
  2.6396 +newpath 3208.4 2113.48 moveto
  2.6397 +3218 2109 lineto
  2.6398 +3207.7 2106.51 lineto
  2.6399 +closepath stroke
  2.6400 +grestore
  2.6401 +% read_get_conf->parse_resolve_list
  2.6402 +gsave
  2.6403 +1 setlinewidth
  2.6404 +solid
  2.6405 +0.000 0.000 0.000 edgecolor
  2.6406 +newpath 2802 2466 moveto
  2.6407 +2827 2454 2861 2434 2886 2412 curveto
  2.6408 +2894 2405 2974 2299 3011 2248 curveto
  2.6409 +stroke
  2.6410 +0.000 0.000 0.000 edgecolor
  2.6411 +newpath 3013.8 2250.1 moveto
  2.6412 +3017 2240 lineto
  2.6413 +3008.2 2245.9 lineto
  2.6414 +closepath fill
  2.6415 +1 setlinewidth
  2.6416 +solid
  2.6417 +0.000 0.000 0.000 edgecolor
  2.6418 +newpath 3013.8 2250.1 moveto
  2.6419 +3017 2240 lineto
  2.6420 +3008.2 2245.9 lineto
  2.6421 +closepath stroke
  2.6422 +grestore
  2.6423 +% read_get_conf->read_statement
  2.6424 +gsave
  2.6425 +1 setlinewidth
  2.6426 +solid
  2.6427 +0.000 0.000 0.000 edgecolor
  2.6428 +newpath 2835 2478 moveto
  2.6429 +2871 2475 2915 2473 2953 2471 curveto
  2.6430 +stroke
  2.6431 +0.000 0.000 0.000 edgecolor
  2.6432 +newpath 2953.4 2474.48 moveto
  2.6433 +2963 2470 lineto
  2.6434 +2952.7 2467.51 lineto
  2.6435 +closepath fill
  2.6436 +1 setlinewidth
  2.6437 +solid
  2.6438 +0.000 0.000 0.000 edgecolor
  2.6439 +newpath 2953.4 2474.48 moveto
  2.6440 +2963 2470 lineto
  2.6441 +2952.7 2467.51 lineto
  2.6442 +closepath stroke
  2.6443 +grestore
  2.6444 +% queue_run_online
  2.6445 +gsave
  2.6446 +1 setlinewidth
  2.6447 +0.000 0.000 0.000 nodecolor
  2.6448 +373 1677 79.91 18 ellipse_path stroke
  2.6449 +0.000 0.000 0.000 nodecolor
  2.6450 +grestore
  2.6451 +% queue_run_online->read_queue
  2.6452 +gsave
  2.6453 +1 setlinewidth
  2.6454 +solid
  2.6455 +0.000 0.000 0.000 edgecolor
  2.6456 +newpath 380 1659 moveto
  2.6457 +410 1582 530 1278 567 1185 curveto
  2.6458 +stroke
  2.6459 +0.000 0.000 0.000 edgecolor
  2.6460 +newpath 570.14 1186.56 moveto
  2.6461 +571 1176 lineto
  2.6462 +563.74 1183.72 lineto
  2.6463 +closepath fill
  2.6464 +1 setlinewidth
  2.6465 +solid
  2.6466 +0.000 0.000 0.000 edgecolor
  2.6467 +newpath 570.14 1186.56 moveto
  2.6468 +571 1176 lineto
  2.6469 +563.74 1183.72 lineto
  2.6470 +closepath stroke
  2.6471 +grestore
  2.6472 +% queue_run_online->deliver_msg_list
  2.6473 +gsave
  2.6474 +1 setlinewidth
  2.6475 +solid
  2.6476 +0.000 0.000 0.000 edgecolor
  2.6477 +newpath 376 1695 moveto
  2.6478 +388 1773 440 2078 500 2152 curveto
  2.6479 +592 2264 775 2276 881 2272 curveto
  2.6480 +stroke
  2.6481 +0.000 0.000 0.000 edgecolor
  2.6482 +newpath 881 2275.5 moveto
  2.6483 +891 2272 lineto
  2.6484 +881 2268.5 lineto
  2.6485 +closepath fill
  2.6486 +1 setlinewidth
  2.6487 +solid
  2.6488 +0.000 0.000 0.000 edgecolor
  2.6489 +newpath 881 2275.5 moveto
  2.6490 +891 2272 lineto
  2.6491 +881 2268.5 lineto
  2.6492 +closepath stroke
  2.6493 +grestore
  2.6494 +% queue_run_online->destroy_msg_list
  2.6495 +gsave
  2.6496 +1 setlinewidth
  2.6497 +solid
  2.6498 +0.000 0.000 0.000 edgecolor
  2.6499 +newpath 376 1695 moveto
  2.6500 +390 1767 444 2031 500 2093 curveto
  2.6501 +505 2099 511 2103 518 2107 curveto
  2.6502 +stroke
  2.6503 +0.000 0.000 0.000 edgecolor
  2.6504 +newpath 516.44 2110.14 moveto
  2.6505 +527 2111 lineto
  2.6506 +519.28 2103.74 lineto
  2.6507 +closepath fill
  2.6508 +1 setlinewidth
  2.6509 +solid
  2.6510 +0.000 0.000 0.000 edgecolor
  2.6511 +newpath 516.44 2110.14 moveto
  2.6512 +527 2111 lineto
  2.6513 +519.28 2103.74 lineto
  2.6514 +closepath stroke
  2.6515 +grestore
  2.6516 +% var_table_rcpt->create_pair_string
  2.6517 +gsave
  2.6518 +1 setlinewidth
  2.6519 +solid
  2.6520 +0.000 0.000 0.000 edgecolor
  2.6521 +newpath 2564 3053 moveto
  2.6522 +2668 3082 2931 3142 3140 3086 curveto
  2.6523 +3292 3045 3446 2931 3508 2882 curveto
  2.6524 +stroke
  2.6525 +0.000 0.000 0.000 edgecolor
  2.6526 +newpath 3510.78 2884.22 moveto
  2.6527 +3516 2875 lineto
  2.6528 +3506.17 2878.95 lineto
  2.6529 +closepath fill
  2.6530 +1 setlinewidth
  2.6531 +solid
  2.6532 +0.000 0.000 0.000 edgecolor
  2.6533 +newpath 3510.78 2884.22 moveto
  2.6534 +3516 2875 lineto
  2.6535 +3506.17 2878.95 lineto
  2.6536 +closepath stroke
  2.6537 +grestore
  2.6538 +% append_file
  2.6539 +gsave
  2.6540 +1 setlinewidth
  2.6541 +0.000 0.000 0.000 nodecolor
  2.6542 +2519 2710 55.79 18 ellipse_path stroke
  2.6543 +0.000 0.000 0.000 nodecolor
  2.6544 +grestore
  2.6545 +% append_file->message_stream
  2.6546 +gsave
  2.6547 +1 setlinewidth
  2.6548 +solid
  2.6549 +0.000 0.000 0.000 edgecolor
  2.6550 +newpath 2566 2720 moveto
  2.6551 +2604 2728 2660 2740 2703 2750 curveto
  2.6552 +stroke
  2.6553 +0.000 0.000 0.000 edgecolor
  2.6554 +newpath 2702.51 2753.47 moveto
  2.6555 +2713 2752 lineto
  2.6556 +2703.88 2746.61 lineto
  2.6557 +closepath fill
  2.6558 +1 setlinewidth
  2.6559 +solid
  2.6560 +0.000 0.000 0.000 edgecolor
  2.6561 +newpath 2702.51 2753.47 moveto
  2.6562 +2713 2752 lineto
  2.6563 +2703.88 2746.61 lineto
  2.6564 +closepath stroke
  2.6565 +grestore
  2.6566 +% smtp_in
  2.6567 +gsave
  2.6568 +1 setlinewidth
  2.6569 +0.000 0.000 0.000 nodecolor
  2.6570 +578 822 41.89 18 ellipse_path stroke
  2.6571 +0.000 0.000 0.000 nodecolor
  2.6572 +grestore
  2.6573 +% smtp_in->create_address
  2.6574 +gsave
  2.6575 +1 setlinewidth
  2.6576 +solid
  2.6577 +0.000 0.000 0.000 edgecolor
  2.6578 +newpath 619 816 moveto
  2.6579 +632 813 647 806 656 795 curveto
  2.6580 +701 747 646 699 692 651 curveto
  2.6581 +815 527 899 575 1072 549 curveto
  2.6582 +1186 533 3053 452 3140 526 curveto
  2.6583 +3206 582 3121 651 3176 716 curveto
  2.6584 +3243 794 3325 718 3392 794 curveto
  2.6585 +3471 883 3522 1268 3534 1376 curveto
  2.6586 +stroke
  2.6587 +0.000 0.000 0.000 edgecolor
  2.6588 +newpath 3530.52 1376.4 moveto
  2.6589 +3535 1386 lineto
  2.6590 +3537.49 1375.7 lineto
  2.6591 +closepath fill
  2.6592 +1 setlinewidth
  2.6593 +solid
  2.6594 +0.000 0.000 0.000 edgecolor
  2.6595 +newpath 3530.52 1376.4 moveto
  2.6596 +3535 1386 lineto
  2.6597 +3537.49 1375.7 lineto
  2.6598 +closepath stroke
  2.6599 +grestore
  2.6600 +% smtp_in->destroy_message
  2.6601 +gsave
  2.6602 +1 setlinewidth
  2.6603 +solid
  2.6604 +0.000 0.000 0.000 edgecolor
  2.6605 +newpath 583 840 moveto
  2.6606 +597 887 635 1019 656 1131 curveto
  2.6607 +723 1483 760 1918 769 2032 curveto
  2.6608 +stroke
  2.6609 +0.000 0.000 0.000 edgecolor
  2.6610 +newpath 765.52 2032.4 moveto
  2.6611 +770 2042 lineto
  2.6612 +772.49 2031.7 lineto
  2.6613 +closepath fill
  2.6614 +1 setlinewidth
  2.6615 +solid
  2.6616 +0.000 0.000 0.000 edgecolor
  2.6617 +newpath 765.52 2032.4 moveto
  2.6618 +770 2042 lineto
  2.6619 +772.49 2031.7 lineto
  2.6620 +closepath stroke
  2.6621 +grestore
  2.6622 +% smtp_in->addr_is_local
  2.6623 +gsave
  2.6624 +1 setlinewidth
  2.6625 +solid
  2.6626 +0.000 0.000 0.000 edgecolor
  2.6627 +newpath 584 840 moveto
  2.6628 +599 887 640 1018 656 1131 curveto
  2.6629 +672 1237 641 1994 692 2087 curveto
  2.6630 +734 2160 798 2126 850 2193 curveto
  2.6631 +880 2230 855 2257 886 2293 curveto
  2.6632 +936 2349 996 2306 1036 2370 curveto
  2.6633 +1089 2452 1011 3172 1072 3248 curveto
  2.6634 +1185 3385 2476 3454 2652 3463 curveto
  2.6635 +2756 3468 2790 3501 2886 3463 curveto
  2.6636 +2907 3454 2903 3439 2922 3429 curveto
  2.6637 +2934 3423 2948 3418 2961 3415 curveto
  2.6638 +stroke
  2.6639 +0.000 0.000 0.000 edgecolor
  2.6640 +newpath 2961.88 3418.39 moveto
  2.6641 +2971 3413 lineto
  2.6642 +2960.51 3411.53 lineto
  2.6643 +closepath fill
  2.6644 +1 setlinewidth
  2.6645 +solid
  2.6646 +0.000 0.000 0.000 edgecolor
  2.6647 +newpath 2961.88 3418.39 moveto
  2.6648 +2971 3413 lineto
  2.6649 +2960.51 3411.53 lineto
  2.6650 +closepath stroke
  2.6651 +grestore
  2.6652 +% smtp_in->create_address_qualified
  2.6653 +gsave
  2.6654 +1 setlinewidth
  2.6655 +solid
  2.6656 +0.000 0.000 0.000 edgecolor
  2.6657 +newpath 614 812 moveto
  2.6658 +636 806 666 799 692 795 curveto
  2.6659 +811 777 842 776 961 776 curveto
  2.6660 +961 776 961 776 2270 776 curveto
  2.6661 +2464 776 3001 660 3140 794 curveto
  2.6662 +3238 889 3090 1300 3176 1404 curveto
  2.6663 +3180 1408 3184 1412 3188 1415 curveto
  2.6664 +stroke
  2.6665 +0.000 0.000 0.000 edgecolor
  2.6666 +newpath 3186.56 1418.2 moveto
  2.6667 +3197 1420 lineto
  2.6668 +3189.96 1412.08 lineto
  2.6669 +closepath fill
  2.6670 +1 setlinewidth
  2.6671 +solid
  2.6672 +0.000 0.000 0.000 edgecolor
  2.6673 +newpath 3186.56 1418.2 moveto
  2.6674 +3197 1420 lineto
  2.6675 +3189.96 1412.08 lineto
  2.6676 +closepath stroke
  2.6677 +grestore
  2.6678 +% smtp_in->addr_string
  2.6679 +gsave
  2.6680 +1 setlinewidth
  2.6681 +solid
  2.6682 +0.000 0.000 0.000 edgecolor
  2.6683 +newpath 618 816 moveto
  2.6684 +631 812 646 805 656 795 curveto
  2.6685 +688 765 658 730 692 702 curveto
  2.6686 +787 627 841 662 961 662 curveto
  2.6687 +961 662 961 662 1442 662 curveto
  2.6688 +2084 662 2245 610 2886 627 curveto
  2.6689 +3000 631 3052 571 3140 641 curveto
  2.6690 +3187 678 3139 724 3176 769 curveto
  2.6691 +3191 786 3212 798 3232 806 curveto
  2.6692 +stroke
  2.6693 +0.000 0.000 0.000 edgecolor
  2.6694 +newpath 3230.44 809.14 moveto
  2.6695 +3241 810 lineto
  2.6696 +3233.28 802.74 lineto
  2.6697 +closepath fill
  2.6698 +1 setlinewidth
  2.6699 +solid
  2.6700 +0.000 0.000 0.000 edgecolor
  2.6701 +newpath 3230.44 809.14 moveto
  2.6702 +3241 810 lineto
  2.6703 +3233.28 802.74 lineto
  2.6704 +closepath stroke
  2.6705 +grestore
  2.6706 +% smtp_in->read_sockline
  2.6707 +gsave
  2.6708 +1 setlinewidth
  2.6709 +solid
  2.6710 +0.000 0.000 0.000 edgecolor
  2.6711 +newpath 619 817 moveto
  2.6712 +633 813 647 806 656 795 curveto
  2.6713 +731 705 611 618 692 534 curveto
  2.6714 +836 388 2315 280 2519 280 curveto
  2.6715 +2519 280 2519 280 2769 280 curveto
  2.6716 +2927 280 3113 267 3212 259 curveto
  2.6717 +stroke
  2.6718 +0.000 0.000 0.000 edgecolor
  2.6719 +newpath 3212.4 262.48 moveto
  2.6720 +3222 258 lineto
  2.6721 +3211.7 255.51 lineto
  2.6722 +closepath fill
  2.6723 +1 setlinewidth
  2.6724 +solid
  2.6725 +0.000 0.000 0.000 edgecolor
  2.6726 +newpath 3212.4 262.48 moveto
  2.6727 +3222 258 lineto
  2.6728 +3211.7 255.51 lineto
  2.6729 +closepath stroke
  2.6730 +grestore
  2.6731 +% smtp_in->deliver
  2.6732 +gsave
  2.6733 +1 setlinewidth
  2.6734 +solid
  2.6735 +0.000 0.000 0.000 edgecolor
  2.6736 +newpath 584 840 moveto
  2.6737 +600 887 641 1018 656 1131 curveto
  2.6738 +672 1242 650 2031 692 2135 curveto
  2.6739 +702 2160 725 2183 743 2198 curveto
  2.6740 +stroke
  2.6741 +0.000 0.000 0.000 edgecolor
  2.6742 +newpath 741.17 2201.05 moveto
  2.6743 +751 2205 lineto
  2.6744 +745.78 2195.78 lineto
  2.6745 +closepath fill
  2.6746 +1 setlinewidth
  2.6747 +solid
  2.6748 +0.000 0.000 0.000 edgecolor
  2.6749 +newpath 741.17 2201.05 moveto
  2.6750 +751 2205 lineto
  2.6751 +745.78 2195.78 lineto
  2.6752 +closepath stroke
  2.6753 +grestore
  2.6754 +% smtp_in->spool_write
  2.6755 +gsave
  2.6756 +1 setlinewidth
  2.6757 +solid
  2.6758 +0.000 0.000 0.000 edgecolor
  2.6759 +newpath 615 813 moveto
  2.6760 +628 809 644 803 656 795 curveto
  2.6761 +675 784 673 773 692 762 curveto
  2.6762 +801 705 839 700 961 700 curveto
  2.6763 +961 700 961 700 1705 700 curveto
  2.6764 +2084 700 2537 670 2703 659 curveto
  2.6765 +stroke
  2.6766 +0.000 0.000 0.000 edgecolor
  2.6767 +newpath 2703.4 662.48 moveto
  2.6768 +2713 658 lineto
  2.6769 +2702.7 655.51 lineto
  2.6770 +closepath fill
  2.6771 +1 setlinewidth
  2.6772 +solid
  2.6773 +0.000 0.000 0.000 edgecolor
  2.6774 +newpath 2703.4 662.48 moveto
  2.6775 +2713 658 lineto
  2.6776 +2702.7 655.51 lineto
  2.6777 +closepath stroke
  2.6778 +grestore
  2.6779 +% accept_message
  2.6780 +gsave
  2.6781 +1 setlinewidth
  2.6782 +0.000 0.000 0.000 nodecolor
  2.6783 +961 320 75.05 18 ellipse_path stroke
  2.6784 +0.000 0.000 0.000 nodecolor
  2.6785 +grestore
  2.6786 +% smtp_in->accept_message
  2.6787 +gsave
  2.6788 +1 setlinewidth
  2.6789 +solid
  2.6790 +0.000 0.000 0.000 edgecolor
  2.6791 +newpath 619 817 moveto
  2.6792 +633 813 647 806 656 795 curveto
  2.6793 +741 691 622 610 692 496 curveto
  2.6794 +742 415 846 363 908 339 curveto
  2.6795 +stroke
  2.6796 +0.000 0.000 0.000 edgecolor
  2.6797 +newpath 910.02 341.96 moveto
  2.6798 +918 335 lineto
  2.6799 +907.42 335.46 lineto
  2.6800 +closepath fill
  2.6801 +1 setlinewidth
  2.6802 +solid
  2.6803 +0.000 0.000 0.000 edgecolor
  2.6804 +newpath 910.02 341.96 moveto
  2.6805 +918 335 lineto
  2.6806 +907.42 335.46 lineto
  2.6807 +closepath stroke
  2.6808 +grestore
  2.6809 +% get_address
  2.6810 +gsave
  2.6811 +1 setlinewidth
  2.6812 +0.000 0.000 0.000 nodecolor
  2.6813 +771 822 57.87 18 ellipse_path stroke
  2.6814 +0.000 0.000 0.000 nodecolor
  2.6815 +grestore
  2.6816 +% smtp_in->get_address
  2.6817 +gsave
  2.6818 +1 setlinewidth
  2.6819 +solid
  2.6820 +0.000 0.000 0.000 edgecolor
  2.6821 +newpath 621 822 moveto
  2.6822 +645 822 675 822 702 822 curveto
  2.6823 +stroke
  2.6824 +0.000 0.000 0.000 edgecolor
  2.6825 +newpath 702 825.5 moveto
  2.6826 +712 822 lineto
  2.6827 +702 818.5 lineto
  2.6828 +closepath fill
  2.6829 +1 setlinewidth
  2.6830 +solid
  2.6831 +0.000 0.000 0.000 edgecolor
  2.6832 +newpath 702 825.5 moveto
  2.6833 +712 822 lineto
  2.6834 +702 818.5 lineto
  2.6835 +closepath stroke
  2.6836 +grestore
  2.6837 +% smtp_in->create_message
  2.6838 +gsave
  2.6839 +1 setlinewidth
  2.6840 +solid
  2.6841 +0.000 0.000 0.000 edgecolor
  2.6842 +newpath 599 838 moveto
  2.6843 +621 855 659 882 692 903 curveto
  2.6844 +769 950 864 997 918 1024 curveto
  2.6845 +stroke
  2.6846 +0.000 0.000 0.000 edgecolor
  2.6847 +newpath 916.44 1027.14 moveto
  2.6848 +927 1028 lineto
  2.6849 +919.28 1020.74 lineto
  2.6850 +closepath fill
  2.6851 +1 setlinewidth
  2.6852 +solid
  2.6853 +0.000 0.000 0.000 edgecolor
  2.6854 +newpath 916.44 1027.14 moveto
  2.6855 +927 1028 lineto
  2.6856 +919.28 1020.74 lineto
  2.6857 +closepath stroke
  2.6858 +grestore
  2.6859 +% smtp_printf
  2.6860 +gsave
  2.6861 +1 setlinewidth
  2.6862 +0.000 0.000 0.000 nodecolor
  2.6863 +771 876 55.79 18 ellipse_path stroke
  2.6864 +0.000 0.000 0.000 nodecolor
  2.6865 +grestore
  2.6866 +% smtp_in->smtp_printf
  2.6867 +gsave
  2.6868 +1 setlinewidth
  2.6869 +solid
  2.6870 +0.000 0.000 0.000 edgecolor
  2.6871 +newpath 614 832 moveto
  2.6872 +643 840 685 852 718 861 curveto
  2.6873 +stroke
  2.6874 +0.000 0.000 0.000 edgecolor
  2.6875 +newpath 717.42 864.48 moveto
  2.6876 +728 864 lineto
  2.6877 +719.43 857.77 lineto
  2.6878 +closepath fill
  2.6879 +1 setlinewidth
  2.6880 +solid
  2.6881 +0.000 0.000 0.000 edgecolor
  2.6882 +newpath 717.42 864.48 moveto
  2.6883 +728 864 lineto
  2.6884 +719.43 857.77 lineto
  2.6885 +closepath stroke
  2.6886 +grestore
  2.6887 +% accept_message->accept_message_prepare
  2.6888 +gsave
  2.6889 +1 setlinewidth
  2.6890 +solid
  2.6891 +0.000 0.000 0.000 edgecolor
  2.6892 +newpath 1036 320 moveto
  2.6893 +1131 320 1299 320 1442 320 curveto
  2.6894 +1442 320 1442 320 2519 320 curveto
  2.6895 +2697 320 2896 397 2985 435 curveto
  2.6896 +stroke
  2.6897 +0.000 0.000 0.000 edgecolor
  2.6898 +newpath 2983.44 438.14 moveto
  2.6899 +2994 439 lineto
  2.6900 +2986.28 431.74 lineto
  2.6901 +closepath fill
  2.6902 +1 setlinewidth
  2.6903 +solid
  2.6904 +0.000 0.000 0.000 edgecolor
  2.6905 +newpath 2983.44 438.14 moveto
  2.6906 +2994 439 lineto
  2.6907 +2986.28 431.74 lineto
  2.6908 +closepath stroke
  2.6909 +grestore
  2.6910 +% accept_message->accept_message_stream
  2.6911 +gsave
  2.6912 +1 setlinewidth
  2.6913 +solid
  2.6914 +0.000 0.000 0.000 edgecolor
  2.6915 +newpath 1011 307 moveto
  2.6916 +1098 284 1283 242 1442 242 curveto
  2.6917 +1442 242 1442 242 2519 242 curveto
  2.6918 +2666 242 2836 224 2938 211 curveto
  2.6919 +stroke
  2.6920 +0.000 0.000 0.000 edgecolor
  2.6921 +newpath 2938.4 214.48 moveto
  2.6922 +2948 210 lineto
  2.6923 +2937.7 207.51 lineto
  2.6924 +closepath fill
  2.6925 +1 setlinewidth
  2.6926 +solid
  2.6927 +0.000 0.000 0.000 edgecolor
  2.6928 +newpath 2938.4 214.48 moveto
  2.6929 +2948 210 lineto
  2.6930 +2937.7 207.51 lineto
  2.6931 +closepath stroke
  2.6932 +grestore
  2.6933 +% alias_expand->addr_is_local
  2.6934 +gsave
  2.6935 +1 setlinewidth
  2.6936 +solid
  2.6937 +0.000 0.000 0.000 edgecolor
  2.6938 +newpath 2826 3429 moveto
  2.6939 +2866 3425 2919 3419 2962 3414 curveto
  2.6940 +stroke
  2.6941 +0.000 0.000 0.000 edgecolor
  2.6942 +newpath 2962.4 3417.48 moveto
  2.6943 +2972 3413 lineto
  2.6944 +2961.7 3410.51 lineto
  2.6945 +closepath fill
  2.6946 +1 setlinewidth
  2.6947 +solid
  2.6948 +0.000 0.000 0.000 edgecolor
  2.6949 +newpath 2962.4 3417.48 moveto
  2.6950 +2972 3413 lineto
  2.6951 +2961.7 3410.51 lineto
  2.6952 +closepath stroke
  2.6953 +grestore
  2.6954 +% alias_expand->create_address_qualified
  2.6955 +gsave
  2.6956 +1 setlinewidth
  2.6957 +solid
  2.6958 +0.000 0.000 0.000 edgecolor
  2.6959 +newpath 2775 3418 moveto
  2.6960 +2796 3358 2862 3160 2886 2991 curveto
  2.6961 +2897 2920 2886 1768 2922 1707 curveto
  2.6962 +2980 1610 3068 1665 3140 1580 curveto
  2.6963 +3170 1545 3146 1518 3176 1485 curveto
  2.6964 +3189 1471 3207 1460 3225 1451 curveto
  2.6965 +stroke
  2.6966 +0.000 0.000 0.000 edgecolor
  2.6967 +newpath 3226.28 1454.26 moveto
  2.6968 +3234 1447 lineto
  2.6969 +3223.44 1447.86 lineto
  2.6970 +closepath fill
  2.6971 +1 setlinewidth
  2.6972 +solid
  2.6973 +0.000 0.000 0.000 edgecolor
  2.6974 +newpath 3226.28 1454.26 moveto
  2.6975 +3234 1447 lineto
  2.6976 +3223.44 1447.86 lineto
  2.6977 +closepath stroke
  2.6978 +grestore
  2.6979 +% alias_expand->addr_isequal
  2.6980 +gsave
  2.6981 +1 setlinewidth
  2.6982 +solid
  2.6983 +0.000 0.000 0.000 edgecolor
  2.6984 +newpath 2823 3445 moveto
  2.6985 +2961 3466 3325 3524 3474 3547 curveto
  2.6986 +stroke
  2.6987 +0.000 0.000 0.000 edgecolor
  2.6988 +newpath 3473.51 3550.47 moveto
  2.6989 +3484 3549 lineto
  2.6990 +3474.88 3543.61 lineto
  2.6991 +closepath fill
  2.6992 +1 setlinewidth
  2.6993 +solid
  2.6994 +0.000 0.000 0.000 edgecolor
  2.6995 +newpath 3473.51 3550.47 moveto
  2.6996 +3484 3549 lineto
  2.6997 +3474.88 3543.61 lineto
  2.6998 +closepath stroke
  2.6999 +grestore
  2.7000 +% alias_expand->create_address_pipe
  2.7001 +gsave
  2.7002 +1 setlinewidth
  2.7003 +solid
  2.7004 +0.000 0.000 0.000 edgecolor
  2.7005 +newpath 2775 3418 moveto
  2.7006 +2797 3358 2863 3160 2886 2991 curveto
  2.7007 +2896 2920 2875 483 2922 429 curveto
  2.7008 +2940 410 3085 396 3186 389 curveto
  2.7009 +stroke
  2.7010 +0.000 0.000 0.000 edgecolor
  2.7011 +newpath 3186.4 392.48 moveto
  2.7012 +3196 388 lineto
  2.7013 +3185.7 385.51 lineto
  2.7014 +closepath fill
  2.7015 +1 setlinewidth
  2.7016 +solid
  2.7017 +0.000 0.000 0.000 edgecolor
  2.7018 +newpath 3186.4 392.48 moveto
  2.7019 +3196 388 lineto
  2.7020 +3185.7 385.51 lineto
  2.7021 +closepath stroke
  2.7022 +grestore
  2.7023 +% alias_expand->table_find_func
  2.7024 +gsave
  2.7025 +1 setlinewidth
  2.7026 +solid
  2.7027 +0.000 0.000 0.000 edgecolor
  2.7028 +newpath 2800 3452 moveto
  2.7029 +2916 3507 3325 3684 3646 3585 curveto
  2.7030 +3699 3569 3750 3528 3779 3502 curveto
  2.7031 +stroke
  2.7032 +0.000 0.000 0.000 edgecolor
  2.7033 +newpath 3781.78 3504.22 moveto
  2.7034 +3787 3495 lineto
  2.7035 +3777.17 3498.95 lineto
  2.7036 +closepath fill
  2.7037 +1 setlinewidth
  2.7038 +solid
  2.7039 +0.000 0.000 0.000 edgecolor
  2.7040 +newpath 3781.78 3504.22 moveto
  2.7041 +3787 3495 lineto
  2.7042 +3777.17 3498.95 lineto
  2.7043 +closepath stroke
  2.7044 +grestore
  2.7045 +% map_address_header
  2.7046 +gsave
  2.7047 +1 setlinewidth
  2.7048 +0.000 0.000 0.000 nodecolor
  2.7049 +3284 1642 93.81 18 ellipse_path stroke
  2.7050 +0.000 0.000 0.000 nodecolor
  2.7051 +grestore
  2.7052 +% map_address_header->addr_list_append_rfc822
  2.7053 +gsave
  2.7054 +1 setlinewidth
  2.7055 +solid
  2.7056 +0.000 0.000 0.000 edgecolor
  2.7057 +newpath 3339 1627 moveto
  2.7058 +3356 1622 3375 1616 3392 1610 curveto
  2.7059 +3409 1603 3412 1598 3428 1593 curveto
  2.7060 +3439 1589 3449 1586 3460 1583 curveto
  2.7061 +stroke
  2.7062 +0.000 0.000 0.000 edgecolor
  2.7063 +newpath 3461.43 1586.23 moveto
  2.7064 +3470 1580 lineto
  2.7065 +3459.42 1579.52 lineto
  2.7066 +closepath fill
  2.7067 +1 setlinewidth
  2.7068 +solid
  2.7069 +0.000 0.000 0.000 edgecolor
  2.7070 +newpath 3461.43 1586.23 moveto
  2.7071 +3470 1580 lineto
  2.7072 +3459.42 1579.52 lineto
  2.7073 +closepath stroke
  2.7074 +grestore
  2.7075 +% map_address_header->table_find_fnmatch
  2.7076 +gsave
  2.7077 +1 setlinewidth
  2.7078 +solid
  2.7079 +0.000 0.000 0.000 edgecolor
  2.7080 +newpath 3353 1654 moveto
  2.7081 +3367 1658 3380 1663 3392 1669 curveto
  2.7082 +3440 1693 3487 1736 3514 1763 curveto
  2.7083 +stroke
  2.7084 +0.000 0.000 0.000 edgecolor
  2.7085 +newpath 3511.45 1765.4 moveto
  2.7086 +3521 1770 lineto
  2.7087 +3516.4 1760.45 lineto
  2.7088 +closepath fill
  2.7089 +1 setlinewidth
  2.7090 +solid
  2.7091 +0.000 0.000 0.000 edgecolor
  2.7092 +newpath 3511.45 1765.4 moveto
  2.7093 +3521 1770 lineto
  2.7094 +3516.4 1760.45 lineto
  2.7095 +closepath stroke
  2.7096 +grestore
  2.7097 +% queue_run
  2.7098 +gsave
  2.7099 +1 setlinewidth
  2.7100 +0.000 0.000 0.000 nodecolor
  2.7101 +373 1158 52.12 18 ellipse_path stroke
  2.7102 +0.000 0.000 0.000 nodecolor
  2.7103 +grestore
  2.7104 +% queue_run->read_queue
  2.7105 +gsave
  2.7106 +1 setlinewidth
  2.7107 +solid
  2.7108 +0.000 0.000 0.000 edgecolor
  2.7109 +newpath 425 1158 moveto
  2.7110 +452 1158 483 1158 511 1158 curveto
  2.7111 +stroke
  2.7112 +0.000 0.000 0.000 edgecolor
  2.7113 +newpath 511 1161.5 moveto
  2.7114 +521 1158 lineto
  2.7115 +511 1154.5 lineto
  2.7116 +closepath fill
  2.7117 +1 setlinewidth
  2.7118 +solid
  2.7119 +0.000 0.000 0.000 edgecolor
  2.7120 +newpath 511 1161.5 moveto
  2.7121 +521 1158 lineto
  2.7122 +511 1154.5 lineto
  2.7123 +closepath stroke
  2.7124 +grestore
  2.7125 +% queue_run->deliver_msg_list
  2.7126 +gsave
  2.7127 +1 setlinewidth
  2.7128 +solid
  2.7129 +0.000 0.000 0.000 edgecolor
  2.7130 +newpath 375 1176 moveto
  2.7131 +386 1277 454 1777 692 2087 curveto
  2.7132 +694 2089 855 2195 927 2243 curveto
  2.7133 +stroke
  2.7134 +0.000 0.000 0.000 edgecolor
  2.7135 +newpath 924.9 2245.8 moveto
  2.7136 +935 2249 lineto
  2.7137 +929.1 2240.2 lineto
  2.7138 +closepath fill
  2.7139 +1 setlinewidth
  2.7140 +solid
  2.7141 +0.000 0.000 0.000 edgecolor
  2.7142 +newpath 924.9 2245.8 moveto
  2.7143 +935 2249 lineto
  2.7144 +929.1 2240.2 lineto
  2.7145 +closepath stroke
  2.7146 +grestore
  2.7147 +% queue_run->destroy_msg_list
  2.7148 +gsave
  2.7149 +1 setlinewidth
  2.7150 +solid
  2.7151 +0.000 0.000 0.000 edgecolor
  2.7152 +newpath 377 1176 moveto
  2.7153 +391 1240 439 1463 464 1650 curveto
  2.7154 +477 1747 442 2013 500 2093 curveto
  2.7155 +504 2098 509 2103 515 2107 curveto
  2.7156 +stroke
  2.7157 +0.000 0.000 0.000 edgecolor
  2.7158 +newpath 513.56 2110.2 moveto
  2.7159 +524 2112 lineto
  2.7160 +516.96 2104.08 lineto
  2.7161 +closepath fill
  2.7162 +1 setlinewidth
  2.7163 +solid
  2.7164 +0.000 0.000 0.000 edgecolor
  2.7165 +newpath 513.56 2110.2 moveto
  2.7166 +524 2112 lineto
  2.7167 +516.96 2104.08 lineto
  2.7168 +closepath stroke
  2.7169 +grestore
  2.7170 +% set_identity
  2.7171 +gsave
  2.7172 +1 setlinewidth
  2.7173 +0.000 0.000 0.000 nodecolor
  2.7174 +170 494 55.09 18 ellipse_path stroke
  2.7175 +0.000 0.000 0.000 nodecolor
  2.7176 +grestore
  2.7177 +% set_identity->set_euidgid
  2.7178 +gsave
  2.7179 +1 setlinewidth
  2.7180 +solid
  2.7181 +0.000 0.000 0.000 edgecolor
  2.7182 +newpath 225 496 moveto
  2.7183 +341 501 619 515 850 534 curveto
  2.7184 +1637 600 1833 627 2616 724 curveto
  2.7185 +2737 739 2769 731 2886 762 curveto
  2.7186 +2923 772 2962 789 2991 802 curveto
  2.7187 +stroke
  2.7188 +0.000 0.000 0.000 edgecolor
  2.7189 +newpath 2989.44 805.14 moveto
  2.7190 +3000 806 lineto
  2.7191 +2992.28 798.74 lineto
  2.7192 +closepath fill
  2.7193 +1 setlinewidth
  2.7194 +solid
  2.7195 +0.000 0.000 0.000 edgecolor
  2.7196 +newpath 2989.44 805.14 moveto
  2.7197 +3000 806 lineto
  2.7198 +2992.28 798.74 lineto
  2.7199 +closepath stroke
  2.7200 +grestore
  2.7201 +% set_identity->is_privileged_user
  2.7202 +gsave
  2.7203 +1 setlinewidth
  2.7204 +solid
  2.7205 +0.000 0.000 0.000 edgecolor
  2.7206 +newpath 218 485 moveto
  2.7207 +243 481 273 475 301 470 curveto
  2.7208 +stroke
  2.7209 +0.000 0.000 0.000 edgecolor
  2.7210 +newpath 301.88 473.39 moveto
  2.7211 +311 468 lineto
  2.7212 +300.51 466.53 lineto
  2.7213 +closepath fill
  2.7214 +1 setlinewidth
  2.7215 +solid
  2.7216 +0.000 0.000 0.000 edgecolor
  2.7217 +newpath 301.88 473.39 moveto
  2.7218 +311 468 lineto
  2.7219 +300.51 466.53 lineto
  2.7220 +closepath stroke
  2.7221 +grestore
  2.7222 +% create_msg_out
  2.7223 +gsave
  2.7224 +1 setlinewidth
  2.7225 +0.000 0.000 0.000 nodecolor
  2.7226 +2270 3218 72.96 18 ellipse_path stroke
  2.7227 +0.000 0.000 0.000 nodecolor
  2.7228 +grestore
  2.7229 +% create_msg_out_list->create_msg_out
  2.7230 +gsave
  2.7231 +1 setlinewidth
  2.7232 +solid
  2.7233 +0.000 0.000 0.000 edgecolor
  2.7234 +newpath 1214 2909 moveto
  2.7235 +1300 2968 1594 3157 1868 3221 curveto
  2.7236 +1981 3246 2115 3238 2197 3228 curveto
  2.7237 +stroke
  2.7238 +0.000 0.000 0.000 edgecolor
  2.7239 +newpath 2197.4 3231.48 moveto
  2.7240 +2207 3227 lineto
  2.7241 +2196.7 3224.51 lineto
  2.7242 +closepath fill
  2.7243 +1 setlinewidth
  2.7244 +solid
  2.7245 +0.000 0.000 0.000 edgecolor
  2.7246 +newpath 2197.4 3231.48 moveto
  2.7247 +2207 3227 lineto
  2.7248 +2196.7 3224.51 lineto
  2.7249 +closepath stroke
  2.7250 +grestore
  2.7251 +% rcptlist_with_addr_is_local->addr_is_local
  2.7252 +gsave
  2.7253 +1 setlinewidth
  2.7254 +solid
  2.7255 +0.000 0.000 0.000 edgecolor
  2.7256 +newpath 1273 3184 moveto
  2.7257 +1440 3208 1828 3265 2154 3307 curveto
  2.7258 +2454 3345 2812 3383 2961 3399 curveto
  2.7259 +stroke
  2.7260 +0.000 0.000 0.000 edgecolor
  2.7261 +newpath 2960.7 3402.49 moveto
  2.7262 +2971 3400 lineto
  2.7263 +2961.4 3395.52 lineto
  2.7264 +closepath fill
  2.7265 +1 setlinewidth
  2.7266 +solid
  2.7267 +0.000 0.000 0.000 edgecolor
  2.7268 +newpath 2960.7 3402.49 moveto
  2.7269 +2971 3400 lineto
  2.7270 +2961.4 3395.52 lineto
  2.7271 +closepath stroke
  2.7272 +grestore
  2.7273 +% deliver_msgout_list_online->table_find
  2.7274 +gsave
  2.7275 +1 setlinewidth
  2.7276 +solid
  2.7277 +0.000 0.000 0.000 edgecolor
  2.7278 +newpath 1194 2334 moveto
  2.7279 +1211 2388 1266 2554 1342 2674 curveto
  2.7280 +1531 2969 1569 3079 1868 3262 curveto
  2.7281 +2263 3501 2425 3467 2886 3463 curveto
  2.7282 +3104 3461 3362 3454 3477 3451 curveto
  2.7283 +stroke
  2.7284 +0.000 0.000 0.000 edgecolor
  2.7285 +newpath 3477 3454.5 moveto
  2.7286 +3487 3451 lineto
  2.7287 +3477 3447.5 lineto
  2.7288 +closepath fill
  2.7289 +1 setlinewidth
  2.7290 +solid
  2.7291 +0.000 0.000 0.000 edgecolor
  2.7292 +newpath 3477 3454.5 moveto
  2.7293 +3487 3451 lineto
  2.7294 +3477 3447.5 lineto
  2.7295 +closepath stroke
  2.7296 +grestore
  2.7297 +% deliver_msgout_list_online->detect_online
  2.7298 +gsave
  2.7299 +1 setlinewidth
  2.7300 +solid
  2.7301 +0.000 0.000 0.000 edgecolor
  2.7302 +newpath 1303 2314 moveto
  2.7303 +1325 2314 1349 2313 1370 2313 curveto
  2.7304 +stroke
  2.7305 +0.000 0.000 0.000 edgecolor
  2.7306 +newpath 1370 2316.5 moveto
  2.7307 +1380 2313 lineto
  2.7308 +1370 2309.5 lineto
  2.7309 +closepath fill
  2.7310 +1 setlinewidth
  2.7311 +solid
  2.7312 +0.000 0.000 0.000 edgecolor
  2.7313 +newpath 1370 2316.5 moveto
  2.7314 +1380 2313 lineto
  2.7315 +1370 2309.5 lineto
  2.7316 +closepath stroke
  2.7317 +grestore
  2.7318 +% deliver_msgout_list_online->read_route_list
  2.7319 +gsave
  2.7320 +1 setlinewidth
  2.7321 +solid
  2.7322 +0.000 0.000 0.000 edgecolor
  2.7323 +newpath 1224 2299 moveto
  2.7324 +1248 2285 1282 2265 1306 2242 curveto
  2.7325 +1360 2191 1405 2118 1427 2079 curveto
  2.7326 +stroke
  2.7327 +0.000 0.000 0.000 edgecolor
  2.7328 +newpath 1430.2 2080.44 moveto
  2.7329 +1432 2070 lineto
  2.7330 +1424.08 2077.04 lineto
  2.7331 +closepath fill
  2.7332 +1 setlinewidth
  2.7333 +solid
  2.7334 +0.000 0.000 0.000 edgecolor
  2.7335 +newpath 1430.2 2080.44 moveto
  2.7336 +1432 2070 lineto
  2.7337 +1424.08 2077.04 lineto
  2.7338 +closepath stroke
  2.7339 +grestore
  2.7340 +% deliver_msgout_list_online->destroy_route_list
  2.7341 +gsave
  2.7342 +1 setlinewidth
  2.7343 +solid
  2.7344 +0.000 0.000 0.000 edgecolor
  2.7345 +newpath 1203 2334 moveto
  2.7346 +1245 2390 1373 2557 1422 2621 curveto
  2.7347 +stroke
  2.7348 +0.000 0.000 0.000 edgecolor
  2.7349 +newpath 1419.2 2623.1 moveto
  2.7350 +1428 2629 lineto
  2.7351 +1424.8 2618.9 lineto
  2.7352 +closepath fill
  2.7353 +1 setlinewidth
  2.7354 +solid
  2.7355 +0.000 0.000 0.000 edgecolor
  2.7356 +newpath 1419.2 2623.1 moveto
  2.7357 +1428 2629 lineto
  2.7358 +1424.8 2618.9 lineto
  2.7359 +closepath stroke
  2.7360 +grestore
  2.7361 +% deliver_msgout_list_online->deliver_route_msg_list
  2.7362 +gsave
  2.7363 +1 setlinewidth
  2.7364 +solid
  2.7365 +0.000 0.000 0.000 edgecolor
  2.7366 +newpath 1260 2330 moveto
  2.7367 +1293 2336 1331 2344 1364 2351 curveto
  2.7368 +stroke
  2.7369 +0.000 0.000 0.000 edgecolor
  2.7370 +newpath 1363.51 2354.47 moveto
  2.7371 +1374 2353 lineto
  2.7372 +1364.88 2347.61 lineto
  2.7373 +closepath fill
  2.7374 +1 setlinewidth
  2.7375 +solid
  2.7376 +0.000 0.000 0.000 edgecolor
  2.7377 +newpath 1363.51 2354.47 moveto
  2.7378 +1374 2353 lineto
  2.7379 +1364.88 2347.61 lineto
  2.7380 +closepath stroke
  2.7381 +grestore
  2.7382 +% clone_msg_out->copy_modify_address
  2.7383 +gsave
  2.7384 +1 setlinewidth
  2.7385 +solid
  2.7386 +0.000 0.000 0.000 edgecolor
  2.7387 +newpath 1773 2580 moveto
  2.7388 +1877 2586 2070 2592 2118 2547 curveto
  2.7389 +2177 2490 2094 2235 2154 2181 curveto
  2.7390 +2215 2126 2821 2133 2886 2181 curveto
  2.7391 +2929 2212 2886 2256 2922 2294 curveto
  2.7392 +2992 2364 3102 2394 3184 2407 curveto
  2.7393 +stroke
  2.7394 +0.000 0.000 0.000 edgecolor
  2.7395 +newpath 3183.7 2410.49 moveto
  2.7396 +3194 2408 lineto
  2.7397 +3184.4 2403.52 lineto
  2.7398 +closepath fill
  2.7399 +1 setlinewidth
  2.7400 +solid
  2.7401 +0.000 0.000 0.000 edgecolor
  2.7402 +newpath 3183.7 2410.49 moveto
  2.7403 +3194 2408 lineto
  2.7404 +3184.4 2403.52 lineto
  2.7405 +closepath stroke
  2.7406 +grestore
  2.7407 +% clone_msg_out->create_msg_out
  2.7408 +gsave
  2.7409 +1 setlinewidth
  2.7410 +solid
  2.7411 +0.000 0.000 0.000 edgecolor
  2.7412 +newpath 1724 2592 moveto
  2.7413 +1754 2620 1808 2678 1832 2741 curveto
  2.7414 +1868 2834 1798 3118 1868 3189 curveto
  2.7415 +1912 3233 2085 3230 2190 3224 curveto
  2.7416 +stroke
  2.7417 +0.000 0.000 0.000 edgecolor
  2.7418 +newpath 2190.4 3227.48 moveto
  2.7419 +2200 3223 lineto
  2.7420 +2189.7 3220.51 lineto
  2.7421 +closepath fill
  2.7422 +1 setlinewidth
  2.7423 +solid
  2.7424 +0.000 0.000 0.000 edgecolor
  2.7425 +newpath 2190.4 3227.48 moveto
  2.7426 +2200 3223 lineto
  2.7427 +2189.7 3220.51 lineto
  2.7428 +closepath stroke
  2.7429 +grestore
  2.7430 +% deliver_route_msg_list->msg_rcptlist_route
  2.7431 +gsave
  2.7432 +1 setlinewidth
  2.7433 +solid
  2.7434 +0.000 0.000 0.000 edgecolor
  2.7435 +newpath 1456 2384 moveto
  2.7436 +1478 2412 1526 2465 1578 2493 curveto
  2.7437 +1592 2500 1607 2505 1622 2509 curveto
  2.7438 +stroke
  2.7439 +0.000 0.000 0.000 edgecolor
  2.7440 +newpath 1621.51 2512.47 moveto
  2.7441 +1632 2511 lineto
  2.7442 +1622.88 2505.61 lineto
  2.7443 +closepath fill
  2.7444 +1 setlinewidth
  2.7445 +solid
  2.7446 +0.000 0.000 0.000 edgecolor
  2.7447 +newpath 1621.51 2512.47 moveto
  2.7448 +1632 2511 lineto
  2.7449 +1622.88 2505.61 lineto
  2.7450 +closepath stroke
  2.7451 +grestore
  2.7452 +% deliver_route_msg_list->route_is_allowed_mail_local
  2.7453 +gsave
  2.7454 +1 setlinewidth
  2.7455 +solid
  2.7456 +0.000 0.000 0.000 edgecolor
  2.7457 +newpath 1540 2363 moveto
  2.7458 +1552 2363 1564 2362 1576 2362 curveto
  2.7459 +stroke
  2.7460 +0.000 0.000 0.000 edgecolor
  2.7461 +newpath 1576 2365.5 moveto
  2.7462 +1586 2362 lineto
  2.7463 +1576 2358.5 lineto
  2.7464 +closepath fill
  2.7465 +1 setlinewidth
  2.7466 +solid
  2.7467 +0.000 0.000 0.000 edgecolor
  2.7468 +newpath 1576 2365.5 moveto
  2.7469 +1586 2362 lineto
  2.7470 +1576 2358.5 lineto
  2.7471 +closepath stroke
  2.7472 +grestore
  2.7473 +% deliver_route_msg_list->destroy_msg_out
  2.7474 +gsave
  2.7475 +1 setlinewidth
  2.7476 +solid
  2.7477 +0.000 0.000 0.000 edgecolor
  2.7478 +newpath 1498 2351 moveto
  2.7479 +1532 2342 1570 2332 1578 2331 curveto
  2.7480 +1689 2313 1819 2306 1904 2305 curveto
  2.7481 +stroke
  2.7482 +0.000 0.000 0.000 edgecolor
  2.7483 +newpath 1904 2308.5 moveto
  2.7484 +1914 2305 lineto
  2.7485 +1904 2301.5 lineto
  2.7486 +closepath fill
  2.7487 +1 setlinewidth
  2.7488 +solid
  2.7489 +0.000 0.000 0.000 edgecolor
  2.7490 +newpath 1904 2308.5 moveto
  2.7491 +1914 2305 lineto
  2.7492 +1904 2301.5 lineto
  2.7493 +closepath stroke
  2.7494 +grestore
  2.7495 +% deliver_route_msg_list->clone_msg_out
  2.7496 +gsave
  2.7497 +1 setlinewidth
  2.7498 +solid
  2.7499 +0.000 0.000 0.000 edgecolor
  2.7500 +newpath 1460 2384 moveto
  2.7501 +1482 2405 1517 2442 1542 2479 curveto
  2.7502 +1562 2507 1551 2526 1578 2547 curveto
  2.7503 +1592 2557 1609 2564 1626 2568 curveto
  2.7504 +stroke
  2.7505 +0.000 0.000 0.000 edgecolor
  2.7506 +newpath 1625.51 2571.47 moveto
  2.7507 +1636 2570 lineto
  2.7508 +1626.88 2564.61 lineto
  2.7509 +closepath fill
  2.7510 +1 setlinewidth
  2.7511 +solid
  2.7512 +0.000 0.000 0.000 edgecolor
  2.7513 +newpath 1625.51 2571.47 moveto
  2.7514 +1636 2570 lineto
  2.7515 +1626.88 2564.61 lineto
  2.7516 +closepath stroke
  2.7517 +grestore
  2.7518 +% deliver_route_msg_list->destroy_msg_out_list
  2.7519 +gsave
  2.7520 +1 setlinewidth
  2.7521 +solid
  2.7522 +0.000 0.000 0.000 edgecolor
  2.7523 +newpath 1511 2353 moveto
  2.7524 +1522 2349 1533 2345 1542 2339 curveto
  2.7525 +1563 2326 1558 2310 1578 2298 curveto
  2.7526 +1590 2290 1605 2284 1619 2280 curveto
  2.7527 +stroke
  2.7528 +0.000 0.000 0.000 edgecolor
  2.7529 +newpath 1620.43 2283.23 moveto
  2.7530 +1629 2277 lineto
  2.7531 +1618.42 2276.52 lineto
  2.7532 +closepath fill
  2.7533 +1 setlinewidth
  2.7534 +solid
  2.7535 +0.000 0.000 0.000 edgecolor
  2.7536 +newpath 1620.43 2283.23 moveto
  2.7537 +1629 2277 lineto
  2.7538 +1618.42 2276.52 lineto
  2.7539 +closepath stroke
  2.7540 +grestore
  2.7541 +% route_prepare_msgout
  2.7542 +gsave
  2.7543 +1 setlinewidth
  2.7544 +0.000 0.000 0.000 nodecolor
  2.7545 +2769 1986 98.87 18 ellipse_path stroke
  2.7546 +0.000 0.000 0.000 nodecolor
  2.7547 +grestore
  2.7548 +% deliver_route_msg_list->route_prepare_msgout
  2.7549 +gsave
  2.7550 +1 setlinewidth
  2.7551 +solid
  2.7552 +0.000 0.000 0.000 edgecolor
  2.7553 +newpath 1519 2355 moveto
  2.7554 +1528 2351 1536 2346 1542 2339 curveto
  2.7555 +1591 2288 1529 2235 1578 2185 curveto
  2.7556 +1728 2032 2395 1997 2660 1988 curveto
  2.7557 +stroke
  2.7558 +0.000 0.000 0.000 edgecolor
  2.7559 +newpath 2660 1991.5 moveto
  2.7560 +2670 1988 lineto
  2.7561 +2660 1984.5 lineto
  2.7562 +closepath fill
  2.7563 +1 setlinewidth
  2.7564 +solid
  2.7565 +0.000 0.000 0.000 edgecolor
  2.7566 +newpath 2660 1991.5 moveto
  2.7567 +2670 1988 lineto
  2.7568 +2660 1984.5 lineto
  2.7569 +closepath stroke
  2.7570 +grestore
  2.7571 +% deliver_route_msgout_list
  2.7572 +gsave
  2.7573 +1 setlinewidth
  2.7574 +0.000 0.000 0.000 nodecolor
  2.7575 +1705 2412 111.88 18 ellipse_path stroke
  2.7576 +0.000 0.000 0.000 nodecolor
  2.7577 +grestore
  2.7578 +% deliver_route_msg_list->deliver_route_msgout_list
  2.7579 +gsave
  2.7580 +1 setlinewidth
  2.7581 +solid
  2.7582 +0.000 0.000 0.000 edgecolor
  2.7583 +newpath 1514 2379 moveto
  2.7584 +1547 2384 1585 2391 1619 2397 curveto
  2.7585 +stroke
  2.7586 +0.000 0.000 0.000 edgecolor
  2.7587 +newpath 1618.51 2400.47 moveto
  2.7588 +1629 2399 lineto
  2.7589 +1619.88 2393.61 lineto
  2.7590 +closepath fill
  2.7591 +1 setlinewidth
  2.7592 +solid
  2.7593 +0.000 0.000 0.000 edgecolor
  2.7594 +newpath 1618.51 2400.47 moveto
  2.7595 +1629 2399 lineto
  2.7596 +1619.88 2393.61 lineto
  2.7597 +closepath stroke
  2.7598 +grestore
  2.7599 +% route_is_allowed_return_path
  2.7600 +gsave
  2.7601 +1 setlinewidth
  2.7602 +0.000 0.000 0.000 nodecolor
  2.7603 +1705 2466 127.16 18 ellipse_path stroke
  2.7604 +0.000 0.000 0.000 nodecolor
  2.7605 +grestore
  2.7606 +% deliver_route_msg_list->route_is_allowed_return_path
  2.7607 +gsave
  2.7608 +1 setlinewidth
  2.7609 +solid
  2.7610 +0.000 0.000 0.000 edgecolor
  2.7611 +newpath 1469 2383 moveto
  2.7612 +1496 2400 1538 2424 1578 2439 curveto
  2.7613 +1590 2443 1602 2446 1614 2449 curveto
  2.7614 +stroke
  2.7615 +0.000 0.000 0.000 edgecolor
  2.7616 +newpath 1613.42 2452.48 moveto
  2.7617 +1624 2452 lineto
  2.7618 +1615.43 2445.77 lineto
  2.7619 +closepath fill
  2.7620 +1 setlinewidth
  2.7621 +solid
  2.7622 +0.000 0.000 0.000 edgecolor
  2.7623 +newpath 1613.42 2452.48 moveto
  2.7624 +1624 2452 lineto
  2.7625 +1615.43 2445.77 lineto
  2.7626 +closepath stroke
  2.7627 +grestore
  2.7628 +% destroy_msg_out_list->destroy_msg_out
  2.7629 +gsave
  2.7630 +1 setlinewidth
  2.7631 +solid
  2.7632 +0.000 0.000 0.000 edgecolor
  2.7633 +newpath 1784 2276 moveto
  2.7634 +1825 2282 1874 2288 1914 2294 curveto
  2.7635 +stroke
  2.7636 +0.000 0.000 0.000 edgecolor
  2.7637 +newpath 1913.7 2297.49 moveto
  2.7638 +1924 2295 lineto
  2.7639 +1914.4 2290.52 lineto
  2.7640 +closepath fill
  2.7641 +1 setlinewidth
  2.7642 +solid
  2.7643 +0.000 0.000 0.000 edgecolor
  2.7644 +newpath 1913.7 2297.49 moveto
  2.7645 +1924 2295 lineto
  2.7646 +1914.4 2290.52 lineto
  2.7647 +closepath stroke
  2.7648 +grestore
  2.7649 +% deliver_local->msg_free_data
  2.7650 +gsave
  2.7651 +1 setlinewidth
  2.7652 +solid
  2.7653 +0.000 0.000 0.000 edgecolor
  2.7654 +newpath 2310 2677 moveto
  2.7655 +2340 2667 2383 2655 2422 2650 curveto
  2.7656 +2508 2638 2531 2641 2616 2650 curveto
  2.7657 +2624 2650 2881 2699 2886 2704 curveto
  2.7658 +2922 2734 2884 2775 2922 2802 curveto
  2.7659 +2967 2834 3120 2822 3212 2812 curveto
  2.7660 +stroke
  2.7661 +0.000 0.000 0.000 edgecolor
  2.7662 +newpath 3212.4 2815.48 moveto
  2.7663 +3222 2811 lineto
  2.7664 +3211.7 2808.51 lineto
  2.7665 +closepath fill
  2.7666 +1 setlinewidth
  2.7667 +solid
  2.7668 +0.000 0.000 0.000 edgecolor
  2.7669 +newpath 3212.4 2815.48 moveto
  2.7670 +3222 2811 lineto
  2.7671 +3211.7 2808.51 lineto
  2.7672 +closepath stroke
  2.7673 +grestore
  2.7674 +% deliver_local->deliver_finish
  2.7675 +gsave
  2.7676 +1 setlinewidth
  2.7677 +solid
  2.7678 +0.000 0.000 0.000 edgecolor
  2.7679 +newpath 2271 2673 moveto
  2.7680 +2274 2606 2294 2367 2422 2240 curveto
  2.7681 +2431 2231 2443 2225 2454 2220 curveto
  2.7682 +stroke
  2.7683 +0.000 0.000 0.000 edgecolor
  2.7684 +newpath 2455.43 2223.23 moveto
  2.7685 +2464 2217 lineto
  2.7686 +2453.42 2216.52 lineto
  2.7687 +closepath fill
  2.7688 +1 setlinewidth
  2.7689 +solid
  2.7690 +0.000 0.000 0.000 edgecolor
  2.7691 +newpath 2455.43 2223.23 moveto
  2.7692 +2464 2217 lineto
  2.7693 +2453.42 2216.52 lineto
  2.7694 +closepath stroke
  2.7695 +grestore
  2.7696 +% deliver_local->destroy_table
  2.7697 +gsave
  2.7698 +1 setlinewidth
  2.7699 +solid
  2.7700 +0.000 0.000 0.000 edgecolor
  2.7701 +newpath 2284 2709 moveto
  2.7702 +2310 2740 2362 2810 2386 2879 curveto
  2.7703 +2423 2978 2351 3036 2422 3115 curveto
  2.7704 +2477 3175 3029 3277 3219 3311 curveto
  2.7705 +stroke
  2.7706 +0.000 0.000 0.000 edgecolor
  2.7707 +newpath 3218.51 3314.47 moveto
  2.7708 +3229 3313 lineto
  2.7709 +3219.88 3307.61 lineto
  2.7710 +closepath fill
  2.7711 +1 setlinewidth
  2.7712 +solid
  2.7713 +0.000 0.000 0.000 edgecolor
  2.7714 +newpath 3218.51 3314.47 moveto
  2.7715 +3229 3313 lineto
  2.7716 +3219.88 3307.61 lineto
  2.7717 +closepath stroke
  2.7718 +grestore
  2.7719 +% deliver_local->addr_string
  2.7720 +gsave
  2.7721 +1 setlinewidth
  2.7722 +solid
  2.7723 +0.000 0.000 0.000 edgecolor
  2.7724 +newpath 2276 2673 moveto
  2.7725 +2296 2612 2362 2408 2386 2235 curveto
  2.7726 +2394 2183 2389 1338 2422 1299 curveto
  2.7727 +2480 1233 2554 1322 2616 1261 curveto
  2.7728 +2669 1210 2606 1156 2652 1099 curveto
  2.7729 +2673 1075 3100 897 3240 839 curveto
  2.7730 +stroke
  2.7731 +0.000 0.000 0.000 edgecolor
  2.7732 +newpath 3242.02 841.96 moveto
  2.7733 +3250 835 lineto
  2.7734 +3239.42 835.46 lineto
  2.7735 +closepath fill
  2.7736 +1 setlinewidth
  2.7737 +solid
  2.7738 +0.000 0.000 0.000 edgecolor
  2.7739 +newpath 3242.02 841.96 moveto
  2.7740 +3250 835 lineto
  2.7741 +3239.42 835.46 lineto
  2.7742 +closepath stroke
  2.7743 +grestore
  2.7744 +% deliver_local->spool_read_data
  2.7745 +gsave
  2.7746 +1 setlinewidth
  2.7747 +solid
  2.7748 +0.000 0.000 0.000 edgecolor
  2.7749 +newpath 2274 2673 moveto
  2.7750 +2291 2599 2356 2323 2422 2268 curveto
  2.7751 +2490 2211 2557 2299 2616 2235 curveto
  2.7752 +2675 2171 2594 1913 2652 1850 curveto
  2.7753 +2724 1771 2813 1883 2886 1807 curveto
  2.7754 +2963 1727 2844 1637 2922 1560 curveto
  2.7755 +2941 1541 3099 1525 3200 1518 curveto
  2.7756 +stroke
  2.7757 +0.000 0.000 0.000 edgecolor
  2.7758 +newpath 3200.4 1521.48 moveto
  2.7759 +3210 1517 lineto
  2.7760 +3199.7 1514.51 lineto
  2.7761 +closepath fill
  2.7762 +1 setlinewidth
  2.7763 +solid
  2.7764 +0.000 0.000 0.000 edgecolor
  2.7765 +newpath 3200.4 1521.48 moveto
  2.7766 +3210 1517 lineto
  2.7767 +3199.7 1514.51 lineto
  2.7768 +closepath stroke
  2.7769 +grestore
  2.7770 +% deliver_local->var_table_msg
  2.7771 +gsave
  2.7772 +1 setlinewidth
  2.7773 +solid
  2.7774 +0.000 0.000 0.000 edgecolor
  2.7775 +newpath 2326 2684 moveto
  2.7776 +2395 2677 2515 2669 2616 2683 curveto
  2.7777 +2633 2685 2636 2689 2652 2693 curveto
  2.7778 +2756 2716 2804 2670 2886 2737 curveto
  2.7779 +2919 2763 2889 2799 2922 2824 curveto
  2.7780 +3009 2887 3141 2881 3220 2870 curveto
  2.7781 +stroke
  2.7782 +0.000 0.000 0.000 edgecolor
  2.7783 +newpath 3220.88 2873.39 moveto
  2.7784 +3230 2868 lineto
  2.7785 +3219.51 2866.53 lineto
  2.7786 +closepath fill
  2.7787 +1 setlinewidth
  2.7788 +solid
  2.7789 +0.000 0.000 0.000 edgecolor
  2.7790 +newpath 3220.88 2873.39 moveto
  2.7791 +3230 2868 lineto
  2.7792 +3219.51 2866.53 lineto
  2.7793 +closepath stroke
  2.7794 +grestore
  2.7795 +% deliver_local->expand
  2.7796 +gsave
  2.7797 +1 setlinewidth
  2.7798 +solid
  2.7799 +0.000 0.000 0.000 edgecolor
  2.7800 +newpath 2284 2709 moveto
  2.7801 +2309 2741 2360 2811 2386 2879 curveto
  2.7802 +2417 2958 2361 3007 2422 3067 curveto
  2.7803 +2538 3180 3069 3187 3234 3185 curveto
  2.7804 +stroke
  2.7805 +0.000 0.000 0.000 edgecolor
  2.7806 +newpath 3234 3188.5 moveto
  2.7807 +3244 3185 lineto
  2.7808 +3234 3181.5 lineto
  2.7809 +closepath fill
  2.7810 +1 setlinewidth
  2.7811 +solid
  2.7812 +0.000 0.000 0.000 edgecolor
  2.7813 +newpath 3234 3188.5 moveto
  2.7814 +3244 3185 lineto
  2.7815 +3234 3181.5 lineto
  2.7816 +closepath stroke
  2.7817 +grestore
  2.7818 +% deliver_local->create_header
  2.7819 +gsave
  2.7820 +1 setlinewidth
  2.7821 +solid
  2.7822 +0.000 0.000 0.000 edgecolor
  2.7823 +newpath 2274 2673 moveto
  2.7824 +2289 2606 2345 2367 2422 2181 curveto
  2.7825 +2505 1981 2487 1891 2652 1753 curveto
  2.7826 +2736 1682 2816 1760 2886 1677 curveto
  2.7827 +2959 1590 2842 1504 2922 1425 curveto
  2.7828 +2942 1405 3111 1389 3211 1382 curveto
  2.7829 +stroke
  2.7830 +0.000 0.000 0.000 edgecolor
  2.7831 +newpath 3211.4 1385.48 moveto
  2.7832 +3221 1381 lineto
  2.7833 +3210.7 1378.51 lineto
  2.7834 +closepath fill
  2.7835 +1 setlinewidth
  2.7836 +solid
  2.7837 +0.000 0.000 0.000 edgecolor
  2.7838 +newpath 3211.4 1385.48 moveto
  2.7839 +3221 1381 lineto
  2.7840 +3210.7 1378.51 lineto
  2.7841 +closepath stroke
  2.7842 +grestore
  2.7843 +% deliver_local->destroy_header
  2.7844 +gsave
  2.7845 +1 setlinewidth
  2.7846 +solid
  2.7847 +0.000 0.000 0.000 edgecolor
  2.7848 +newpath 2275 2673 moveto
  2.7849 +2289 2621 2336 2470 2422 2378 curveto
  2.7850 +2490 2305 2558 2348 2616 2268 curveto
  2.7851 +2664 2202 2595 2145 2652 2089 curveto
  2.7852 +2728 2014 2811 2119 2886 2046 curveto
  2.7853 +2942 1991 2866 1927 2922 1875 curveto
  2.7854 +2942 1856 3106 1840 3206 1832 curveto
  2.7855 +stroke
  2.7856 +0.000 0.000 0.000 edgecolor
  2.7857 +newpath 3206.4 1835.48 moveto
  2.7858 +3216 1831 lineto
  2.7859 +3205.7 1828.51 lineto
  2.7860 +closepath fill
  2.7861 +1 setlinewidth
  2.7862 +solid
  2.7863 +0.000 0.000 0.000 edgecolor
  2.7864 +newpath 3206.4 1835.48 moveto
  2.7865 +3216 1831 lineto
  2.7866 +3205.7 1828.51 lineto
  2.7867 +closepath stroke
  2.7868 +grestore
  2.7869 +% deliver_local->pipe_out
  2.7870 +gsave
  2.7871 +1 setlinewidth
  2.7872 +solid
  2.7873 +0.000 0.000 0.000 edgecolor
  2.7874 +newpath 2312 2704 moveto
  2.7875 +2343 2713 2385 2726 2422 2737 curveto
  2.7876 +2438 2741 2455 2746 2471 2750 curveto
  2.7877 +stroke
  2.7878 +0.000 0.000 0.000 edgecolor
  2.7879 +newpath 2470.42 2753.48 moveto
  2.7880 +2481 2753 lineto
  2.7881 +2472.43 2746.77 lineto
  2.7882 +closepath fill
  2.7883 +1 setlinewidth
  2.7884 +solid
  2.7885 +0.000 0.000 0.000 edgecolor
  2.7886 +newpath 2470.42 2753.48 moveto
  2.7887 +2481 2753 lineto
  2.7888 +2472.43 2746.77 lineto
  2.7889 +closepath stroke
  2.7890 +grestore
  2.7891 +% deliver_local->addr_find_ancestor
  2.7892 +gsave
  2.7893 +1 setlinewidth
  2.7894 +solid
  2.7895 +0.000 0.000 0.000 edgecolor
  2.7896 +newpath 2289 2708 moveto
  2.7897 +2317 2732 2369 2772 2422 2791 curveto
  2.7898 +2504 2819 2603 2824 2675 2823 curveto
  2.7899 +stroke
  2.7900 +0.000 0.000 0.000 edgecolor
  2.7901 +newpath 2675 2826.5 moveto
  2.7902 +2685 2823 lineto
  2.7903 +2675 2819.5 lineto
  2.7904 +closepath fill
  2.7905 +1 setlinewidth
  2.7906 +solid
  2.7907 +0.000 0.000 0.000 edgecolor
  2.7908 +newpath 2675 2826.5 moveto
  2.7909 +2685 2823 lineto
  2.7910 +2675 2819.5 lineto
  2.7911 +closepath stroke
  2.7912 +grestore
  2.7913 +% deliver_local->delivery_failures
  2.7914 +gsave
  2.7915 +1 setlinewidth
  2.7916 +solid
  2.7917 +0.000 0.000 0.000 edgecolor
  2.7918 +newpath 2286 2709 moveto
  2.7919 +2312 2737 2366 2791 2422 2824 curveto
  2.7920 +2433 2830 2446 2835 2458 2840 curveto
  2.7921 +stroke
  2.7922 +0.000 0.000 0.000 edgecolor
  2.7923 +newpath 2457.42 2843.48 moveto
  2.7924 +2468 2843 lineto
  2.7925 +2459.43 2836.77 lineto
  2.7926 +closepath fill
  2.7927 +1 setlinewidth
  2.7928 +solid
  2.7929 +0.000 0.000 0.000 edgecolor
  2.7930 +newpath 2457.42 2843.48 moveto
  2.7931 +2468 2843 lineto
  2.7932 +2459.43 2836.77 lineto
  2.7933 +closepath stroke
  2.7934 +grestore
  2.7935 +% deliver_local->var_table_rcpt
  2.7936 +gsave
  2.7937 +1 setlinewidth
  2.7938 +solid
  2.7939 +0.000 0.000 0.000 edgecolor
  2.7940 +newpath 2281 2709 moveto
  2.7941 +2316 2765 2421 2935 2422 2937 curveto
  2.7942 +2444 2965 2473 2995 2494 3016 curveto
  2.7943 +stroke
  2.7944 +0.000 0.000 0.000 edgecolor
  2.7945 +newpath 2491.45 3018.4 moveto
  2.7946 +2501 3023 lineto
  2.7947 +2496.4 3013.45 lineto
  2.7948 +closepath fill
  2.7949 +1 setlinewidth
  2.7950 +solid
  2.7951 +0.000 0.000 0.000 edgecolor
  2.7952 +newpath 2491.45 3018.4 moveto
  2.7953 +2501 3023 lineto
  2.7954 +2496.4 3013.45 lineto
  2.7955 +closepath stroke
  2.7956 +grestore
  2.7957 +% deliver_local->append_file
  2.7958 +gsave
  2.7959 +1 setlinewidth
  2.7960 +solid
  2.7961 +0.000 0.000 0.000 edgecolor
  2.7962 +newpath 2329 2695 moveto
  2.7963 +2367 2698 2415 2702 2454 2705 curveto
  2.7964 +stroke
  2.7965 +0.000 0.000 0.000 edgecolor
  2.7966 +newpath 2453.7 2708.49 moveto
  2.7967 +2464 2706 lineto
  2.7968 +2454.4 2701.52 lineto
  2.7969 +closepath fill
  2.7970 +1 setlinewidth
  2.7971 +solid
  2.7972 +0.000 0.000 0.000 edgecolor
  2.7973 +newpath 2453.7 2708.49 moveto
  2.7974 +2464 2706 lineto
  2.7975 +2454.4 2701.52 lineto
  2.7976 +closepath stroke
  2.7977 +grestore
  2.7978 +% _g_list_strcasecmp
  2.7979 +gsave
  2.7980 +1 setlinewidth
  2.7981 +0.000 0.000 0.000 nodecolor
  2.7982 +2519 2910 86.86 18 ellipse_path stroke
  2.7983 +0.000 0.000 0.000 nodecolor
  2.7984 +grestore
  2.7985 +% deliver_local->_g_list_strcasecmp
  2.7986 +gsave
  2.7987 +1 setlinewidth
  2.7988 +dotted
  2.7989 +0.000 0.000 0.000 edgecolor
  2.7990 +newpath 2279 2709 moveto
  2.7991 +2300 2747 2352 2836 2422 2883 curveto
  2.7992 +2429 2887 2437 2891 2445 2894 curveto
  2.7993 +stroke
  2.7994 +0.000 0.000 0.000 edgecolor
  2.7995 +newpath 2444.42 2897.54 moveto
  2.7996 +2455 2898 lineto
  2.7997 +2447.02 2891.04 lineto
  2.7998 +closepath fill
  2.7999 +1 setlinewidth
  2.8000 +solid
  2.8001 +0.000 0.000 0.000 edgecolor
  2.8002 +newpath 2444.42 2897.54 moveto
  2.8003 +2455 2898 lineto
  2.8004 +2447.02 2891.04 lineto
  2.8005 +closepath stroke
  2.8006 +grestore
  2.8007 +% create_local_route->resolve_byname
  2.8008 +gsave
  2.8009 +1 setlinewidth
  2.8010 +dotted
  2.8011 +0.000 0.000 0.000 edgecolor
  2.8012 +newpath 1260 2173 moveto
  2.8013 +1277 2167 1294 2159 1306 2147 curveto
  2.8014 +1346 2106 1301 2063 1342 2025 curveto
  2.8015 +1463 1911 1540 1940 1705 1940 curveto
  2.8016 +1705 1940 1705 1940 2519 1940 curveto
  2.8017 +2683 1940 2726 1927 2886 1959 curveto
  2.8018 +3020 1985 3169 2047 3241 2080 curveto
  2.8019 +stroke
  2.8020 +0.000 0.000 0.000 edgecolor
  2.8021 +newpath 3239.44 2083.14 moveto
  2.8022 +3250 2084 lineto
  2.8023 +3242.28 2076.74 lineto
  2.8024 +closepath fill
  2.8025 +1 setlinewidth
  2.8026 +solid
  2.8027 +0.000 0.000 0.000 edgecolor
  2.8028 +newpath 3239.44 2083.14 moveto
  2.8029 +3250 2084 lineto
  2.8030 +3242.28 2076.74 lineto
  2.8031 +closepath stroke
  2.8032 +grestore
  2.8033 +% queue_list
  2.8034 +gsave
  2.8035 +1 setlinewidth
  2.8036 +0.000 0.000 0.000 nodecolor
  2.8037 +373 624 50.03 18 ellipse_path stroke
  2.8038 +0.000 0.000 0.000 nodecolor
  2.8039 +grestore
  2.8040 +% queue_list->read_queue
  2.8041 +gsave
  2.8042 +1 setlinewidth
  2.8043 +solid
  2.8044 +0.000 0.000 0.000 edgecolor
  2.8045 +newpath 421 628 moveto
  2.8046 +437 632 453 639 464 651 curveto
  2.8047 +524 718 482 762 500 849 curveto
  2.8048 +523 954 556 1077 570 1130 curveto
  2.8049 +stroke
  2.8050 +0.000 0.000 0.000 edgecolor
  2.8051 +newpath 566.77 1131.43 moveto
  2.8052 +573 1140 lineto
  2.8053 +573.48 1129.42 lineto
  2.8054 +closepath fill
  2.8055 +1 setlinewidth
  2.8056 +solid
  2.8057 +0.000 0.000 0.000 edgecolor
  2.8058 +newpath 566.77 1131.43 moveto
  2.8059 +573 1140 lineto
  2.8060 +573.48 1129.42 lineto
  2.8061 +closepath stroke
  2.8062 +grestore
  2.8063 +% queue_list->addr_string
  2.8064 +gsave
  2.8065 +1 setlinewidth
  2.8066 +solid
  2.8067 +0.000 0.000 0.000 edgecolor
  2.8068 +newpath 422 620 moveto
  2.8069 +603 603 1239 548 1442 548 curveto
  2.8070 +1442 548 1442 548 1705 548 curveto
  2.8071 +1785 548 3079 553 3140 604 curveto
  2.8072 +3198 653 3130 711 3176 769 curveto
  2.8073 +3190 786 3211 798 3231 806 curveto
  2.8074 +stroke
  2.8075 +0.000 0.000 0.000 edgecolor
  2.8076 +newpath 3229.44 809.14 moveto
  2.8077 +3240 810 lineto
  2.8078 +3232.28 802.74 lineto
  2.8079 +closepath fill
  2.8080 +1 setlinewidth
  2.8081 +solid
  2.8082 +0.000 0.000 0.000 edgecolor
  2.8083 +newpath 3229.44 809.14 moveto
  2.8084 +3240 810 lineto
  2.8085 +3232.28 802.74 lineto
  2.8086 +closepath stroke
  2.8087 +grestore
  2.8088 +% accept_connect
  2.8089 +gsave
  2.8090 +1 setlinewidth
  2.8091 +0.000 0.000 0.000 nodecolor
  2.8092 +373 770 72.96 18 ellipse_path stroke
  2.8093 +0.000 0.000 0.000 nodecolor
  2.8094 +grestore
  2.8095 +% accept_connect->sigchld_handler
  2.8096 +gsave
  2.8097 +1 setlinewidth
  2.8098 +dotted
  2.8099 +0.000 0.000 0.000 edgecolor
  2.8100 +newpath 441 763 moveto
  2.8101 +460 761 481 760 500 758 curveto
  2.8102 +stroke
  2.8103 +0.000 0.000 0.000 edgecolor
  2.8104 +newpath 500.4 761.48 moveto
  2.8105 +510 757 lineto
  2.8106 +499.7 754.51 lineto
  2.8107 +closepath fill
  2.8108 +1 setlinewidth
  2.8109 +solid
  2.8110 +0.000 0.000 0.000 edgecolor
  2.8111 +newpath 500.4 761.48 moveto
  2.8112 +510 757 lineto
  2.8113 +499.7 754.51 lineto
  2.8114 +closepath stroke
  2.8115 +grestore
  2.8116 +% accept_connect->smtp_in
  2.8117 +gsave
  2.8118 +1 setlinewidth
  2.8119 +solid
  2.8120 +0.000 0.000 0.000 edgecolor
  2.8121 +newpath 424 783 moveto
  2.8122 +458 791 500 802 532 810 curveto
  2.8123 +stroke
  2.8124 +0.000 0.000 0.000 edgecolor
  2.8125 +newpath 531.42 813.48 moveto
  2.8126 +542 813 lineto
  2.8127 +533.43 806.77 lineto
  2.8128 +closepath fill
  2.8129 +1 setlinewidth
  2.8130 +solid
  2.8131 +0.000 0.000 0.000 edgecolor
  2.8132 +newpath 531.42 813.48 moveto
  2.8133 +542 813 lineto
  2.8134 +533.43 806.77 lineto
  2.8135 +closepath stroke
  2.8136 +grestore
  2.8137 +% queue_delete
  2.8138 +gsave
  2.8139 +1 setlinewidth
  2.8140 +0.000 0.000 0.000 nodecolor
  2.8141 +961 952 61.84 18 ellipse_path stroke
  2.8142 +0.000 0.000 0.000 nodecolor
  2.8143 +grestore
  2.8144 +% queue_delete->spool_unlock
  2.8145 +gsave
  2.8146 +1 setlinewidth
  2.8147 +solid
  2.8148 +0.000 0.000 0.000 edgecolor
  2.8149 +newpath 1003 939 moveto
  2.8150 +1041 927 1097 909 1137 896 curveto
  2.8151 +stroke
  2.8152 +0.000 0.000 0.000 edgecolor
  2.8153 +newpath 1138.43 899.23 moveto
  2.8154 +1147 893 lineto
  2.8155 +1136.42 892.52 lineto
  2.8156 +closepath fill
  2.8157 +1 setlinewidth
  2.8158 +solid
  2.8159 +0.000 0.000 0.000 edgecolor
  2.8160 +newpath 1138.43 899.23 moveto
  2.8161 +1147 893 lineto
  2.8162 +1136.42 892.52 lineto
  2.8163 +closepath stroke
  2.8164 +grestore
  2.8165 +% queue_delete->spool_lock
  2.8166 +gsave
  2.8167 +1 setlinewidth
  2.8168 +solid
  2.8169 +0.000 0.000 0.000 edgecolor
  2.8170 +newpath 1023 952 moveto
  2.8171 +1055 952 1092 952 1124 952 curveto
  2.8172 +stroke
  2.8173 +0.000 0.000 0.000 edgecolor
  2.8174 +newpath 1124 955.5 moveto
  2.8175 +1134 952 lineto
  2.8176 +1124 948.5 lineto
  2.8177 +closepath fill
  2.8178 +1 setlinewidth
  2.8179 +solid
  2.8180 +0.000 0.000 0.000 edgecolor
  2.8181 +newpath 1124 955.5 moveto
  2.8182 +1134 952 lineto
  2.8183 +1124 948.5 lineto
  2.8184 +closepath stroke
  2.8185 +grestore
  2.8186 +% rewrite_headers
  2.8187 +gsave
  2.8188 +1 setlinewidth
  2.8189 +0.000 0.000 0.000 nodecolor
  2.8190 +3031 1734 71.77 18 ellipse_path stroke
  2.8191 +0.000 0.000 0.000 nodecolor
  2.8192 +grestore
  2.8193 +% rewrite_headers->create_header
  2.8194 +gsave
  2.8195 +1 setlinewidth
  2.8196 +solid
  2.8197 +0.000 0.000 0.000 edgecolor
  2.8198 +newpath 3039 1716 moveto
  2.8199 +3068 1647 3170 1409 3176 1404 curveto
  2.8200 +3186 1395 3199 1389 3212 1385 curveto
  2.8201 +stroke
  2.8202 +0.000 0.000 0.000 edgecolor
  2.8203 +newpath 3213.43 1388.23 moveto
  2.8204 +3222 1382 lineto
  2.8205 +3211.42 1381.52 lineto
  2.8206 +closepath fill
  2.8207 +1 setlinewidth
  2.8208 +solid
  2.8209 +0.000 0.000 0.000 edgecolor
  2.8210 +newpath 3213.43 1388.23 moveto
  2.8211 +3222 1382 lineto
  2.8212 +3211.42 1381.52 lineto
  2.8213 +closepath stroke
  2.8214 +grestore
  2.8215 +% rewrite_headers->map_address_header
  2.8216 +gsave
  2.8217 +1 setlinewidth
  2.8218 +solid
  2.8219 +0.000 0.000 0.000 edgecolor
  2.8220 +newpath 3087 1723 moveto
  2.8221 +3105 1718 3124 1711 3140 1702 curveto
  2.8222 +3159 1691 3157 1679 3176 1669 curveto
  2.8223 +3185 1665 3195 1661 3204 1657 curveto
  2.8224 +stroke
  2.8225 +0.000 0.000 0.000 edgecolor
  2.8226 +newpath 3205.43 1660.23 moveto
  2.8227 +3214 1654 lineto
  2.8228 +3203.42 1653.52 lineto
  2.8229 +closepath fill
  2.8230 +1 setlinewidth
  2.8231 +solid
  2.8232 +0.000 0.000 0.000 edgecolor
  2.8233 +newpath 3205.43 1660.23 moveto
  2.8234 +3214 1654 lineto
  2.8235 +3203.42 1653.52 lineto
  2.8236 +closepath stroke
  2.8237 +grestore
  2.8238 +% set_address_header_domain
  2.8239 +gsave
  2.8240 +1 setlinewidth
  2.8241 +0.000 0.000 0.000 nodecolor
  2.8242 +3805 1677 121.8 18 ellipse_path stroke
  2.8243 +0.000 0.000 0.000 nodecolor
  2.8244 +grestore
  2.8245 +% rewrite_headers->set_address_header_domain
  2.8246 +gsave
  2.8247 +1 setlinewidth
  2.8248 +solid
  2.8249 +0.000 0.000 0.000 edgecolor
  2.8250 +newpath 3104 1733 moveto
  2.8251 +3177 1732 3292 1730 3392 1723 curveto
  2.8252 +3499 1715 3620 1701 3704 1690 curveto
  2.8253 +stroke
  2.8254 +0.000 0.000 0.000 edgecolor
  2.8255 +newpath 3704.4 1693.48 moveto
  2.8256 +3714 1689 lineto
  2.8257 +3703.7 1686.51 lineto
  2.8258 +closepath fill
  2.8259 +1 setlinewidth
  2.8260 +solid
  2.8261 +0.000 0.000 0.000 edgecolor
  2.8262 +newpath 3704.4 1693.48 moveto
  2.8263 +3714 1689 lineto
  2.8264 +3703.7 1686.51 lineto
  2.8265 +closepath stroke
  2.8266 +grestore
  2.8267 +% copy_header
  2.8268 +gsave
  2.8269 +1 setlinewidth
  2.8270 +0.000 0.000 0.000 nodecolor
  2.8271 +3284 1696 61.84 18 ellipse_path stroke
  2.8272 +0.000 0.000 0.000 nodecolor
  2.8273 +grestore
  2.8274 +% rewrite_headers->copy_header
  2.8275 +gsave
  2.8276 +1 setlinewidth
  2.8277 +solid
  2.8278 +0.000 0.000 0.000 edgecolor
  2.8279 +newpath 3093 1725 moveto
  2.8280 +3131 1719 3179 1711 3218 1706 curveto
  2.8281 +stroke
  2.8282 +0.000 0.000 0.000 edgecolor
  2.8283 +newpath 3218.88 1709.39 moveto
  2.8284 +3228 1704 lineto
  2.8285 +3217.51 1702.53 lineto
  2.8286 +closepath fill
  2.8287 +1 setlinewidth
  2.8288 +solid
  2.8289 +0.000 0.000 0.000 edgecolor
  2.8290 +newpath 3218.88 1709.39 moveto
  2.8291 +3228 1704 lineto
  2.8292 +3217.51 1702.53 lineto
  2.8293 +closepath stroke
  2.8294 +grestore
  2.8295 +% set_address_header_domain->parse_address_rfc822
  2.8296 +gsave
  2.8297 +1 setlinewidth
  2.8298 +solid
  2.8299 +0.000 0.000 0.000 edgecolor
  2.8300 +newpath 3873 1662 moveto
  2.8301 +3909 1654 3953 1644 3989 1636 curveto
  2.8302 +stroke
  2.8303 +0.000 0.000 0.000 edgecolor
  2.8304 +newpath 3989.88 1639.39 moveto
  2.8305 +3999 1634 lineto
  2.8306 +3988.51 1632.53 lineto
  2.8307 +closepath fill
  2.8308 +1 setlinewidth
  2.8309 +solid
  2.8310 +0.000 0.000 0.000 edgecolor
  2.8311 +newpath 3989.88 1639.39 moveto
  2.8312 +3999 1634 lineto
  2.8313 +3988.51 1632.53 lineto
  2.8314 +closepath stroke
  2.8315 +grestore
  2.8316 +% listen_port
  2.8317 +gsave
  2.8318 +1 setlinewidth
  2.8319 +0.000 0.000 0.000 nodecolor
  2.8320 +170 770 52.12 18 ellipse_path stroke
  2.8321 +0.000 0.000 0.000 nodecolor
  2.8322 +grestore
  2.8323 +% listen_port->make_server_socket
  2.8324 +gsave
  2.8325 +1 setlinewidth
  2.8326 +solid
  2.8327 +0.000 0.000 0.000 edgecolor
  2.8328 +newpath 197 754 moveto
  2.8329 +219 742 252 723 282 710 curveto
  2.8330 +293 705 305 701 317 696 curveto
  2.8331 +stroke
  2.8332 +0.000 0.000 0.000 edgecolor
  2.8333 +newpath 317.62 699.48 moveto
  2.8334 +326 693 lineto
  2.8335 +315.41 692.84 lineto
  2.8336 +closepath fill
  2.8337 +1 setlinewidth
  2.8338 +solid
  2.8339 +0.000 0.000 0.000 edgecolor
  2.8340 +newpath 317.62 699.48 moveto
  2.8341 +326 693 lineto
  2.8342 +315.41 692.84 lineto
  2.8343 +closepath stroke
  2.8344 +grestore
  2.8345 +% listen_port->sighup_handler
  2.8346 +gsave
  2.8347 +1 setlinewidth
  2.8348 +dotted
  2.8349 +0.000 0.000 0.000 edgecolor
  2.8350 +newpath 212 781 moveto
  2.8351 +241 789 281 800 314 808 curveto
  2.8352 +stroke
  2.8353 +0.000 0.000 0.000 edgecolor
  2.8354 +newpath 313.42 811.48 moveto
  2.8355 +324 811 lineto
  2.8356 +315.43 804.77 lineto
  2.8357 +closepath fill
  2.8358 +1 setlinewidth
  2.8359 +solid
  2.8360 +0.000 0.000 0.000 edgecolor
  2.8361 +newpath 313.42 811.48 moveto
  2.8362 +324 811 lineto
  2.8363 +315.43 804.77 lineto
  2.8364 +closepath stroke
  2.8365 +grestore
  2.8366 +% listen_port->sigchld_handler
  2.8367 +gsave
  2.8368 +1 setlinewidth
  2.8369 +dotted
  2.8370 +0.000 0.000 0.000 edgecolor
  2.8371 +newpath 210 758 moveto
  2.8372 +231 753 258 746 282 743 curveto
  2.8373 +356 734 441 738 501 742 curveto
  2.8374 +stroke
  2.8375 +0.000 0.000 0.000 edgecolor
  2.8376 +newpath 500.7 745.49 moveto
  2.8377 +511 743 lineto
  2.8378 +501.4 738.52 lineto
  2.8379 +closepath fill
  2.8380 +1 setlinewidth
  2.8381 +solid
  2.8382 +0.000 0.000 0.000 edgecolor
  2.8383 +newpath 500.7 745.49 moveto
  2.8384 +511 743 lineto
  2.8385 +501.4 738.52 lineto
  2.8386 +closepath stroke
  2.8387 +grestore
  2.8388 +% listen_port->queue_run
  2.8389 +gsave
  2.8390 +1 setlinewidth
  2.8391 +solid
  2.8392 +0.000 0.000 0.000 edgecolor
  2.8393 +newpath 199 785 moveto
  2.8394 +214 795 233 808 246 825 curveto
  2.8395 +321 923 356 1069 368 1130 curveto
  2.8396 +stroke
  2.8397 +0.000 0.000 0.000 edgecolor
  2.8398 +newpath 364.61 1130.88 moveto
  2.8399 +370 1140 lineto
  2.8400 +371.47 1129.51 lineto
  2.8401 +closepath fill
  2.8402 +1 setlinewidth
  2.8403 +solid
  2.8404 +0.000 0.000 0.000 edgecolor
  2.8405 +newpath 364.61 1130.88 moveto
  2.8406 +370 1140 lineto
  2.8407 +371.47 1129.51 lineto
  2.8408 +closepath stroke
  2.8409 +grestore
  2.8410 +% listen_port->accept_connect
  2.8411 +gsave
  2.8412 +1 setlinewidth
  2.8413 +solid
  2.8414 +0.000 0.000 0.000 edgecolor
  2.8415 +newpath 222 770 moveto
  2.8416 +243 770 267 770 290 770 curveto
  2.8417 +stroke
  2.8418 +0.000 0.000 0.000 edgecolor
  2.8419 +newpath 290 773.5 moveto
  2.8420 +300 770 lineto
  2.8421 +290 766.5 lineto
  2.8422 +closepath fill
  2.8423 +1 setlinewidth
  2.8424 +solid
  2.8425 +0.000 0.000 0.000 edgecolor
  2.8426 +newpath 290 773.5 moveto
  2.8427 +300 770 lineto
  2.8428 +290 766.5 lineto
  2.8429 +closepath stroke
  2.8430 +grestore
  2.8431 +% route_prepare_msgout->copy_modify_address
  2.8432 +gsave
  2.8433 +1 setlinewidth
  2.8434 +solid
  2.8435 +0.000 0.000 0.000 edgecolor
  2.8436 +newpath 2798 2003 moveto
  2.8437 +2825 2021 2864 2052 2886 2089 curveto
  2.8438 +2924 2151 2877 2192 2922 2249 curveto
  2.8439 +2993 2336 3121 2380 3204 2401 curveto
  2.8440 +stroke
  2.8441 +0.000 0.000 0.000 edgecolor
  2.8442 +newpath 3203.51 2404.47 moveto
  2.8443 +3214 2403 lineto
  2.8444 +3204.88 2397.61 lineto
  2.8445 +closepath fill
  2.8446 +1 setlinewidth
  2.8447 +solid
  2.8448 +0.000 0.000 0.000 edgecolor
  2.8449 +newpath 3203.51 2404.47 moveto
  2.8450 +3214 2403 lineto
  2.8451 +3204.88 2397.61 lineto
  2.8452 +closepath stroke
  2.8453 +grestore
  2.8454 +% route_prepare_msgout->table_find_fnmatch
  2.8455 +gsave
  2.8456 +1 setlinewidth
  2.8457 +solid
  2.8458 +0.000 0.000 0.000 edgecolor
  2.8459 +newpath 2801 1969 moveto
  2.8460 +2827 1953 2863 1928 2886 1898 curveto
  2.8461 +2913 1862 2886 1829 2922 1804 curveto
  2.8462 +3005 1745 3301 1765 3450 1779 curveto
  2.8463 +stroke
  2.8464 +0.000 0.000 0.000 edgecolor
  2.8465 +newpath 3449.7 1782.49 moveto
  2.8466 +3460 1780 lineto
  2.8467 +3450.4 1775.52 lineto
  2.8468 +closepath fill
  2.8469 +1 setlinewidth
  2.8470 +solid
  2.8471 +0.000 0.000 0.000 edgecolor
  2.8472 +newpath 3449.7 1782.49 moveto
  2.8473 +3460 1780 lineto
  2.8474 +3450.4 1775.52 lineto
  2.8475 +closepath stroke
  2.8476 +grestore
  2.8477 +% route_prepare_msgout->rewrite_headers
  2.8478 +gsave
  2.8479 +1 setlinewidth
  2.8480 +solid
  2.8481 +0.000 0.000 0.000 edgecolor
  2.8482 +newpath 2813 1970 moveto
  2.8483 +2838 1958 2868 1941 2886 1916 curveto
  2.8484 +2927 1860 2875 1815 2922 1766 curveto
  2.8485 +2931 1756 2943 1749 2955 1744 curveto
  2.8486 +stroke
  2.8487 +0.000 0.000 0.000 edgecolor
  2.8488 +newpath 2956.43 1747.23 moveto
  2.8489 +2965 1741 lineto
  2.8490 +2954.42 1740.52 lineto
  2.8491 +closepath fill
  2.8492 +1 setlinewidth
  2.8493 +solid
  2.8494 +0.000 0.000 0.000 edgecolor
  2.8495 +newpath 2956.43 1747.23 moveto
  2.8496 +2965 1741 lineto
  2.8497 +2954.42 1740.52 lineto
  2.8498 +closepath stroke
  2.8499 +grestore
  2.8500 +% deliver_route_msgout_list->deliver_msglist_host
  2.8501 +gsave
  2.8502 +1 setlinewidth
  2.8503 +solid
  2.8504 +0.000 0.000 0.000 edgecolor
  2.8505 +newpath 1817 2412 moveto
  2.8506 +1841 2412 1868 2412 1892 2412 curveto
  2.8507 +stroke
  2.8508 +0.000 0.000 0.000 edgecolor
  2.8509 +newpath 1892 2415.5 moveto
  2.8510 +1902 2412 lineto
  2.8511 +1892 2408.5 lineto
  2.8512 +closepath fill
  2.8513 +1 setlinewidth
  2.8514 +solid
  2.8515 +0.000 0.000 0.000 edgecolor
  2.8516 +newpath 1892 2415.5 moveto
  2.8517 +1902 2412 lineto
  2.8518 +1892 2408.5 lineto
  2.8519 +closepath stroke
  2.8520 +grestore
  2.8521 +% destroy_msgout_perhost
  2.8522 +gsave
  2.8523 +1 setlinewidth
  2.8524 +0.000 0.000 0.000 nodecolor
  2.8525 +1993 2466 107.9 18 ellipse_path stroke
  2.8526 +0.000 0.000 0.000 nodecolor
  2.8527 +grestore
  2.8528 +% deliver_route_msgout_list->destroy_msgout_perhost
  2.8529 +gsave
  2.8530 +1 setlinewidth
  2.8531 +solid
  2.8532 +0.000 0.000 0.000 edgecolor
  2.8533 +newpath 1778 2426 moveto
  2.8534 +1818 2433 1869 2442 1910 2451 curveto
  2.8535 +stroke
  2.8536 +0.000 0.000 0.000 edgecolor
  2.8537 +newpath 1909.51 2454.47 moveto
  2.8538 +1920 2453 lineto
  2.8539 +1910.88 2447.61 lineto
  2.8540 +closepath fill
  2.8541 +1 setlinewidth
  2.8542 +solid
  2.8543 +0.000 0.000 0.000 edgecolor
  2.8544 +newpath 1909.51 2454.47 moveto
  2.8545 +1920 2453 lineto
  2.8546 +1910.88 2447.61 lineto
  2.8547 +closepath stroke
  2.8548 +grestore
  2.8549 +% route_msgout_list
  2.8550 +gsave
  2.8551 +1 setlinewidth
  2.8552 +0.000 0.000 0.000 nodecolor
  2.8553 +1993 3162 80.8 18 ellipse_path stroke
  2.8554 +0.000 0.000 0.000 nodecolor
  2.8555 +grestore
  2.8556 +% deliver_route_msgout_list->route_msgout_list
  2.8557 +gsave
  2.8558 +1 setlinewidth
  2.8559 +solid
  2.8560 +0.000 0.000 0.000 edgecolor
  2.8561 +newpath 1805 2420 moveto
  2.8562 +1815 2425 1825 2431 1832 2439 curveto
  2.8563 +1886 2498 1852 2717 1868 2795 curveto
  2.8564 +1896 2926 1956 3074 1981 3135 curveto
  2.8565 +stroke
  2.8566 +0.000 0.000 0.000 edgecolor
  2.8567 +newpath 1977.74 3136.28 moveto
  2.8568 +1985 3144 lineto
  2.8569 +1984.14 3133.44 lineto
  2.8570 +closepath fill
  2.8571 +1 setlinewidth
  2.8572 +solid
  2.8573 +0.000 0.000 0.000 edgecolor
  2.8574 +newpath 1977.74 3136.28 moveto
  2.8575 +1985 3144 lineto
  2.8576 +1984.14 3133.44 lineto
  2.8577 +closepath stroke
  2.8578 +grestore
  2.8579 +% route_is_allowed_return_path->_g_list_addrcmp
  2.8580 +gsave
  2.8581 +1 setlinewidth
  2.8582 +dotted
  2.8583 +0.000 0.000 0.000 edgecolor
  2.8584 +newpath 1782 2480 moveto
  2.8585 +1826 2488 1880 2498 1923 2507 curveto
  2.8586 +stroke
  2.8587 +0.000 0.000 0.000 edgecolor
  2.8588 +newpath 1922.51 2510.47 moveto
  2.8589 +1933 2509 lineto
  2.8590 +1923.88 2503.61 lineto
  2.8591 +closepath fill
  2.8592 +1 setlinewidth
  2.8593 +solid
  2.8594 +0.000 0.000 0.000 edgecolor
  2.8595 +newpath 1922.51 2510.47 moveto
  2.8596 +1933 2509 lineto
  2.8597 +1923.88 2503.61 lineto
  2.8598 +closepath stroke
  2.8599 +grestore
  2.8600 +% main
  2.8601 +gsave
  2.8602 +1 setlinewidth
  2.8603 +0.000 0.000 0.000 nodecolor
  2.8604 +29 770 29.19 18 ellipse_path stroke
  2.8605 +0.000 0.000 0.000 nodecolor
  2.8606 +grestore
  2.8607 +% main->msg_spool_read
  2.8608 +gsave
  2.8609 +1 setlinewidth
  2.8610 +solid
  2.8611 +0.000 0.000 0.000 edgecolor
  2.8612 +newpath 30 788 moveto
  2.8613 +33 849 48 1049 94 1088 curveto
  2.8614 +138 1125 512 1124 684 1122 curveto
  2.8615 +stroke
  2.8616 +0.000 0.000 0.000 edgecolor
  2.8617 +newpath 684 1125.5 moveto
  2.8618 +694 1122 lineto
  2.8619 +684 1118.5 lineto
  2.8620 +closepath fill
  2.8621 +1 setlinewidth
  2.8622 +solid
  2.8623 +0.000 0.000 0.000 edgecolor
  2.8624 +newpath 684 1125.5 moveto
  2.8625 +694 1122 lineto
  2.8626 +684 1118.5 lineto
  2.8627 +closepath stroke
  2.8628 +grestore
  2.8629 +% main->create_address_qualified
  2.8630 +gsave
  2.8631 +1 setlinewidth
  2.8632 +solid
  2.8633 +0.000 0.000 0.000 edgecolor
  2.8634 +newpath 30 788 moveto
  2.8635 +33 824 46 905 94 945 curveto
  2.8636 +207 1040 406 999 961 998 curveto
  2.8637 +961 998 961 998 1189 998 curveto
  2.8638 +1298 998 3062 905 3140 979 curveto
  2.8639 +3209 1045 3115 1331 3176 1404 curveto
  2.8640 +3180 1408 3184 1412 3189 1415 curveto
  2.8641 +stroke
  2.8642 +0.000 0.000 0.000 edgecolor
  2.8643 +newpath 3187.56 1418.2 moveto
  2.8644 +3198 1420 lineto
  2.8645 +3190.96 1412.08 lineto
  2.8646 +closepath fill
  2.8647 +1 setlinewidth
  2.8648 +solid
  2.8649 +0.000 0.000 0.000 edgecolor
  2.8650 +newpath 3187.56 1418.2 moveto
  2.8651 +3198 1420 lineto
  2.8652 +3190.96 1412.08 lineto
  2.8653 +closepath stroke
  2.8654 +grestore
  2.8655 +% main->addr_string
  2.8656 +gsave
  2.8657 +1 setlinewidth
  2.8658 +solid
  2.8659 +0.000 0.000 0.000 edgecolor
  2.8660 +newpath 31 752 moveto
  2.8661 +38 679 66 415 94 391 curveto
  2.8662 +142 351 594 390 656 391 curveto
  2.8663 +1180 407 1310 422 1832 459 curveto
  2.8664 +1869 462 3114 549 3140 573 curveto
  2.8665 +3206 633 3123 699 3176 769 curveto
  2.8666 +3190 787 3210 798 3230 806 curveto
  2.8667 +stroke
  2.8668 +0.000 0.000 0.000 edgecolor
  2.8669 +newpath 3228.44 809.14 moveto
  2.8670 +3239 810 lineto
  2.8671 +3231.28 802.74 lineto
  2.8672 +closepath fill
  2.8673 +1 setlinewidth
  2.8674 +solid
  2.8675 +0.000 0.000 0.000 edgecolor
  2.8676 +newpath 3228.44 809.14 moveto
  2.8677 +3239 810 lineto
  2.8678 +3231.28 802.74 lineto
  2.8679 +closepath stroke
  2.8680 +grestore
  2.8681 +% main->deliver
  2.8682 +gsave
  2.8683 +1 setlinewidth
  2.8684 +solid
  2.8685 +0.000 0.000 0.000 edgecolor
  2.8686 +newpath 30 788 moveto
  2.8687 +36 873 63 1229 94 1334 curveto
  2.8688 +210 1723 184 1897 500 2152 curveto
  2.8689 +565 2204 665 2217 724 2220 curveto
  2.8690 +stroke
  2.8691 +0.000 0.000 0.000 edgecolor
  2.8692 +newpath 724 2223.5 moveto
  2.8693 +734 2220 lineto
  2.8694 +724 2216.5 lineto
  2.8695 +closepath fill
  2.8696 +1 setlinewidth
  2.8697 +solid
  2.8698 +0.000 0.000 0.000 edgecolor
  2.8699 +newpath 724 2223.5 moveto
  2.8700 +734 2220 lineto
  2.8701 +724 2216.5 lineto
  2.8702 +closepath stroke
  2.8703 +grestore
  2.8704 +% main->set_euidgid
  2.8705 +gsave
  2.8706 +1 setlinewidth
  2.8707 +solid
  2.8708 +0.000 0.000 0.000 edgecolor
  2.8709 +newpath 36 752 moveto
  2.8710 +45 729 65 689 94 665 curveto
  2.8711 +163 610 195 613 282 597 curveto
  2.8712 +908 488 1070 738 1705 738 curveto
  2.8713 +1705 738 1705 738 2270 738 curveto
  2.8714 +2534 738 2846 788 2973 810 curveto
  2.8715 +stroke
  2.8716 +0.000 0.000 0.000 edgecolor
  2.8717 +newpath 2972.51 813.47 moveto
  2.8718 +2983 812 lineto
  2.8719 +2973.88 806.61 lineto
  2.8720 +closepath fill
  2.8721 +1 setlinewidth
  2.8722 +solid
  2.8723 +0.000 0.000 0.000 edgecolor
  2.8724 +newpath 2972.51 813.47 moveto
  2.8725 +2983 812 lineto
  2.8726 +2973.88 806.61 lineto
  2.8727 +closepath stroke
  2.8728 +grestore
  2.8729 +% main->get_from_name
  2.8730 +gsave
  2.8731 +1 setlinewidth
  2.8732 +solid
  2.8733 +0.000 0.000 0.000 edgecolor
  2.8734 +newpath 29 788 moveto
  2.8735 +30 967 36 2412 94 2594 curveto
  2.8736 +163 2806 150 3013 373 3013 curveto
  2.8737 +373 3013 373 3013 771 3013 curveto
  2.8738 +1027 3013 874 3341 1072 3502 curveto
  2.8739 +1087 3514 1105 3522 1123 3529 curveto
  2.8740 +stroke
  2.8741 +0.000 0.000 0.000 edgecolor
  2.8742 +newpath 1122.42 3532.48 moveto
  2.8743 +1133 3532 lineto
  2.8744 +1124.43 3525.77 lineto
  2.8745 +closepath fill
  2.8746 +1 setlinewidth
  2.8747 +solid
  2.8748 +0.000 0.000 0.000 edgecolor
  2.8749 +newpath 1122.42 3532.48 moveto
  2.8750 +1133 3532 lineto
  2.8751 +1124.43 3525.77 lineto
  2.8752 +closepath stroke
  2.8753 +grestore
  2.8754 +% main->get_daemon
  2.8755 +gsave
  2.8756 +1 setlinewidth
  2.8757 +solid
  2.8758 +0.000 0.000 0.000 edgecolor
  2.8759 +newpath 50 782 moveto
  2.8760 +72 795 108 815 134 831 curveto
  2.8761 +stroke
  2.8762 +0.000 0.000 0.000 edgecolor
  2.8763 +newpath 132.56 834.2 moveto
  2.8764 +143 836 lineto
  2.8765 +135.96 828.08 lineto
  2.8766 +closepath fill
  2.8767 +1 setlinewidth
  2.8768 +solid
  2.8769 +0.000 0.000 0.000 edgecolor
  2.8770 +newpath 132.56 834.2 moveto
  2.8771 +143 836 lineto
  2.8772 +135.96 828.08 lineto
  2.8773 +closepath stroke
  2.8774 +grestore
  2.8775 +% main->get_online
  2.8776 +gsave
  2.8777 +1 setlinewidth
  2.8778 +solid
  2.8779 +0.000 0.000 0.000 edgecolor
  2.8780 +newpath 30 788 moveto
  2.8781 +35 894 63 1433 94 1597 curveto
  2.8782 +174 2018 -55 2521 373 2521 curveto
  2.8783 +373 2521 373 2521 771 2521 curveto
  2.8784 +908 2521 966 2558 1036 2675 curveto
  2.8785 +1080 2745 1021 3354 1072 3419 curveto
  2.8786 +1086 3436 1108 3445 1129 3448 curveto
  2.8787 +stroke
  2.8788 +0.000 0.000 0.000 edgecolor
  2.8789 +newpath 1128.51 3451.47 moveto
  2.8790 +1139 3450 lineto
  2.8791 +1129.88 3444.61 lineto
  2.8792 +closepath fill
  2.8793 +1 setlinewidth
  2.8794 +solid
  2.8795 +0.000 0.000 0.000 edgecolor
  2.8796 +newpath 1128.51 3451.47 moveto
  2.8797 +1139 3450 lineto
  2.8798 +1129.88 3444.61 lineto
  2.8799 +closepath stroke
  2.8800 +grestore
  2.8801 +% main->spool_write
  2.8802 +gsave
  2.8803 +1 setlinewidth
  2.8804 +solid
  2.8805 +0.000 0.000 0.000 edgecolor
  2.8806 +newpath 32 752 moveto
  2.8807 +41 707 65 589 94 564 curveto
  2.8808 +162 507 798 464 886 458 curveto
  2.8809 +1434 422 1575 459 2118 534 curveto
  2.8810 +2339 565 2598 618 2712 642 curveto
  2.8811 +stroke
  2.8812 +0.000 0.000 0.000 edgecolor
  2.8813 +newpath 2711.51 645.47 moveto
  2.8814 +2722 644 lineto
  2.8815 +2712.88 638.61 lineto
  2.8816 +closepath fill
  2.8817 +1 setlinewidth
  2.8818 +solid
  2.8819 +0.000 0.000 0.000 edgecolor
  2.8820 +newpath 2711.51 645.47 moveto
  2.8821 +2722 644 lineto
  2.8822 +2712.88 638.61 lineto
  2.8823 +closepath stroke
  2.8824 +grestore
  2.8825 +% main->is_privileged_user
  2.8826 +gsave
  2.8827 +1 setlinewidth
  2.8828 +solid
  2.8829 +0.000 0.000 0.000 edgecolor
  2.8830 +newpath 30 752 moveto
  2.8831 +34 692 50 505 94 467 curveto
  2.8832 +155 417 251 426 313 440 curveto
  2.8833 +stroke
  2.8834 +0.000 0.000 0.000 edgecolor
  2.8835 +newpath 312.51 443.47 moveto
  2.8836 +323 442 lineto
  2.8837 +313.88 436.61 lineto
  2.8838 +closepath fill
  2.8839 +1 setlinewidth
  2.8840 +solid
  2.8841 +0.000 0.000 0.000 edgecolor
  2.8842 +newpath 312.51 443.47 moveto
  2.8843 +323 442 lineto
  2.8844 +313.88 436.61 lineto
  2.8845 +closepath stroke
  2.8846 +grestore
  2.8847 +% main->is_ingroup
  2.8848 +gsave
  2.8849 +1 setlinewidth
  2.8850 +solid
  2.8851 +0.000 0.000 0.000 edgecolor
  2.8852 +newpath 30 752 moveto
  2.8853 +32 687 44 469 94 426 curveto
  2.8854 +157 374 405 397 519 410 curveto
  2.8855 +stroke
  2.8856 +0.000 0.000 0.000 edgecolor
  2.8857 +newpath 518.7 413.49 moveto
  2.8858 +529 411 lineto
  2.8859 +519.4 406.52 lineto
  2.8860 +closepath fill
  2.8861 +1 setlinewidth
  2.8862 +solid
  2.8863 +0.000 0.000 0.000 edgecolor
  2.8864 +newpath 518.7 413.49 moveto
  2.8865 +529 411 lineto
  2.8866 +519.4 406.52 lineto
  2.8867 +closepath stroke
  2.8868 +grestore
  2.8869 +% main->read_conf
  2.8870 +gsave
  2.8871 +1 setlinewidth
  2.8872 +solid
  2.8873 +0.000 0.000 0.000 edgecolor
  2.8874 +newpath 29 788 moveto
  2.8875 +32 978 55 2588 94 2797 curveto
  2.8876 +163 3163 0 3589 373 3589 curveto
  2.8877 +373 3589 373 3589 1189 3589 curveto
  2.8878 +1604 3589 1740 3677 2118 3509 curveto
  2.8879 +2288 3433 2283 3345 2422 3224 curveto
  2.8880 +2506 3151 2556 3159 2616 3067 curveto
  2.8881 +2649 3016 2609 2978 2652 2937 curveto
  2.8882 +2667 2923 2688 2915 2708 2912 curveto
  2.8883 +stroke
  2.8884 +0.000 0.000 0.000 edgecolor
  2.8885 +newpath 2708.88 2915.39 moveto
  2.8886 +2718 2910 lineto
  2.8887 +2707.51 2908.53 lineto
  2.8888 +closepath fill
  2.8889 +1 setlinewidth
  2.8890 +solid
  2.8891 +0.000 0.000 0.000 edgecolor
  2.8892 +newpath 2708.88 2915.39 moveto
  2.8893 +2718 2910 lineto
  2.8894 +2707.51 2908.53 lineto
  2.8895 +closepath stroke
  2.8896 +grestore
  2.8897 +% main->time_interval
  2.8898 +gsave
  2.8899 +1 setlinewidth
  2.8900 +solid
  2.8901 +0.000 0.000 0.000 edgecolor
  2.8902 +newpath 29 788 moveto
  2.8903 +30 998 38 2934 94 3182 curveto
  2.8904 +148 3415 134 3642 373 3642 curveto
  2.8905 +373 3642 373 3642 1705 3642 curveto
  2.8906 +2283 3642 2874 3143 3004 3026 curveto
  2.8907 +stroke
  2.8908 +0.000 0.000 0.000 edgecolor
  2.8909 +newpath 3006.78 3028.22 moveto
  2.8910 +3012 3019 lineto
  2.8911 +3002.17 3022.95 lineto
  2.8912 +closepath fill
  2.8913 +1 setlinewidth
  2.8914 +solid
  2.8915 +0.000 0.000 0.000 edgecolor
  2.8916 +newpath 3006.78 3028.22 moveto
  2.8917 +3012 3019 lineto
  2.8918 +3002.17 3022.95 lineto
  2.8919 +closepath stroke
  2.8920 +grestore
  2.8921 +% main->get_all
  2.8922 +gsave
  2.8923 +1 setlinewidth
  2.8924 +solid
  2.8925 +0.000 0.000 0.000 edgecolor
  2.8926 +newpath 29 788 moveto
  2.8927 +30 970 40 2461 94 2535 curveto
  2.8928 +173 2639 243 2629 373 2629 curveto
  2.8929 +373 2629 373 2629 578 2629 curveto
  2.8930 +706 2629 853 2668 921 2689 curveto
  2.8931 +stroke
  2.8932 +0.000 0.000 0.000 edgecolor
  2.8933 +newpath 920.42 2692.48 moveto
  2.8934 +931 2692 lineto
  2.8935 +922.43 2685.77 lineto
  2.8936 +closepath fill
  2.8937 +1 setlinewidth
  2.8938 +solid
  2.8939 +0.000 0.000 0.000 edgecolor
  2.8940 +newpath 920.42 2692.48 moveto
  2.8941 +931 2692 lineto
  2.8942 +922.43 2685.77 lineto
  2.8943 +closepath stroke
  2.8944 +grestore
  2.8945 +% main->queue_run_online
  2.8946 +gsave
  2.8947 +1 setlinewidth
  2.8948 +solid
  2.8949 +0.000 0.000 0.000 edgecolor
  2.8950 +newpath 30 788 moveto
  2.8951 +33 845 47 1026 94 1165 curveto
  2.8952 +163 1364 304 1577 354 1650 curveto
  2.8953 +stroke
  2.8954 +0.000 0.000 0.000 edgecolor
  2.8955 +newpath 351.54 1652.62 moveto
  2.8956 +360 1659 lineto
  2.8957 +357.37 1648.74 lineto
  2.8958 +closepath fill
  2.8959 +1 setlinewidth
  2.8960 +solid
  2.8961 +0.000 0.000 0.000 edgecolor
  2.8962 +newpath 351.54 1652.62 moveto
  2.8963 +360 1659 lineto
  2.8964 +357.37 1648.74 lineto
  2.8965 +closepath stroke
  2.8966 +grestore
  2.8967 +% main->smtp_in
  2.8968 +gsave
  2.8969 +1 setlinewidth
  2.8970 +solid
  2.8971 +0.000 0.000 0.000 edgecolor
  2.8972 +newpath 34 788 moveto
  2.8973 +42 813 61 858 94 879 curveto
  2.8974 +165 925 199 894 282 898 curveto
  2.8975 +363 903 387 922 464 898 curveto
  2.8976 +499 888 532 864 553 846 curveto
  2.8977 +stroke
  2.8978 +0.000 0.000 0.000 edgecolor
  2.8979 +newpath 555.78 848.22 moveto
  2.8980 +561 839 lineto
  2.8981 +551.17 842.95 lineto
  2.8982 +closepath fill
  2.8983 +1 setlinewidth
  2.8984 +solid
  2.8985 +0.000 0.000 0.000 edgecolor
  2.8986 +newpath 555.78 848.22 moveto
  2.8987 +561 839 lineto
  2.8988 +551.17 842.95 lineto
  2.8989 +closepath stroke
  2.8990 +grestore
  2.8991 +% main->accept_message
  2.8992 +gsave
  2.8993 +1 setlinewidth
  2.8994 +solid
  2.8995 +0.000 0.000 0.000 edgecolor
  2.8996 +newpath 31 752 moveto
  2.8997 +37 676 64 385 94 358 curveto
  2.8998 +151 307 669 313 876 318 curveto
  2.8999 +stroke
  2.9000 +0.000 0.000 0.000 edgecolor
  2.9001 +newpath 876 321.5 moveto
  2.9002 +886 318 lineto
  2.9003 +876 314.5 lineto
  2.9004 +closepath fill
  2.9005 +1 setlinewidth
  2.9006 +solid
  2.9007 +0.000 0.000 0.000 edgecolor
  2.9008 +newpath 876 321.5 moveto
  2.9009 +886 318 lineto
  2.9010 +876 314.5 lineto
  2.9011 +closepath stroke
  2.9012 +grestore
  2.9013 +% main->create_message
  2.9014 +gsave
  2.9015 +1 setlinewidth
  2.9016 +solid
  2.9017 +0.000 0.000 0.000 edgecolor
  2.9018 +newpath 31 788 moveto
  2.9019 +38 839 60 985 94 1016 curveto
  2.9020 +186 1104 247 1074 373 1074 curveto
  2.9021 +373 1074 373 1074 578 1074 curveto
  2.9022 +685 1074 809 1062 886 1053 curveto
  2.9023 +stroke
  2.9024 +0.000 0.000 0.000 edgecolor
  2.9025 +newpath 886.4 1056.48 moveto
  2.9026 +896 1052 lineto
  2.9027 +885.7 1049.51 lineto
  2.9028 +closepath fill
  2.9029 +1 setlinewidth
  2.9030 +solid
  2.9031 +0.000 0.000 0.000 edgecolor
  2.9032 +newpath 886.4 1056.48 moveto
  2.9033 +896 1052 lineto
  2.9034 +885.7 1049.51 lineto
  2.9035 +closepath stroke
  2.9036 +grestore
  2.9037 +% main->queue_run
  2.9038 +gsave
  2.9039 +1 setlinewidth
  2.9040 +solid
  2.9041 +0.000 0.000 0.000 edgecolor
  2.9042 +newpath 30 788 moveto
  2.9043 +32 854 45 1080 94 1126 curveto
  2.9044 +155 1183 257 1179 319 1170 curveto
  2.9045 +stroke
  2.9046 +0.000 0.000 0.000 edgecolor
  2.9047 +newpath 319.88 1173.39 moveto
  2.9048 +329 1168 lineto
  2.9049 +318.51 1166.53 lineto
  2.9050 +closepath fill
  2.9051 +1 setlinewidth
  2.9052 +solid
  2.9053 +0.000 0.000 0.000 edgecolor
  2.9054 +newpath 319.88 1173.39 moveto
  2.9055 +329 1168 lineto
  2.9056 +318.51 1166.53 lineto
  2.9057 +closepath stroke
  2.9058 +grestore
  2.9059 +% main->set_identity
  2.9060 +gsave
  2.9061 +1 setlinewidth
  2.9062 +solid
  2.9063 +0.000 0.000 0.000 edgecolor
  2.9064 +newpath 32 752 moveto
  2.9065 +40 702 65 561 94 526 curveto
  2.9066 +101 519 109 514 117 510 curveto
  2.9067 +stroke
  2.9068 +0.000 0.000 0.000 edgecolor
  2.9069 +newpath 118.96 512.92 moveto
  2.9070 +126 505 lineto
  2.9071 +115.56 506.8 lineto
  2.9072 +closepath fill
  2.9073 +1 setlinewidth
  2.9074 +solid
  2.9075 +0.000 0.000 0.000 edgecolor
  2.9076 +newpath 118.96 512.92 moveto
  2.9077 +126 505 lineto
  2.9078 +115.56 506.8 lineto
  2.9079 +closepath stroke
  2.9080 +grestore
  2.9081 +% main->queue_list
  2.9082 +gsave
  2.9083 +1 setlinewidth
  2.9084 +solid
  2.9085 +0.000 0.000 0.000 edgecolor
  2.9086 +newpath 51 758 moveto
  2.9087 +95 736 194 685 282 651 curveto
  2.9088 +295 646 309 642 322 638 curveto
  2.9089 +stroke
  2.9090 +0.000 0.000 0.000 edgecolor
  2.9091 +newpath 323.43 641.23 moveto
  2.9092 +332 635 lineto
  2.9093 +321.42 634.52 lineto
  2.9094 +closepath fill
  2.9095 +1 setlinewidth
  2.9096 +solid
  2.9097 +0.000 0.000 0.000 edgecolor
  2.9098 +newpath 323.43 641.23 moveto
  2.9099 +332 635 lineto
  2.9100 +321.42 634.52 lineto
  2.9101 +closepath stroke
  2.9102 +grestore
  2.9103 +% main->queue_delete
  2.9104 +gsave
  2.9105 +1 setlinewidth
  2.9106 +solid
  2.9107 +0.000 0.000 0.000 edgecolor
  2.9108 +newpath 32 788 moveto
  2.9109 +37 819 54 880 94 907 curveto
  2.9110 +224 995 709 970 891 958 curveto
  2.9111 +stroke
  2.9112 +0.000 0.000 0.000 edgecolor
  2.9113 +newpath 891.4 961.48 moveto
  2.9114 +901 957 lineto
  2.9115 +890.7 954.51 lineto
  2.9116 +closepath fill
  2.9117 +1 setlinewidth
  2.9118 +solid
  2.9119 +0.000 0.000 0.000 edgecolor
  2.9120 +newpath 891.4 961.48 moveto
  2.9121 +901 957 lineto
  2.9122 +890.7 954.51 lineto
  2.9123 +closepath stroke
  2.9124 +grestore
  2.9125 +% main->listen_port
  2.9126 +gsave
  2.9127 +1 setlinewidth
  2.9128 +solid
  2.9129 +0.000 0.000 0.000 edgecolor
  2.9130 +newpath 58 770 moveto
  2.9131 +72 770 91 770 108 770 curveto
  2.9132 +stroke
  2.9133 +0.000 0.000 0.000 edgecolor
  2.9134 +newpath 108 773.5 moveto
  2.9135 +118 770 lineto
  2.9136 +108 766.5 lineto
  2.9137 +closepath fill
  2.9138 +1 setlinewidth
  2.9139 +solid
  2.9140 +0.000 0.000 0.000 edgecolor
  2.9141 +newpath 108 773.5 moveto
  2.9142 +118 770 lineto
  2.9143 +108 766.5 lineto
  2.9144 +closepath stroke
  2.9145 +grestore
  2.9146 +% set_online_name
  2.9147 +gsave
  2.9148 +1 setlinewidth
  2.9149 +0.000 0.000 0.000 nodecolor
  2.9150 +170 288 75.24 18 ellipse_path stroke
  2.9151 +0.000 0.000 0.000 nodecolor
  2.9152 +grestore
  2.9153 +% main->set_online_name
  2.9154 +gsave
  2.9155 +1 setlinewidth
  2.9156 +solid
  2.9157 +0.000 0.000 0.000 edgecolor
  2.9158 +newpath 29 752 moveto
  2.9159 +31 677 41 389 94 320 curveto
  2.9160 +98 315 103 310 109 306 curveto
  2.9161 +stroke
  2.9162 +0.000 0.000 0.000 edgecolor
  2.9163 +newpath 110.96 308.92 moveto
  2.9164 +118 301 lineto
  2.9165 +107.56 302.8 lineto
  2.9166 +closepath fill
  2.9167 +1 setlinewidth
  2.9168 +solid
  2.9169 +0.000 0.000 0.000 edgecolor
  2.9170 +newpath 110.96 308.92 moveto
  2.9171 +118 301 lineto
  2.9172 +107.56 302.8 lineto
  2.9173 +closepath stroke
  2.9174 +grestore
  2.9175 +% get_progname
  2.9176 +gsave
  2.9177 +1 setlinewidth
  2.9178 +0.000 0.000 0.000 nodecolor
  2.9179 +170 234 66.21 18 ellipse_path stroke
  2.9180 +0.000 0.000 0.000 nodecolor
  2.9181 +grestore
  2.9182 +% main->get_progname
  2.9183 +gsave
  2.9184 +1 setlinewidth
  2.9185 +solid
  2.9186 +0.000 0.000 0.000 edgecolor
  2.9187 +newpath 30 752 moveto
  2.9188 +36 665 63 301 94 261 curveto
  2.9189 +98 257 103 253 108 250 curveto
  2.9190 +stroke
  2.9191 +0.000 0.000 0.000 edgecolor
  2.9192 +newpath 109.96 252.92 moveto
  2.9193 +117 245 lineto
  2.9194 +106.56 246.8 lineto
  2.9195 +closepath fill
  2.9196 +1 setlinewidth
  2.9197 +solid
  2.9198 +0.000 0.000 0.000 edgecolor
  2.9199 +newpath 109.96 252.92 moveto
  2.9200 +117 245 lineto
  2.9201 +106.56 246.8 lineto
  2.9202 +closepath stroke
  2.9203 +grestore
  2.9204 +% init_conf
  2.9205 +gsave
  2.9206 +1 setlinewidth
  2.9207 +0.000 0.000 0.000 nodecolor
  2.9208 +170 180 45.86 18 ellipse_path stroke
  2.9209 +0.000 0.000 0.000 nodecolor
  2.9210 +grestore
  2.9211 +% main->init_conf
  2.9212 +gsave
  2.9213 +1 setlinewidth
  2.9214 +solid
  2.9215 +0.000 0.000 0.000 edgecolor
  2.9216 +newpath 30 752 moveto
  2.9217 +35 661 59 251 94 207 curveto
  2.9218 +100 200 108 194 117 190 curveto
  2.9219 +stroke
  2.9220 +0.000 0.000 0.000 edgecolor
  2.9221 +newpath 118.43 193.23 moveto
  2.9222 +127 187 lineto
  2.9223 +116.42 186.52 lineto
  2.9224 +closepath fill
  2.9225 +1 setlinewidth
  2.9226 +solid
  2.9227 +0.000 0.000 0.000 edgecolor
  2.9228 +newpath 118.43 193.23 moveto
  2.9229 +127 187 lineto
  2.9230 +116.42 186.52 lineto
  2.9231 +closepath stroke
  2.9232 +grestore
  2.9233 +% write_pidfile
  2.9234 +gsave
  2.9235 +1 setlinewidth
  2.9236 +0.000 0.000 0.000 nodecolor
  2.9237 +170 126 59.06 18 ellipse_path stroke
  2.9238 +0.000 0.000 0.000 nodecolor
  2.9239 +grestore
  2.9240 +% main->write_pidfile
  2.9241 +gsave
  2.9242 +1 setlinewidth
  2.9243 +solid
  2.9244 +0.000 0.000 0.000 edgecolor
  2.9245 +newpath 30 752 moveto
  2.9246 +34 655 57 202 94 153 curveto
  2.9247 +99 148 104 143 110 140 curveto
  2.9248 +stroke
  2.9249 +0.000 0.000 0.000 edgecolor
  2.9250 +newpath 111.96 142.92 moveto
  2.9251 +119 135 lineto
  2.9252 +108.56 136.8 lineto
  2.9253 +closepath fill
  2.9254 +1 setlinewidth
  2.9255 +solid
  2.9256 +0.000 0.000 0.000 edgecolor
  2.9257 +newpath 111.96 142.92 moveto
  2.9258 +119 135 lineto
  2.9259 +108.56 136.8 lineto
  2.9260 +closepath stroke
  2.9261 +grestore
  2.9262 +% sigterm_handler
  2.9263 +gsave
  2.9264 +1 setlinewidth
  2.9265 +0.000 0.000 0.000 nodecolor
  2.9266 +170 72 72.96 18 ellipse_path stroke
  2.9267 +0.000 0.000 0.000 nodecolor
  2.9268 +grestore
  2.9269 +% main->sigterm_handler
  2.9270 +gsave
  2.9271 +1 setlinewidth
  2.9272 +dotted
  2.9273 +0.000 0.000 0.000 edgecolor
  2.9274 +newpath 30 752 moveto
  2.9275 +33 650 53 153 94 99 curveto
  2.9276 +97 95 101 91 105 89 curveto
  2.9277 +stroke
  2.9278 +0.000 0.000 0.000 edgecolor
  2.9279 +newpath 106.96 91.92 moveto
  2.9280 +114 84 lineto
  2.9281 +103.56 85.8 lineto
  2.9282 +closepath fill
  2.9283 +1 setlinewidth
  2.9284 +solid
  2.9285 +0.000 0.000 0.000 edgecolor
  2.9286 +newpath 106.96 91.92 moveto
  2.9287 +114 84 lineto
  2.9288 +103.56 85.8 lineto
  2.9289 +closepath stroke
  2.9290 +grestore
  2.9291 +% get_optarg
  2.9292 +gsave
  2.9293 +1 setlinewidth
  2.9294 +0.000 0.000 0.000 nodecolor
  2.9295 +170 18 52.81 18 ellipse_path stroke
  2.9296 +0.000 0.000 0.000 nodecolor
  2.9297 +grestore
  2.9298 +% main->get_optarg
  2.9299 +gsave
  2.9300 +1 setlinewidth
  2.9301 +solid
  2.9302 +0.000 0.000 0.000 edgecolor
  2.9303 +newpath 29 752 moveto
  2.9304 +32 645 50 103 94 45 curveto
  2.9305 +99 39 105 34 113 30 curveto
  2.9306 +stroke
  2.9307 +0.000 0.000 0.000 edgecolor
  2.9308 +newpath 114.28 33.26 moveto
  2.9309 +122 26 lineto
  2.9310 +111.44 26.86 lineto
  2.9311 +closepath fill
  2.9312 +1 setlinewidth
  2.9313 +solid
  2.9314 +0.000 0.000 0.000 edgecolor
  2.9315 +newpath 114.28 33.26 moveto
  2.9316 +122 26 lineto
  2.9317 +111.44 26.86 lineto
  2.9318 +closepath stroke
  2.9319 +grestore
  2.9320 +% create_address_rfc821
  2.9321 +gsave
  2.9322 +1 setlinewidth
  2.9323 +0.000 0.000 0.000 nodecolor
  2.9324 +3537 1458 100.06 18 ellipse_path stroke
  2.9325 +0.000 0.000 0.000 nodecolor
  2.9326 +grestore
  2.9327 +% create_address_rfc821->_create_address
  2.9328 +gsave
  2.9329 +1 setlinewidth
  2.9330 +solid
  2.9331 +0.000 0.000 0.000 edgecolor
  2.9332 +newpath 3603 1471 moveto
  2.9333 +3618 1475 3633 1480 3646 1485 curveto
  2.9334 +3690 1500 3737 1526 3768 1544 curveto
  2.9335 +stroke
  2.9336 +0.000 0.000 0.000 edgecolor
  2.9337 +newpath 3766.56 1547.2 moveto
  2.9338 +3777 1549 lineto
  2.9339 +3769.96 1541.08 lineto
  2.9340 +closepath fill
  2.9341 +1 setlinewidth
  2.9342 +solid
  2.9343 +0.000 0.000 0.000 edgecolor
  2.9344 +newpath 3766.56 1547.2 moveto
  2.9345 +3777 1549 lineto
  2.9346 +3769.96 1541.08 lineto
  2.9347 +closepath stroke
  2.9348 +grestore
  2.9349 +% route_msgout_list->create_msg_out
  2.9350 +gsave
  2.9351 +1 setlinewidth
  2.9352 +solid
  2.9353 +0.000 0.000 0.000 edgecolor
  2.9354 +newpath 2053 3174 moveto
  2.9355 +2098 3183 2157 3195 2203 3205 curveto
  2.9356 +stroke
  2.9357 +0.000 0.000 0.000 edgecolor
  2.9358 +newpath 2202.51 3208.47 moveto
  2.9359 +2213 3207 lineto
  2.9360 +2203.88 3201.61 lineto
  2.9361 +closepath fill
  2.9362 +1 setlinewidth
  2.9363 +solid
  2.9364 +0.000 0.000 0.000 edgecolor
  2.9365 +newpath 2202.51 3208.47 moveto
  2.9366 +2213 3207 lineto
  2.9367 +2203.88 3201.61 lineto
  2.9368 +closepath stroke
  2.9369 +grestore
  2.9370 +% create_msgout_perhost
  2.9371 +gsave
  2.9372 +1 setlinewidth
  2.9373 +0.000 0.000 0.000 nodecolor
  2.9374 +2270 3164 102.15 18 ellipse_path stroke
  2.9375 +0.000 0.000 0.000 nodecolor
  2.9376 +grestore
  2.9377 +% route_msgout_list->create_msgout_perhost
  2.9378 +gsave
  2.9379 +1 setlinewidth
  2.9380 +solid
  2.9381 +0.000 0.000 0.000 edgecolor
  2.9382 +newpath 2075 3163 moveto
  2.9383 +2101 3163 2130 3163 2158 3163 curveto
  2.9384 +stroke
  2.9385 +0.000 0.000 0.000 edgecolor
  2.9386 +newpath 2158 3166.5 moveto
  2.9387 +2168 3163 lineto
  2.9388 +2158 3159.5 lineto
  2.9389 +closepath fill
  2.9390 +1 setlinewidth
  2.9391 +solid
  2.9392 +0.000 0.000 0.000 edgecolor
  2.9393 +newpath 2158 3166.5 moveto
  2.9394 +2168 3163 lineto
  2.9395 +2158 3159.5 lineto
  2.9396 +closepath stroke
  2.9397 +grestore
  2.9398 +endpage
  2.9399 +showpage
  2.9400 +grestore
  2.9401 +%%PageTrailer
  2.9402 +%%EndPage: 1
  2.9403 +%%Trailer
  2.9404 +%%Pages: 1
  2.9405 +%%BoundingBox: 36 36 540 458
  2.9406 +end
  2.9407 +restore
  2.9408 +%%Trailer
  2.9409 +cleartomark
  2.9410 +countdictstack
  2.9411 +exch sub { end } repeat
  2.9412 +restore
  2.9413 +%%EOF
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/fig/comm-classification.eps	Wed Feb 11 17:48:50 2009 +0100
     3.3 @@ -0,0 +1,245 @@
     3.4 +%!PS-Adobe-2.0 EPSF-2.0
     3.5 +%%BoundingBox: 21 671 375 835
     3.6 +%%HiResBoundingBox: 21.500000 671.500000 374.500000 835.000000
     3.7 +%%Creator: groff version 1.18.1
     3.8 +%%CreationDate: Mon Feb  9 01:00:39 2009
     3.9 +%%DocumentNeededResources: font Palatino-Roman
    3.10 +%%+ font Palatino-Italic
    3.11 +%%DocumentSuppliedResources: procset grops 1.18 1
    3.12 +%%PageOrder: Ascend
    3.13 +%%EndComments
    3.14 +% EPSF created by ps2eps 1.64
    3.15 +%%BeginProlog
    3.16 +save
    3.17 +countdictstack
    3.18 +mark
    3.19 +newpath
    3.20 +/showpage {} def
    3.21 +/setpagedevice {pop} def
    3.22 +%%EndProlog
    3.23 +%%Page 1 1
    3.24 +%%BeginProlog
    3.25 +%%BeginResource: procset grops 1.18 1
    3.26 +/setpacking where{
    3.27 +pop
    3.28 +currentpacking
    3.29 +true setpacking
    3.30 +}if
    3.31 +/grops 120 dict dup begin
    3.32 +/SC 32 def
    3.33 +/A/show load def
    3.34 +/B{0 SC 3 -1 roll widthshow}bind def
    3.35 +/C{0 exch ashow}bind def
    3.36 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    3.37 +/E{0 rmoveto show}bind def
    3.38 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    3.39 +/G{0 rmoveto 0 exch ashow}bind def
    3.40 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.41 +/I{0 exch rmoveto show}bind def
    3.42 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    3.43 +/K{0 exch rmoveto 0 exch ashow}bind def
    3.44 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.45 +/M{rmoveto show}bind def
    3.46 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    3.47 +/O{rmoveto 0 exch ashow}bind def
    3.48 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.49 +/Q{moveto show}bind def
    3.50 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    3.51 +/S{moveto 0 exch ashow}bind def
    3.52 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    3.53 +/SF{
    3.54 +findfont exch
    3.55 +[exch dup 0 exch 0 exch neg 0 0]makefont
    3.56 +dup setfont
    3.57 +[exch/setfont cvx]cvx bind def
    3.58 +}bind def
    3.59 +/MF{
    3.60 +findfont
    3.61 +[5 2 roll
    3.62 +0 3 1 roll
    3.63 +neg 0 0]makefont
    3.64 +dup setfont
    3.65 +[exch/setfont cvx]cvx bind def
    3.66 +}bind def
    3.67 +/level0 0 def
    3.68 +/RES 0 def
    3.69 +/PL 0 def
    3.70 +/LS 0 def
    3.71 +/MANUAL{
    3.72 +statusdict begin/manualfeed true store end
    3.73 +}bind def
    3.74 +/PLG{
    3.75 +gsave newpath clippath pathbbox grestore
    3.76 +exch pop add exch pop
    3.77 +}bind def
    3.78 +/BP{
    3.79 +/level0 save def
    3.80 +1 setlinecap
    3.81 +1 setlinejoin
    3.82 +72 RES div dup scale
    3.83 +LS{
    3.84 +90 rotate
    3.85 +}{
    3.86 +0 PL translate
    3.87 +}ifelse
    3.88 +1 -1 scale
    3.89 +}bind def
    3.90 +/EP{
    3.91 +level0 restore
    3.92 +showpage
    3.93 +}bind def
    3.94 +/DA{
    3.95 +newpath arcn stroke
    3.96 +}bind def
    3.97 +/SN{
    3.98 +transform
    3.99 +.25 sub exch .25 sub exch
   3.100 +round .25 add exch round .25 add exch
   3.101 +itransform
   3.102 +}bind def
   3.103 +/DL{
   3.104 +SN
   3.105 +moveto
   3.106 +SN
   3.107 +lineto stroke
   3.108 +}bind def
   3.109 +/DC{
   3.110 +newpath 0 360 arc closepath
   3.111 +}bind def
   3.112 +/TM matrix def
   3.113 +/DE{
   3.114 +TM currentmatrix pop
   3.115 +translate scale newpath 0 0 .5 0 360 arc closepath
   3.116 +TM setmatrix
   3.117 +}bind def
   3.118 +/RC/rcurveto load def
   3.119 +/RL/rlineto load def
   3.120 +/ST/stroke load def
   3.121 +/MT/moveto load def
   3.122 +/CL/closepath load def
   3.123 +/Fr{
   3.124 +setrgbcolor fill
   3.125 +}bind def
   3.126 +/Fk{
   3.127 +setcmykcolor fill
   3.128 +}bind def
   3.129 +/Fg{
   3.130 +setgray fill
   3.131 +}bind def
   3.132 +/FL/fill load def
   3.133 +/LW/setlinewidth load def
   3.134 +/Cr/setrgbcolor load def
   3.135 +/Ck/setcmykcolor load def
   3.136 +/Cg/setgray load def
   3.137 +/RE{
   3.138 +findfont
   3.139 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   3.140 +{
   3.141 +1 index/FID ne{def}{pop pop}ifelse
   3.142 +}forall
   3.143 +/Encoding exch def
   3.144 +dup/FontName exch def
   3.145 +currentdict end definefont pop
   3.146 +}bind def
   3.147 +/DEFS 0 def
   3.148 +/EBEGIN{
   3.149 +moveto
   3.150 +DEFS begin
   3.151 +}bind def
   3.152 +/EEND/end load def
   3.153 +/CNT 0 def
   3.154 +/level1 0 def
   3.155 +/PBEGIN{
   3.156 +/level1 save def
   3.157 +translate
   3.158 +div 3 1 roll div exch scale
   3.159 +neg exch neg exch translate
   3.160 +0 setgray
   3.161 +0 setlinecap
   3.162 +1 setlinewidth
   3.163 +0 setlinejoin
   3.164 +10 setmiterlimit
   3.165 +[]0 setdash
   3.166 +/setstrokeadjust where{
   3.167 +pop
   3.168 +false setstrokeadjust
   3.169 +}if
   3.170 +/setoverprint where{
   3.171 +pop
   3.172 +false setoverprint
   3.173 +}if
   3.174 +newpath
   3.175 +/CNT countdictstack def
   3.176 +userdict begin
   3.177 +/showpage{}def
   3.178 +}bind def
   3.179 +/PEND{
   3.180 +clear
   3.181 +countdictstack CNT sub{end}repeat
   3.182 +level1 restore
   3.183 +}bind def
   3.184 +end def
   3.185 +/setpacking where{
   3.186 +pop
   3.187 +setpacking
   3.188 +}if
   3.189 +%%EndResource
   3.190 +%%IncludeResource: font Palatino-Roman
   3.191 +%%IncludeResource: font Palatino-Italic
   3.192 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   3.193 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   3.194 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   3.195 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   3.196 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   3.197 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   3.198 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   3.199 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   3.200 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   3.201 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   3.202 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   3.203 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   3.204 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   3.205 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   3.206 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   3.207 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   3.208 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   3.209 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   3.210 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   3.211 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   3.212 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   3.213 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   3.214 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   3.215 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   3.216 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   3.217 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   3.218 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   3.219 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   3.220 +/Palatino-Italic@0 ENC0/Palatino-Italic RE/Palatino-Roman@0 ENC0
   3.221 +/Palatino-Roman RE
   3.222 +%%EndProlog
   3.223 +%%Page: 1 1
   3.224 +%%BeginPageSetup
   3.225 +BP
   3.226 +%%EndPageSetup
   3.227 +230.4 98.4 MT 0 -72 RL -144 0 RL 0 72 RL CL .4 LW ST/F0 10
   3.228 +/Palatino-Roman@0 SF<656d61696c>146.18 58.6 Q<534d53>148.42 70.6 Q 374.4
   3.229 +98.4 MT 0 -72 RL -144 0 RL 0 72 RL CL ST<766f696365206d61696c>279.7 58.6
   3.230 +Q<766964656f206d65737361676573>267.845 70.6 Q 230.4 170.4 MT 0 -72 RL
   3.231 +-144 0 RL 0 72 RL CL ST<496e7374616e74204d6573736167696e67>117.975 130.6
   3.232 +Q<63686174>149.14 142.6 Q 374.4 170.4 MT 0 -72 RL -144 0 RL 0 72 RL CL
   3.233 +ST -1.11<566f>291.91 130.6 S<4950>1.11 E<766964656f20636f6e666572>
   3.234 +260.215 142.6 Q<656e63696e67>-.18 E 86.4 12 86.4 26.4 DL 230.4 12 230.4
   3.235 +26.4 DL/F1 10/Palatino-Italic@0 SF<7772697474656e>143.4 14.2 Q 230.4 12
   3.236 +230.4 26.4 DL 374.4 12 374.4 26.4 DL -.18<7265>285.455 14.2 S
   3.237 +<636f72646564>.18 E 72 26.4 86.4 26.4 DL 72 98.4 86.4 98.4 DL
   3.238 +<6173796e6372>21.44 58.6 Q<6f6e6f7573>-.18 E<286d6573736167657329>28.67
   3.239 +70.6 Q 72 98.4 86.4 98.4 DL 72 170.4 86.4 170.4 DL<73796e6372>25.88
   3.240 +130.6 Q<6f6e6f7573>-.18 E<286469616c6f6729>40.9 142.6 Q 0 Cg EP
   3.241 +%%Trailer
   3.242 +end
   3.243 +%%Trailer
   3.244 +cleartomark
   3.245 +countdictstack
   3.246 +exch sub { end } repeat
   3.247 +restore
   3.248 +%%EOF
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/fig/comm-lifecycle.eps	Wed Feb 11 17:48:50 2009 +0100
     4.3 @@ -0,0 +1,343 @@
     4.4 +%!PS-Adobe-2.0 EPSF-2.0
     4.5 +%%BoundingBox: 70 595 522 830
     4.6 +%%HiResBoundingBox: 70.000000 595.000000 522.000000 830.000000
     4.7 +%%Creator: groff version 1.18.1
     4.8 +%%CreationDate: Mon Feb  9 01:00:40 2009
     4.9 +%%DocumentNeededResources: font Palatino-Italic
    4.10 +%%+ font Palatino-Roman
    4.11 +%%DocumentSuppliedResources: procset grops 1.18 1
    4.12 +%%PageOrder: Ascend
    4.13 +%%EndComments
    4.14 +% EPSF created by ps2eps 1.64
    4.15 +%%BeginProlog
    4.16 +save
    4.17 +countdictstack
    4.18 +mark
    4.19 +newpath
    4.20 +/showpage {} def
    4.21 +/setpagedevice {pop} def
    4.22 +%%EndProlog
    4.23 +%%Page 1 1
    4.24 +%%BeginProlog
    4.25 +%%BeginResource: procset grops 1.18 1
    4.26 +/setpacking where{
    4.27 +pop
    4.28 +currentpacking
    4.29 +true setpacking
    4.30 +}if
    4.31 +/grops 120 dict dup begin
    4.32 +/SC 32 def
    4.33 +/A/show load def
    4.34 +/B{0 SC 3 -1 roll widthshow}bind def
    4.35 +/C{0 exch ashow}bind def
    4.36 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    4.37 +/E{0 rmoveto show}bind def
    4.38 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    4.39 +/G{0 rmoveto 0 exch ashow}bind def
    4.40 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.41 +/I{0 exch rmoveto show}bind def
    4.42 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    4.43 +/K{0 exch rmoveto 0 exch ashow}bind def
    4.44 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.45 +/M{rmoveto show}bind def
    4.46 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    4.47 +/O{rmoveto 0 exch ashow}bind def
    4.48 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.49 +/Q{moveto show}bind def
    4.50 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    4.51 +/S{moveto 0 exch ashow}bind def
    4.52 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    4.53 +/SF{
    4.54 +findfont exch
    4.55 +[exch dup 0 exch 0 exch neg 0 0]makefont
    4.56 +dup setfont
    4.57 +[exch/setfont cvx]cvx bind def
    4.58 +}bind def
    4.59 +/MF{
    4.60 +findfont
    4.61 +[5 2 roll
    4.62 +0 3 1 roll
    4.63 +neg 0 0]makefont
    4.64 +dup setfont
    4.65 +[exch/setfont cvx]cvx bind def
    4.66 +}bind def
    4.67 +/level0 0 def
    4.68 +/RES 0 def
    4.69 +/PL 0 def
    4.70 +/LS 0 def
    4.71 +/MANUAL{
    4.72 +statusdict begin/manualfeed true store end
    4.73 +}bind def
    4.74 +/PLG{
    4.75 +gsave newpath clippath pathbbox grestore
    4.76 +exch pop add exch pop
    4.77 +}bind def
    4.78 +/BP{
    4.79 +/level0 save def
    4.80 +1 setlinecap
    4.81 +1 setlinejoin
    4.82 +72 RES div dup scale
    4.83 +LS{
    4.84 +90 rotate
    4.85 +}{
    4.86 +0 PL translate
    4.87 +}ifelse
    4.88 +1 -1 scale
    4.89 +}bind def
    4.90 +/EP{
    4.91 +level0 restore
    4.92 +showpage
    4.93 +}bind def
    4.94 +/DA{
    4.95 +newpath arcn stroke
    4.96 +}bind def
    4.97 +/SN{
    4.98 +transform
    4.99 +.25 sub exch .25 sub exch
   4.100 +round .25 add exch round .25 add exch
   4.101 +itransform
   4.102 +}bind def
   4.103 +/DL{
   4.104 +SN
   4.105 +moveto
   4.106 +SN
   4.107 +lineto stroke
   4.108 +}bind def
   4.109 +/DC{
   4.110 +newpath 0 360 arc closepath
   4.111 +}bind def
   4.112 +/TM matrix def
   4.113 +/DE{
   4.114 +TM currentmatrix pop
   4.115 +translate scale newpath 0 0 .5 0 360 arc closepath
   4.116 +TM setmatrix
   4.117 +}bind def
   4.118 +/RC/rcurveto load def
   4.119 +/RL/rlineto load def
   4.120 +/ST/stroke load def
   4.121 +/MT/moveto load def
   4.122 +/CL/closepath load def
   4.123 +/Fr{
   4.124 +setrgbcolor fill
   4.125 +}bind def
   4.126 +/Fk{
   4.127 +setcmykcolor fill
   4.128 +}bind def
   4.129 +/Fg{
   4.130 +setgray fill
   4.131 +}bind def
   4.132 +/FL/fill load def
   4.133 +/LW/setlinewidth load def
   4.134 +/Cr/setrgbcolor load def
   4.135 +/Ck/setcmykcolor load def
   4.136 +/Cg/setgray load def
   4.137 +/RE{
   4.138 +findfont
   4.139 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   4.140 +{
   4.141 +1 index/FID ne{def}{pop pop}ifelse
   4.142 +}forall
   4.143 +/Encoding exch def
   4.144 +dup/FontName exch def
   4.145 +currentdict end definefont pop
   4.146 +}bind def
   4.147 +/DEFS 0 def
   4.148 +/EBEGIN{
   4.149 +moveto
   4.150 +DEFS begin
   4.151 +}bind def
   4.152 +/EEND/end load def
   4.153 +/CNT 0 def
   4.154 +/level1 0 def
   4.155 +/PBEGIN{
   4.156 +/level1 save def
   4.157 +translate
   4.158 +div 3 1 roll div exch scale
   4.159 +neg exch neg exch translate
   4.160 +0 setgray
   4.161 +0 setlinecap
   4.162 +1 setlinewidth
   4.163 +0 setlinejoin
   4.164 +10 setmiterlimit
   4.165 +[]0 setdash
   4.166 +/setstrokeadjust where{
   4.167 +pop
   4.168 +false setstrokeadjust
   4.169 +}if
   4.170 +/setoverprint where{
   4.171 +pop
   4.172 +false setoverprint
   4.173 +}if
   4.174 +newpath
   4.175 +/CNT countdictstack def
   4.176 +userdict begin
   4.177 +/showpage{}def
   4.178 +}bind def
   4.179 +/PEND{
   4.180 +clear
   4.181 +countdictstack CNT sub{end}repeat
   4.182 +level1 restore
   4.183 +}bind def
   4.184 +end def
   4.185 +/setpacking where{
   4.186 +pop
   4.187 +setpacking
   4.188 +}if
   4.189 +%%EndResource
   4.190 +%%IncludeResource: font Palatino-Italic
   4.191 +%%IncludeResource: font Palatino-Roman
   4.192 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   4.193 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   4.194 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   4.195 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   4.196 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   4.197 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   4.198 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   4.199 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   4.200 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   4.201 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   4.202 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   4.203 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   4.204 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   4.205 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   4.206 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   4.207 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   4.208 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   4.209 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   4.210 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   4.211 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   4.212 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   4.213 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   4.214 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   4.215 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   4.216 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   4.217 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   4.218 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   4.219 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   4.220 +/Palatino-Roman@0 ENC0/Palatino-Roman RE/Palatino-Italic@0 ENC0
   4.221 +/Palatino-Italic RE
   4.222 +%%EndProlog
   4.223 +%%Page: 1 1
   4.224 +%%BeginPageSetup
   4.225 +BP
   4.226 +%%EndPageSetup
   4.227 +.4 LW 162 12 162 12 DL 162 15.6 162 15.6 DL 162 19.2 162 19.2 DL 162
   4.228 +22.8 162 22.8 DL 162 26.4 162 26.4 DL 162 30 162 30 DL 162 33.6 162 33.6
   4.229 +DL 162 37.2 162 37.2 DL 162 40.8 162 40.8 DL 162 44.4 162 44.4 DL 162 48
   4.230 +162 48 DL 162 51.6 162 51.6 DL 162 55.2 162 55.2 DL 162 58.8 162 58.8 DL
   4.231 +162 62.4 162 62.4 DL 162 66 162 66 DL 162 69.6 162 69.6 DL 162 73.2 162
   4.232 +73.2 DL 162 76.8 162 76.8 DL 162 80.4 162 80.4 DL 162 84 162 84 DL 162
   4.233 +87.6 162 87.6 DL 162 91.2 162 91.2 DL 162 94.8 162 94.8 DL 162 98.4 162
   4.234 +98.4 DL 162 102 162 102 DL 162 105.6 162 105.6 DL 162 109.2 162 109.2 DL
   4.235 +162 112.8 162 112.8 DL 162 116.4 162 116.4 DL 162 120 162 120 DL 162
   4.236 +123.6 162 123.6 DL 162 127.2 162 127.2 DL 162 130.8 162 130.8 DL 162
   4.237 +134.4 162 134.4 DL 162 138 162 138 DL 162 141.6 162 141.6 DL 162 145.2
   4.238 +162 145.2 DL 162 148.8 162 148.8 DL 162 152.4 162 152.4 DL 162 156 162
   4.239 +156 DL 162 159.6 162 159.6 DL 162 163.2 162 163.2 DL 162 166.8 162 166.8
   4.240 +DL 162 170.4 162 170.4 DL 162 174 162 174 DL 162 177.6 162 177.6 DL 162
   4.241 +181.2 162 181.2 DL 162 184.8 162 184.8 DL 162 188.4 162 188.4 DL 162 192
   4.242 +162 192 DL 162 195.6 162 195.6 DL 162 199.2 162 199.2 DL 162 202.8 162
   4.243 +202.8 DL 162 206.4 162 206.4 DL 162 210 162 210 DL 162 213.6 162 213.6
   4.244 +DL 162 217.2 162 217.2 DL 162 220.8 162 220.8 DL 162 224.4 162 224.4 DL
   4.245 +162 228 162 228 DL 72 242.4 72 228 DL 162 242.4 162 228 DL/F0 10
   4.246 +/Palatino-Italic@0 SF<696e7472>91.72 244.6 Q<6f64756374696f6e>-.18 E 252
   4.247 +12 252 12 DL 252 15.6 252 15.6 DL 252 19.2 252 19.2 DL 252 22.8 252 22.8
   4.248 +DL 252 26.4 252 26.4 DL 252 30 252 30 DL 252 33.6 252 33.6 DL 252 37.2
   4.249 +252 37.2 DL 252 40.8 252 40.8 DL 252 44.4 252 44.4 DL 252 48 252 48 DL
   4.250 +252 51.6 252 51.6 DL 252 55.2 252 55.2 DL 252 58.8 252 58.8 DL 252 62.4
   4.251 +252 62.4 DL 252 66 252 66 DL 252 69.6 252 69.6 DL 252 73.2 252 73.2 DL
   4.252 +252 76.8 252 76.8 DL 252 80.4 252 80.4 DL 252 84 252 84 DL 252 87.6 252
   4.253 +87.6 DL 252 91.2 252 91.2 DL 252 94.8 252 94.8 DL 252 98.4 252 98.4 DL
   4.254 +252 102 252 102 DL 252 105.6 252 105.6 DL 252 109.2 252 109.2 DL 252
   4.255 +112.8 252 112.8 DL 252 116.4 252 116.4 DL 252 120 252 120 DL 252 123.6
   4.256 +252 123.6 DL 252 127.2 252 127.2 DL 252 130.8 252 130.8 DL 252 134.4 252
   4.257 +134.4 DL 252 138 252 138 DL 252 141.6 252 141.6 DL 252 145.2 252 145.2
   4.258 +DL 252 148.8 252 148.8 DL 252 152.4 252 152.4 DL 252 156 252 156 DL 252
   4.259 +159.6 252 159.6 DL 252 163.2 252 163.2 DL 252 166.8 252 166.8 DL 252
   4.260 +170.4 252 170.4 DL 252 174 252 174 DL 252 177.6 252 177.6 DL 252 181.2
   4.261 +252 181.2 DL 252 184.8 252 184.8 DL 252 188.4 252 188.4 DL 252 192 252
   4.262 +192 DL 252 195.6 252 195.6 DL 252 199.2 252 199.2 DL 252 202.8 252 202.8
   4.263 +DL 252 206.4 252 206.4 DL 252 210 252 210 DL 252 213.6 252 213.6 DL 252
   4.264 +217.2 252 217.2 DL 252 220.8 252 220.8 DL 252 224.4 252 224.4 DL 252 228
   4.265 +252 228 DL 162 242.4 162 228 DL 252 242.4 252 228 DL<6772>192.65 244.6 Q
   4.266 +<6f777468>-.18 E 342 12 342 12 DL 342 15.6 342 15.6 DL 342 19.2 342 19.2
   4.267 +DL 342 22.8 342 22.8 DL 342 26.4 342 26.4 DL 342 30 342 30 DL 342 33.6
   4.268 +342 33.6 DL 342 37.2 342 37.2 DL 342 40.8 342 40.8 DL 342 44.4 342 44.4
   4.269 +DL 342 48 342 48 DL 342 51.6 342 51.6 DL 342 55.2 342 55.2 DL 342 58.8
   4.270 +342 58.8 DL 342 62.4 342 62.4 DL 342 66 342 66 DL 342 69.6 342 69.6 DL
   4.271 +342 73.2 342 73.2 DL 342 76.8 342 76.8 DL 342 80.4 342 80.4 DL 342 84
   4.272 +342 84 DL 342 87.6 342 87.6 DL 342 91.2 342 91.2 DL 342 94.8 342 94.8 DL
   4.273 +342 98.4 342 98.4 DL 342 102 342 102 DL 342 105.6 342 105.6 DL 342 109.2
   4.274 +342 109.2 DL 342 112.8 342 112.8 DL 342 116.4 342 116.4 DL 342 120 342
   4.275 +120 DL 342 123.6 342 123.6 DL 342 127.2 342 127.2 DL 342 130.8 342 130.8
   4.276 +DL 342 134.4 342 134.4 DL 342 138 342 138 DL 342 141.6 342 141.6 DL 342
   4.277 +145.2 342 145.2 DL 342 148.8 342 148.8 DL 342 152.4 342 152.4 DL 342 156
   4.278 +342 156 DL 342 159.6 342 159.6 DL 342 163.2 342 163.2 DL 342 166.8 342
   4.279 +166.8 DL 342 170.4 342 170.4 DL 342 174 342 174 DL 342 177.6 342 177.6
   4.280 +DL 342 181.2 342 181.2 DL 342 184.8 342 184.8 DL 342 188.4 342 188.4 DL
   4.281 +342 192 342 192 DL 342 195.6 342 195.6 DL 342 199.2 342 199.2 DL 342
   4.282 +202.8 342 202.8 DL 342 206.4 342 206.4 DL 342 210 342 210 DL 342 213.6
   4.283 +342 213.6 DL 342 217.2 342 217.2 DL 342 220.8 342 220.8 DL 342 224.4 342
   4.284 +224.4 DL 342 228 342 228 DL 252 242.4 252 228 DL 342 242.4 342 228 DL
   4.285 +<6d61747572>282.645 244.6 Q<65>-.18 E 432 12 432 12 DL 432 15.6 432 15.6
   4.286 +DL 432 19.2 432 19.2 DL 432 22.8 432 22.8 DL 432 26.4 432 26.4 DL 432 30
   4.287 +432 30 DL 432 33.6 432 33.6 DL 432 37.2 432 37.2 DL 432 40.8 432 40.8 DL
   4.288 +432 44.4 432 44.4 DL 432 48 432 48 DL 432 51.6 432 51.6 DL 432 55.2 432
   4.289 +55.2 DL 432 58.8 432 58.8 DL 432 62.4 432 62.4 DL 432 66 432 66 DL 432
   4.290 +69.6 432 69.6 DL 432 73.2 432 73.2 DL 432 76.8 432 76.8 DL 432 80.4 432
   4.291 +80.4 DL 432 84 432 84 DL 432 87.6 432 87.6 DL 432 91.2 432 91.2 DL 432
   4.292 +94.8 432 94.8 DL 432 98.4 432 98.4 DL 432 102 432 102 DL 432 105.6 432
   4.293 +105.6 DL 432 109.2 432 109.2 DL 432 112.8 432 112.8 DL 432 116.4 432
   4.294 +116.4 DL 432 120 432 120 DL 432 123.6 432 123.6 DL 432 127.2 432 127.2
   4.295 +DL 432 130.8 432 130.8 DL 432 134.4 432 134.4 DL 432 138 432 138 DL 432
   4.296 +141.6 432 141.6 DL 432 145.2 432 145.2 DL 432 148.8 432 148.8 DL 432
   4.297 +152.4 432 152.4 DL 432 156 432 156 DL 432 159.6 432 159.6 DL 432 163.2
   4.298 +432 163.2 DL 432 166.8 432 166.8 DL 432 170.4 432 170.4 DL 432 174 432
   4.299 +174 DL 432 177.6 432 177.6 DL 432 181.2 432 181.2 DL 432 184.8 432 184.8
   4.300 +DL 432 188.4 432 188.4 DL 432 192 432 192 DL 432 195.6 432 195.6 DL 432
   4.301 +199.2 432 199.2 DL 432 202.8 432 202.8 DL 432 206.4 432 206.4 DL 432 210
   4.302 +432 210 DL 432 213.6 432 213.6 DL 432 217.2 432 217.2 DL 432 220.8 432
   4.303 +220.8 DL 432 224.4 432 224.4 DL 432 228 432 228 DL 342 242.4 342 228 DL
   4.304 +432 242.4 432 228 DL<73617475726174696f6e>366.17 244.6 Q 522 12 522 12
   4.305 +DL 522 15.6 522 15.6 DL 522 19.2 522 19.2 DL 522 22.8 522 22.8 DL 522
   4.306 +26.4 522 26.4 DL 522 30 522 30 DL 522 33.6 522 33.6 DL 522 37.2 522 37.2
   4.307 +DL 522 40.8 522 40.8 DL 522 44.4 522 44.4 DL 522 48 522 48 DL 522 51.6
   4.308 +522 51.6 DL 522 55.2 522 55.2 DL 522 58.8 522 58.8 DL 522 62.4 522 62.4
   4.309 +DL 522 66 522 66 DL 522 69.6 522 69.6 DL 522 73.2 522 73.2 DL 522 76.8
   4.310 +522 76.8 DL 522 80.4 522 80.4 DL 522 84 522 84 DL 522 87.6 522 87.6 DL
   4.311 +522 91.2 522 91.2 DL 522 94.8 522 94.8 DL 522 98.4 522 98.4 DL 522 102
   4.312 +522 102 DL 522 105.6 522 105.6 DL 522 109.2 522 109.2 DL 522 112.8 522
   4.313 +112.8 DL 522 116.4 522 116.4 DL 522 120 522 120 DL 522 123.6 522 123.6
   4.314 +DL 522 127.2 522 127.2 DL 522 130.8 522 130.8 DL 522 134.4 522 134.4 DL
   4.315 +522 138 522 138 DL 522 141.6 522 141.6 DL 522 145.2 522 145.2 DL 522
   4.316 +148.8 522 148.8 DL 522 152.4 522 152.4 DL 522 156 522 156 DL 522 159.6
   4.317 +522 159.6 DL 522 163.2 522 163.2 DL 522 166.8 522 166.8 DL 522 170.4 522
   4.318 +170.4 DL 522 174 522 174 DL 522 177.6 522 177.6 DL 522 181.2 522 181.2
   4.319 +DL 522 184.8 522 184.8 DL 522 188.4 522 188.4 DL 522 192 522 192 DL 522
   4.320 +195.6 522 195.6 DL 522 199.2 522 199.2 DL 522 202.8 522 202.8 DL 522
   4.321 +206.4 522 206.4 DL 522 210 522 210 DL 522 213.6 522 213.6 DL 522 217.2
   4.322 +522 217.2 DL 522 220.8 522 220.8 DL 522 224.4 522 224.4 DL 522 228 522
   4.323 +228 DL 432 242.4 432 228 DL 522 242.4 522 228 DL<6465636c696e65>463.015
   4.324 +244.6 Q 522 228 72 228 DL 522 228 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 522
   4.325 +228 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<74696d65>489.82 224.2 Q 72 12 72
   4.326 +228 DL 72 12 MT 1.8 7.2 RL -3.6 0 RL CL 0 Fg 72 12 MT 1.8 7.2 RL -3.6 0
   4.327 +RL CL 0 Cg ST<6d61726b65742073686172>75.6 34.6 Q<652c>-.18 E
   4.328 +<696d706f7274616e63652c>75.6 46.6 Q<6574632e>75.6 58.6 Q 72 228 MT 31.5
   4.329 +-3.6 RL 21 -2.4 43.5 -15.6 67.5 -39.6 RC 24 -24 51 -50.4 81 -79.2 RC 30
   4.330 +-28.8 60 -49.2 90 -61.2 RC 30 -12 60 -14.4 90 -7.2 RC 30 7.2 52.5 12
   4.331 +67.5 14.4 RC 22.5 3.6 RL ST 99 199.2 106.2 220.8 DL/F1 10
   4.332 +/Palatino-Roman@0 SF<766964656f>86.54 181 Q<6d65737361676573>78.155 193
   4.333 +Q 134.136 184.8 141.336 206.4 DL<766f696365>122.511 166.6 Q<6d61696c>
   4.334 +124.311 178.6 Q 209.736 112.8 216.936 134.4 DL -1.11<566f>197.881 94.6 S
   4.335 +<696365>1.11 E<6f766572204950>193.856 106.6 Q 287.064 105.6 279.864 84
   4.336 +DL<696e7374616e74>271.909 116.2 Q<6d6573736167696e67>263.589 128.2 Q
   4.337 +369.864 62.4 362.664 40.8 DL<656d61696c>357.644 71.8 Q 467.064 69.6
   4.338 +459.864 48 DL<74656c65666178>452.444 79 Q 0 Cg EP
   4.339 +%%Trailer
   4.340 +end
   4.341 +%%Trailer
   4.342 +cleartomark
   4.343 +countdictstack
   4.344 +exch sub { end } repeat
   4.345 +restore
   4.346 +%%EOF
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/fig/email-swot.eps	Wed Feb 11 17:48:50 2009 +0100
     5.3 @@ -0,0 +1,247 @@
     5.4 +%!PS-Adobe-2.0 EPSF-2.0
     5.5 +%%BoundingBox: 27 655 375 830
     5.6 +%%HiResBoundingBox: 27.500000 655.500000 374.500000 830.000000
     5.7 +%%Creator: groff version 1.18.1
     5.8 +%%CreationDate: Mon Feb  9 01:00:40 2009
     5.9 +%%DocumentNeededResources: font Palatino-Roman
    5.10 +%%+ font Palatino-Italic
    5.11 +%%DocumentSuppliedResources: procset grops 1.18 1
    5.12 +%%PageOrder: Ascend
    5.13 +%%EndComments
    5.14 +% EPSF created by ps2eps 1.64
    5.15 +%%BeginProlog
    5.16 +save
    5.17 +countdictstack
    5.18 +mark
    5.19 +newpath
    5.20 +/showpage {} def
    5.21 +/setpagedevice {pop} def
    5.22 +%%EndProlog
    5.23 +%%Page 1 1
    5.24 +%%BeginProlog
    5.25 +%%BeginResource: procset grops 1.18 1
    5.26 +/setpacking where{
    5.27 +pop
    5.28 +currentpacking
    5.29 +true setpacking
    5.30 +}if
    5.31 +/grops 120 dict dup begin
    5.32 +/SC 32 def
    5.33 +/A/show load def
    5.34 +/B{0 SC 3 -1 roll widthshow}bind def
    5.35 +/C{0 exch ashow}bind def
    5.36 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    5.37 +/E{0 rmoveto show}bind def
    5.38 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    5.39 +/G{0 rmoveto 0 exch ashow}bind def
    5.40 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    5.41 +/I{0 exch rmoveto show}bind def
    5.42 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    5.43 +/K{0 exch rmoveto 0 exch ashow}bind def
    5.44 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    5.45 +/M{rmoveto show}bind def
    5.46 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    5.47 +/O{rmoveto 0 exch ashow}bind def
    5.48 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    5.49 +/Q{moveto show}bind def
    5.50 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    5.51 +/S{moveto 0 exch ashow}bind def
    5.52 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    5.53 +/SF{
    5.54 +findfont exch
    5.55 +[exch dup 0 exch 0 exch neg 0 0]makefont
    5.56 +dup setfont
    5.57 +[exch/setfont cvx]cvx bind def
    5.58 +}bind def
    5.59 +/MF{
    5.60 +findfont
    5.61 +[5 2 roll
    5.62 +0 3 1 roll
    5.63 +neg 0 0]makefont
    5.64 +dup setfont
    5.65 +[exch/setfont cvx]cvx bind def
    5.66 +}bind def
    5.67 +/level0 0 def
    5.68 +/RES 0 def
    5.69 +/PL 0 def
    5.70 +/LS 0 def
    5.71 +/MANUAL{
    5.72 +statusdict begin/manualfeed true store end
    5.73 +}bind def
    5.74 +/PLG{
    5.75 +gsave newpath clippath pathbbox grestore
    5.76 +exch pop add exch pop
    5.77 +}bind def
    5.78 +/BP{
    5.79 +/level0 save def
    5.80 +1 setlinecap
    5.81 +1 setlinejoin
    5.82 +72 RES div dup scale
    5.83 +LS{
    5.84 +90 rotate
    5.85 +}{
    5.86 +0 PL translate
    5.87 +}ifelse
    5.88 +1 -1 scale
    5.89 +}bind def
    5.90 +/EP{
    5.91 +level0 restore
    5.92 +showpage
    5.93 +}bind def
    5.94 +/DA{
    5.95 +newpath arcn stroke
    5.96 +}bind def
    5.97 +/SN{
    5.98 +transform
    5.99 +.25 sub exch .25 sub exch
   5.100 +round .25 add exch round .25 add exch
   5.101 +itransform
   5.102 +}bind def
   5.103 +/DL{
   5.104 +SN
   5.105 +moveto
   5.106 +SN
   5.107 +lineto stroke
   5.108 +}bind def
   5.109 +/DC{
   5.110 +newpath 0 360 arc closepath
   5.111 +}bind def
   5.112 +/TM matrix def
   5.113 +/DE{
   5.114 +TM currentmatrix pop
   5.115 +translate scale newpath 0 0 .5 0 360 arc closepath
   5.116 +TM setmatrix
   5.117 +}bind def
   5.118 +/RC/rcurveto load def
   5.119 +/RL/rlineto load def
   5.120 +/ST/stroke load def
   5.121 +/MT/moveto load def
   5.122 +/CL/closepath load def
   5.123 +/Fr{
   5.124 +setrgbcolor fill
   5.125 +}bind def
   5.126 +/Fk{
   5.127 +setcmykcolor fill
   5.128 +}bind def
   5.129 +/Fg{
   5.130 +setgray fill
   5.131 +}bind def
   5.132 +/FL/fill load def
   5.133 +/LW/setlinewidth load def
   5.134 +/Cr/setrgbcolor load def
   5.135 +/Ck/setcmykcolor load def
   5.136 +/Cg/setgray load def
   5.137 +/RE{
   5.138 +findfont
   5.139 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   5.140 +{
   5.141 +1 index/FID ne{def}{pop pop}ifelse
   5.142 +}forall
   5.143 +/Encoding exch def
   5.144 +dup/FontName exch def
   5.145 +currentdict end definefont pop
   5.146 +}bind def
   5.147 +/DEFS 0 def
   5.148 +/EBEGIN{
   5.149 +moveto
   5.150 +DEFS begin
   5.151 +}bind def
   5.152 +/EEND/end load def
   5.153 +/CNT 0 def
   5.154 +/level1 0 def
   5.155 +/PBEGIN{
   5.156 +/level1 save def
   5.157 +translate
   5.158 +div 3 1 roll div exch scale
   5.159 +neg exch neg exch translate
   5.160 +0 setgray
   5.161 +0 setlinecap
   5.162 +1 setlinewidth
   5.163 +0 setlinejoin
   5.164 +10 setmiterlimit
   5.165 +[]0 setdash
   5.166 +/setstrokeadjust where{
   5.167 +pop
   5.168 +false setstrokeadjust
   5.169 +}if
   5.170 +/setoverprint where{
   5.171 +pop
   5.172 +false setoverprint
   5.173 +}if
   5.174 +newpath
   5.175 +/CNT countdictstack def
   5.176 +userdict begin
   5.177 +/showpage{}def
   5.178 +}bind def
   5.179 +/PEND{
   5.180 +clear
   5.181 +countdictstack CNT sub{end}repeat
   5.182 +level1 restore
   5.183 +}bind def
   5.184 +end def
   5.185 +/setpacking where{
   5.186 +pop
   5.187 +setpacking
   5.188 +}if
   5.189 +%%EndResource
   5.190 +%%IncludeResource: font Palatino-Roman
   5.191 +%%IncludeResource: font Palatino-Italic
   5.192 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   5.193 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   5.194 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   5.195 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   5.196 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   5.197 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   5.198 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   5.199 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   5.200 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   5.201 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   5.202 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   5.203 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   5.204 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   5.205 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   5.206 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   5.207 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   5.208 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   5.209 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   5.210 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   5.211 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   5.212 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   5.213 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   5.214 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   5.215 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   5.216 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   5.217 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   5.218 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   5.219 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   5.220 +/Palatino-Italic@0 ENC0/Palatino-Italic RE/Palatino-Roman@0 ENC0
   5.221 +/Palatino-Roman RE
   5.222 +%%EndProlog
   5.223 +%%Page: 1 1
   5.224 +%%BeginPageSetup
   5.225 +BP
   5.226 +%%EndPageSetup
   5.227 +230.4 84 MT 0 -72 RL -144 0 RL 0 72 RL CL .4 LW ST/F0 10
   5.228 +/Palatino-Roman@0 SF<7374616e646172>138.745 38.2 Q<64>-.18 E
   5.229 +<6d6f64756c6172>139.255 50.2 Q<657874656e7369626c65>136.3 62.2 Q 374.4
   5.230 +84 MT 0 -72 RL -144 0 RL 0 72 RL CL ST<8a>297.4 50.2 Q 230.4 156 MT 0
   5.231 +-72 RL -144 0 RL 0 72 RL CL ST<6c6172>115.91 116.2 Q
   5.232 +<67652064617461207472616e7366657273>-.18 E
   5.233 +<636f6d706c6578206e6574776f726b73>117.64 128.2 Q 374.4 156 MT 0 -72 RL
   5.234 +-144 0 RL 0 72 RL CL ST<7370616d>290.36 122.2 Q 86.4 170.4 86.4 156 DL
   5.235 +230.4 170.4 230.4 156 DL/F1 10/Palatino-Italic@0 SF
   5.236 +<6f70706f7274756e6974696573>131.455 172.6 Q<6f6620746865206d61726b6574>
   5.237 +132.295 184.6 Q 230.4 170.4 230.4 156 DL 374.4 170.4 374.4 156 DL
   5.238 +<746872>288.605 172.6 Q<65617473>-.18 E<6f6620746865206d61726b6574>
   5.239 +276.295 184.6 Q 72 12 86.4 12 DL 72 84 86.4 84 DL<737472>34.4 44.2 Q
   5.240 +<656e67746873>-.18 E<6f6620656d61696c>40.61 56.2 Q 72 84 86.4 84 DL 72
   5.241 +156 86.4 156 DL<7765616b6e6573736573>27 116.2 Q<6f6620656d61696c>40.61
   5.242 +128.2 Q 0 Cg EP
   5.243 +%%Trailer
   5.244 +end
   5.245 +%%Trailer
   5.246 +cleartomark
   5.247 +countdictstack
   5.248 +exch sub { end } repeat
   5.249 +restore
   5.250 +%%EOF
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/fig/ipc-protocol.eps	Wed Feb 11 17:48:50 2009 +0100
     6.3 @@ -0,0 +1,272 @@
     6.4 +%!PS-Adobe-2.0 EPSF-2.0
     6.5 +%%BoundingBox: 72 751 500 830
     6.6 +%%HiResBoundingBox: 72.000000 751.000000 499.500000 830.000000
     6.7 +%%Creator: groff version 1.18.1
     6.8 +%%CreationDate: Mon Feb  9 01:00:44 2009
     6.9 +%%DocumentNeededResources: font Palatino-Roman
    6.10 +%%+ font Palatino-Italic
    6.11 +%%DocumentSuppliedResources: procset grops 1.18 1
    6.12 +%%PageOrder: Ascend
    6.13 +%%EndComments
    6.14 +% EPSF created by ps2eps 1.64
    6.15 +%%BeginProlog
    6.16 +save
    6.17 +countdictstack
    6.18 +mark
    6.19 +newpath
    6.20 +/showpage {} def
    6.21 +/setpagedevice {pop} def
    6.22 +%%EndProlog
    6.23 +%%Page 1 1
    6.24 +%%BeginProlog
    6.25 +%%BeginResource: procset grops 1.18 1
    6.26 +/setpacking where{
    6.27 +pop
    6.28 +currentpacking
    6.29 +true setpacking
    6.30 +}if
    6.31 +/grops 120 dict dup begin
    6.32 +/SC 32 def
    6.33 +/A/show load def
    6.34 +/B{0 SC 3 -1 roll widthshow}bind def
    6.35 +/C{0 exch ashow}bind def
    6.36 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    6.37 +/E{0 rmoveto show}bind def
    6.38 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    6.39 +/G{0 rmoveto 0 exch ashow}bind def
    6.40 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    6.41 +/I{0 exch rmoveto show}bind def
    6.42 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    6.43 +/K{0 exch rmoveto 0 exch ashow}bind def
    6.44 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    6.45 +/M{rmoveto show}bind def
    6.46 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    6.47 +/O{rmoveto 0 exch ashow}bind def
    6.48 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    6.49 +/Q{moveto show}bind def
    6.50 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    6.51 +/S{moveto 0 exch ashow}bind def
    6.52 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    6.53 +/SF{
    6.54 +findfont exch
    6.55 +[exch dup 0 exch 0 exch neg 0 0]makefont
    6.56 +dup setfont
    6.57 +[exch/setfont cvx]cvx bind def
    6.58 +}bind def
    6.59 +/MF{
    6.60 +findfont
    6.61 +[5 2 roll
    6.62 +0 3 1 roll
    6.63 +neg 0 0]makefont
    6.64 +dup setfont
    6.65 +[exch/setfont cvx]cvx bind def
    6.66 +}bind def
    6.67 +/level0 0 def
    6.68 +/RES 0 def
    6.69 +/PL 0 def
    6.70 +/LS 0 def
    6.71 +/MANUAL{
    6.72 +statusdict begin/manualfeed true store end
    6.73 +}bind def
    6.74 +/PLG{
    6.75 +gsave newpath clippath pathbbox grestore
    6.76 +exch pop add exch pop
    6.77 +}bind def
    6.78 +/BP{
    6.79 +/level0 save def
    6.80 +1 setlinecap
    6.81 +1 setlinejoin
    6.82 +72 RES div dup scale
    6.83 +LS{
    6.84 +90 rotate
    6.85 +}{
    6.86 +0 PL translate
    6.87 +}ifelse
    6.88 +1 -1 scale
    6.89 +}bind def
    6.90 +/EP{
    6.91 +level0 restore
    6.92 +showpage
    6.93 +}bind def
    6.94 +/DA{
    6.95 +newpath arcn stroke
    6.96 +}bind def
    6.97 +/SN{
    6.98 +transform
    6.99 +.25 sub exch .25 sub exch
   6.100 +round .25 add exch round .25 add exch
   6.101 +itransform
   6.102 +}bind def
   6.103 +/DL{
   6.104 +SN
   6.105 +moveto
   6.106 +SN
   6.107 +lineto stroke
   6.108 +}bind def
   6.109 +/DC{
   6.110 +newpath 0 360 arc closepath
   6.111 +}bind def
   6.112 +/TM matrix def
   6.113 +/DE{
   6.114 +TM currentmatrix pop
   6.115 +translate scale newpath 0 0 .5 0 360 arc closepath
   6.116 +TM setmatrix
   6.117 +}bind def
   6.118 +/RC/rcurveto load def
   6.119 +/RL/rlineto load def
   6.120 +/ST/stroke load def
   6.121 +/MT/moveto load def
   6.122 +/CL/closepath load def
   6.123 +/Fr{
   6.124 +setrgbcolor fill
   6.125 +}bind def
   6.126 +/Fk{
   6.127 +setcmykcolor fill
   6.128 +}bind def
   6.129 +/Fg{
   6.130 +setgray fill
   6.131 +}bind def
   6.132 +/FL/fill load def
   6.133 +/LW/setlinewidth load def
   6.134 +/Cr/setrgbcolor load def
   6.135 +/Ck/setcmykcolor load def
   6.136 +/Cg/setgray load def
   6.137 +/RE{
   6.138 +findfont
   6.139 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   6.140 +{
   6.141 +1 index/FID ne{def}{pop pop}ifelse
   6.142 +}forall
   6.143 +/Encoding exch def
   6.144 +dup/FontName exch def
   6.145 +currentdict end definefont pop
   6.146 +}bind def
   6.147 +/DEFS 0 def
   6.148 +/EBEGIN{
   6.149 +moveto
   6.150 +DEFS begin
   6.151 +}bind def
   6.152 +/EEND/end load def
   6.153 +/CNT 0 def
   6.154 +/level1 0 def
   6.155 +/PBEGIN{
   6.156 +/level1 save def
   6.157 +translate
   6.158 +div 3 1 roll div exch scale
   6.159 +neg exch neg exch translate
   6.160 +0 setgray
   6.161 +0 setlinecap
   6.162 +1 setlinewidth
   6.163 +0 setlinejoin
   6.164 +10 setmiterlimit
   6.165 +[]0 setdash
   6.166 +/setstrokeadjust where{
   6.167 +pop
   6.168 +false setstrokeadjust
   6.169 +}if
   6.170 +/setoverprint where{
   6.171 +pop
   6.172 +false setoverprint
   6.173 +}if
   6.174 +newpath
   6.175 +/CNT countdictstack def
   6.176 +userdict begin
   6.177 +/showpage{}def
   6.178 +}bind def
   6.179 +/PEND{
   6.180 +clear
   6.181 +countdictstack CNT sub{end}repeat
   6.182 +level1 restore
   6.183 +}bind def
   6.184 +end def
   6.185 +/setpacking where{
   6.186 +pop
   6.187 +setpacking
   6.188 +}if
   6.189 +%%EndResource
   6.190 +%%IncludeResource: font Palatino-Roman
   6.191 +%%IncludeResource: font Palatino-Italic
   6.192 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   6.193 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   6.194 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   6.195 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   6.196 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   6.197 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   6.198 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   6.199 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   6.200 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   6.201 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   6.202 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   6.203 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   6.204 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   6.205 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   6.206 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   6.207 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   6.208 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   6.209 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   6.210 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   6.211 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   6.212 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   6.213 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   6.214 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   6.215 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   6.216 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   6.217 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   6.218 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   6.219 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   6.220 +/Palatino-Italic@0 ENC0/Palatino-Italic RE/Palatino-Roman@0 ENC0
   6.221 +/Palatino-Roman RE
   6.222 +%%EndProlog
   6.223 +%%Page: 1 1
   6.224 +%%BeginPageSetup
   6.225 +BP
   6.226 +%%EndPageSetup
   6.227 +93.6 33.6 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL .4 LW ST/F0 10
   6.228 +/Palatino-Roman@0 SF<42>79.745 25 Q 168.48 22.8 93.6 22.8 DL 168.48 22.8
   6.229 +MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 168.48 22.8 MT -7.2 1.8 RL 0 -3.6 RL CL
   6.230 +0 Cg ST<636f6e6e656374696f6e>106.93 19 Q<617474656d7074>113.835 31 Q
   6.231 +190.08 33.6 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL ST<57>174.28 25 Q
   6.232 +193.68 22.8 190.08 22.8 DL 202.104 22.8 198.504 22.8 DL 210.456 22.8
   6.233 +206.856 22.8 DL 218.88 22.8 215.28 22.8 DL 218.88 22.8 MT -7.2 1.8 RL 0
   6.234 +-3.6 RL CL 0 Fg 218.88 22.8 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<30>
   6.235 +201.98 19 Q 240.48 33.6 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL ST 298.08
   6.236 +22.8 240.48 22.8 DL 298.08 22.8 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 298.08
   6.237 +22.8 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<686561646572>254.05 19 Q
   6.238 +<7472616e73666572>252.11 31 Q 319.68 33.6 MT 0 -21.6 RL -21.6 0 RL 0
   6.239 +21.6 RL CL ST<57>303.88 25 Q 323.28 22.8 319.68 22.8 DL 331.704 22.8
   6.240 +328.104 22.8 DL 340.056 22.8 336.456 22.8 DL 348.48 22.8 344.88 22.8 DL
   6.241 +348.48 22.8 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 348.48 22.8 MT -7.2 1.8 RL
   6.242 +0 -3.6 RL CL 0 Cg ST<30>331.58 19 Q 370.08 33.6 MT 0 -21.6 RL -21.6 0 RL
   6.243 +0 21.6 RL CL ST 427.68 22.8 370.08 22.8 DL 427.68 22.8 MT -7.2 1.8 RL 0
   6.244 +-3.6 RL CL 0 Fg 427.68 22.8 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST
   6.245 +<626f6479>387.55 19 Q<7472616e73666572>381.71 31 Q 449.28 33.6 MT 0
   6.246 +-21.6 RL -21.6 0 RL 0 21.6 RL CL ST<57>433.48 25 Q 452.88 22.8 449.28
   6.247 +22.8 DL 459.216 22.8 455.616 22.8 DL 465.48 22.8 461.88 22.8 DL 471.816
   6.248 +22.8 468.216 22.8 DL 478.08 22.8 474.48 22.8 DL 478.08 22.8 MT -7.2 1.8
   6.249 +RL 0 -3.6 RL CL 0 Fg 478.08 22.8 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<30>
   6.250 +461.18 19 Q 499.68 33.6 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL ST<53>
   6.251 +486.255 25 Q 179.28 37.2 179.28 33.6 DL 179.28 45.336 179.28 41.736 DL
   6.252 +179.28 53.4 179.28 49.8 DL 179.28 61.536 179.28 57.936 DL 179.28 69.6
   6.253 +179.28 66 DL 179.28 69.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Fg 179.28 69.6 MT
   6.254 +-1.8 -7.2 RL 3.6 0 RL CL 0 Cg ST<31>183.03 53.8 Q 190.08 91.2 MT 0 -21.6
   6.255 +RL -21.6 0 RL 0 21.6 RL CL ST<45>176.225 82.6 Q 308.88 37.2 308.88 33.6
   6.256 +DL 308.88 45.336 308.88 41.736 DL 308.88 53.4 308.88 49.8 DL 308.88
   6.257 +61.536 308.88 57.936 DL 308.88 69.6 308.88 66 DL 308.88 69.6 MT -1.8
   6.258 +-7.2 RL 3.6 0 RL CL 0 Fg 308.88 69.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Cg ST
   6.259 +<31>312.63 53.8 Q 319.68 91.2 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL ST
   6.260 +<45>305.825 82.6 Q 438.48 37.2 438.48 33.6 DL 438.48 45.336 438.48
   6.261 +41.736 DL 438.48 53.4 438.48 49.8 DL 438.48 61.536 438.48 57.936 DL
   6.262 +438.48 69.6 438.48 66 DL 438.48 69.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Fg
   6.263 +438.48 69.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Cg ST<31>442.23 53.8 Q 449.28
   6.264 +91.2 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL ST<45>435.425 82.6 Q/F1 10
   6.265 +/Palatino-Italic@0 SF 2.5<423a20626567696e>72 53.8 R .36 -.18<573a2077>
   6.266 +72 65.8 T<61697420666f722072>.18 E<65706c79>-.18 E 2.5<453a20657272>72
   6.267 +77.8 R<6f72>-.18 E 2.5<533a2073756363657373>72 89.8 R 0 Cg EP
   6.268 +%%Trailer
   6.269 +end
   6.270 +%%Trailer
   6.271 +cleartomark
   6.272 +countdictstack
   6.273 +exch sub { end } repeat
   6.274 +restore
   6.275 +%%EOF
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/fig/mail-agents.eps	Wed Feb 11 17:48:50 2009 +0100
     7.3 @@ -0,0 +1,250 @@
     7.4 +%!PS-Adobe-2.0 EPSF-2.0
     7.5 +%%BoundingBox: 72 659 463 830
     7.6 +%%HiResBoundingBox: 72.000000 659.500000 462.500000 830.000000
     7.7 +%%Creator: groff version 1.18.1
     7.8 +%%CreationDate: Mon Feb  9 01:00:42 2009
     7.9 +%%DocumentNeededResources: font Palatino-Roman
    7.10 +%%+ font Palatino-Italic
    7.11 +%%DocumentSuppliedResources: procset grops 1.18 1
    7.12 +%%PageOrder: Ascend
    7.13 +%%EndComments
    7.14 +% EPSF created by ps2eps 1.64
    7.15 +%%BeginProlog
    7.16 +save
    7.17 +countdictstack
    7.18 +mark
    7.19 +newpath
    7.20 +/showpage {} def
    7.21 +/setpagedevice {pop} def
    7.22 +%%EndProlog
    7.23 +%%Page 1 1
    7.24 +%%BeginProlog
    7.25 +%%BeginResource: procset grops 1.18 1
    7.26 +/setpacking where{
    7.27 +pop
    7.28 +currentpacking
    7.29 +true setpacking
    7.30 +}if
    7.31 +/grops 120 dict dup begin
    7.32 +/SC 32 def
    7.33 +/A/show load def
    7.34 +/B{0 SC 3 -1 roll widthshow}bind def
    7.35 +/C{0 exch ashow}bind def
    7.36 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    7.37 +/E{0 rmoveto show}bind def
    7.38 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    7.39 +/G{0 rmoveto 0 exch ashow}bind def
    7.40 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    7.41 +/I{0 exch rmoveto show}bind def
    7.42 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    7.43 +/K{0 exch rmoveto 0 exch ashow}bind def
    7.44 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    7.45 +/M{rmoveto show}bind def
    7.46 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    7.47 +/O{rmoveto 0 exch ashow}bind def
    7.48 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    7.49 +/Q{moveto show}bind def
    7.50 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    7.51 +/S{moveto 0 exch ashow}bind def
    7.52 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    7.53 +/SF{
    7.54 +findfont exch
    7.55 +[exch dup 0 exch 0 exch neg 0 0]makefont
    7.56 +dup setfont
    7.57 +[exch/setfont cvx]cvx bind def
    7.58 +}bind def
    7.59 +/MF{
    7.60 +findfont
    7.61 +[5 2 roll
    7.62 +0 3 1 roll
    7.63 +neg 0 0]makefont
    7.64 +dup setfont
    7.65 +[exch/setfont cvx]cvx bind def
    7.66 +}bind def
    7.67 +/level0 0 def
    7.68 +/RES 0 def
    7.69 +/PL 0 def
    7.70 +/LS 0 def
    7.71 +/MANUAL{
    7.72 +statusdict begin/manualfeed true store end
    7.73 +}bind def
    7.74 +/PLG{
    7.75 +gsave newpath clippath pathbbox grestore
    7.76 +exch pop add exch pop
    7.77 +}bind def
    7.78 +/BP{
    7.79 +/level0 save def
    7.80 +1 setlinecap
    7.81 +1 setlinejoin
    7.82 +72 RES div dup scale
    7.83 +LS{
    7.84 +90 rotate
    7.85 +}{
    7.86 +0 PL translate
    7.87 +}ifelse
    7.88 +1 -1 scale
    7.89 +}bind def
    7.90 +/EP{
    7.91 +level0 restore
    7.92 +showpage
    7.93 +}bind def
    7.94 +/DA{
    7.95 +newpath arcn stroke
    7.96 +}bind def
    7.97 +/SN{
    7.98 +transform
    7.99 +.25 sub exch .25 sub exch
   7.100 +round .25 add exch round .25 add exch
   7.101 +itransform
   7.102 +}bind def
   7.103 +/DL{
   7.104 +SN
   7.105 +moveto
   7.106 +SN
   7.107 +lineto stroke
   7.108 +}bind def
   7.109 +/DC{
   7.110 +newpath 0 360 arc closepath
   7.111 +}bind def
   7.112 +/TM matrix def
   7.113 +/DE{
   7.114 +TM currentmatrix pop
   7.115 +translate scale newpath 0 0 .5 0 360 arc closepath
   7.116 +TM setmatrix
   7.117 +}bind def
   7.118 +/RC/rcurveto load def
   7.119 +/RL/rlineto load def
   7.120 +/ST/stroke load def
   7.121 +/MT/moveto load def
   7.122 +/CL/closepath load def
   7.123 +/Fr{
   7.124 +setrgbcolor fill
   7.125 +}bind def
   7.126 +/Fk{
   7.127 +setcmykcolor fill
   7.128 +}bind def
   7.129 +/Fg{
   7.130 +setgray fill
   7.131 +}bind def
   7.132 +/FL/fill load def
   7.133 +/LW/setlinewidth load def
   7.134 +/Cr/setrgbcolor load def
   7.135 +/Ck/setcmykcolor load def
   7.136 +/Cg/setgray load def
   7.137 +/RE{
   7.138 +findfont
   7.139 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   7.140 +{
   7.141 +1 index/FID ne{def}{pop pop}ifelse
   7.142 +}forall
   7.143 +/Encoding exch def
   7.144 +dup/FontName exch def
   7.145 +currentdict end definefont pop
   7.146 +}bind def
   7.147 +/DEFS 0 def
   7.148 +/EBEGIN{
   7.149 +moveto
   7.150 +DEFS begin
   7.151 +}bind def
   7.152 +/EEND/end load def
   7.153 +/CNT 0 def
   7.154 +/level1 0 def
   7.155 +/PBEGIN{
   7.156 +/level1 save def
   7.157 +translate
   7.158 +div 3 1 roll div exch scale
   7.159 +neg exch neg exch translate
   7.160 +0 setgray
   7.161 +0 setlinecap
   7.162 +1 setlinewidth
   7.163 +0 setlinejoin
   7.164 +10 setmiterlimit
   7.165 +[]0 setdash
   7.166 +/setstrokeadjust where{
   7.167 +pop
   7.168 +false setstrokeadjust
   7.169 +}if
   7.170 +/setoverprint where{
   7.171 +pop
   7.172 +false setoverprint
   7.173 +}if
   7.174 +newpath
   7.175 +/CNT countdictstack def
   7.176 +userdict begin
   7.177 +/showpage{}def
   7.178 +}bind def
   7.179 +/PEND{
   7.180 +clear
   7.181 +countdictstack CNT sub{end}repeat
   7.182 +level1 restore
   7.183 +}bind def
   7.184 +end def
   7.185 +/setpacking where{
   7.186 +pop
   7.187 +setpacking
   7.188 +}if
   7.189 +%%EndResource
   7.190 +%%IncludeResource: font Palatino-Roman
   7.191 +%%IncludeResource: font Palatino-Italic
   7.192 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   7.193 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   7.194 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   7.195 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   7.196 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   7.197 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   7.198 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   7.199 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   7.200 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   7.201 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   7.202 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   7.203 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   7.204 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   7.205 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   7.206 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   7.207 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   7.208 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   7.209 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   7.210 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   7.211 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   7.212 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   7.213 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   7.214 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   7.215 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   7.216 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   7.217 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   7.218 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   7.219 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   7.220 +/Palatino-Italic@0 ENC0/Palatino-Italic RE/Palatino-Roman@0 ENC0
   7.221 +/Palatino-Roman RE
   7.222 +%%EndProlog
   7.223 +%%Page: 1 1
   7.224 +%%BeginPageSetup
   7.225 +BP
   7.226 +%%EndPageSetup
   7.227 +126 48 MT 0 -36 RL -54 0 RL 0 36 RL CL .4 LW ST/F0 10/Palatino-Roman@0
   7.228 +SF<4d54>87.685 32.2 Q<41>-.74 E 180 30 126 30 DL 180 30 MT -7.2 1.8 RL 0
   7.229 +-3.6 RL CL 0 Fg 180 30 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 234 48 MT 0
   7.230 +-36 RL -54 0 RL 0 36 RL CL ST<4d54>195.685 32.2 Q<41>-.74 E 270 30 234
   7.231 +30 DL 2.5<2e2e2e>281.75 32.2 S 342 30 306 30 DL 342 30 MT -7.2 1.8 RL 0
   7.232 +-3.6 RL CL 0 Fg 342 30 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 396 48 MT 0
   7.233 +-36 RL -54 0 RL 0 36 RL CL ST<4d54>357.685 32.2 Q<41>-.74 E 369 66 369
   7.234 +48 DL 369 66 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Fg 369 66 MT -1.8 -7.2 RL 3.6
   7.235 +0 RL CL 0 Cg ST 396 102 MT 0 -36 RL -54 0 RL 0 36 RL CL ST<4d4441>356.51
   7.236 +86.2 Q 414 84 396 84 DL 414 84 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 414 84
   7.237 +MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 435.6 84 21.6 DC ST<6d61696c626f78>
   7.238 +417.7 86.2 Q 435.6 123.6 435.6 105.6 DL 435.6 105.6 MT 1.8 7.2 RL -3.6 0
   7.239 +RL CL 0 Fg 435.6 105.6 MT 1.8 7.2 RL -3.6 0 RL CL 0 Cg ST 435.6 123.6 MT
   7.240 +-1.8 -7.2 RL 3.6 0 RL CL 0 Fg 435.6 123.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0
   7.241 +Cg ST 462.6 159.6 MT 0 -36 RL -54 0 RL 0 36 RL CL ST<4d5541>423.09 143.8
   7.242 +Q/F1 10/Palatino-Italic@0 SF -.18<7265>418.095 179.8 S<63697069656e74>
   7.243 +.18 E 99 123.6 99 48 DL 99 48 MT 1.8 7.2 RL -3.6 0 RL CL 0 Fg 99 48 MT
   7.244 +1.8 7.2 RL -3.6 0 RL CL 0 Cg ST 126 159.6 MT 0 -36 RL -54 0 RL 0 36 RL
   7.245 +CL ST F0<4d5541>86.49 143.8 Q F1<73656e646572>85.94 179.8 Q 0 Cg EP
   7.246 +%%Trailer
   7.247 +end
   7.248 +%%Trailer
   7.249 +cleartomark
   7.250 +countdictstack
   7.251 +exch sub { end } repeat
   7.252 +restore
   7.253 +%%EOF
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/fig/masqmail-arch-new.eps	Wed Feb 11 17:48:50 2009 +0100
     8.3 @@ -0,0 +1,312 @@
     8.4 +%!PS-Adobe-2.0 EPSF-2.0
     8.5 +%%BoundingBox: 72 674 504 828
     8.6 +%%HiResBoundingBox: 72.000000 674.000000 503.500000 828.000000
     8.7 +%%Creator: groff version 1.18.1
     8.8 +%%CreationDate: Mon Feb  9 01:00:40 2009
     8.9 +%%DocumentNeededResources: font Palatino-Roman
    8.10 +%%DocumentSuppliedResources: procset grops 1.18 1
    8.11 +%%PageOrder: Ascend
    8.12 +%%EndComments
    8.13 +% EPSF created by ps2eps 1.64
    8.14 +%%BeginProlog
    8.15 +save
    8.16 +countdictstack
    8.17 +mark
    8.18 +newpath
    8.19 +/showpage {} def
    8.20 +/setpagedevice {pop} def
    8.21 +%%EndProlog
    8.22 +%%Page 1 1
    8.23 +%%BeginProlog
    8.24 +%%BeginResource: procset grops 1.18 1
    8.25 +/setpacking where{
    8.26 +pop
    8.27 +currentpacking
    8.28 +true setpacking
    8.29 +}if
    8.30 +/grops 120 dict dup begin
    8.31 +/SC 32 def
    8.32 +/A/show load def
    8.33 +/B{0 SC 3 -1 roll widthshow}bind def
    8.34 +/C{0 exch ashow}bind def
    8.35 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    8.36 +/E{0 rmoveto show}bind def
    8.37 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    8.38 +/G{0 rmoveto 0 exch ashow}bind def
    8.39 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    8.40 +/I{0 exch rmoveto show}bind def
    8.41 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    8.42 +/K{0 exch rmoveto 0 exch ashow}bind def
    8.43 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    8.44 +/M{rmoveto show}bind def
    8.45 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    8.46 +/O{rmoveto 0 exch ashow}bind def
    8.47 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    8.48 +/Q{moveto show}bind def
    8.49 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    8.50 +/S{moveto 0 exch ashow}bind def
    8.51 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    8.52 +/SF{
    8.53 +findfont exch
    8.54 +[exch dup 0 exch 0 exch neg 0 0]makefont
    8.55 +dup setfont
    8.56 +[exch/setfont cvx]cvx bind def
    8.57 +}bind def
    8.58 +/MF{
    8.59 +findfont
    8.60 +[5 2 roll
    8.61 +0 3 1 roll
    8.62 +neg 0 0]makefont
    8.63 +dup setfont
    8.64 +[exch/setfont cvx]cvx bind def
    8.65 +}bind def
    8.66 +/level0 0 def
    8.67 +/RES 0 def
    8.68 +/PL 0 def
    8.69 +/LS 0 def
    8.70 +/MANUAL{
    8.71 +statusdict begin/manualfeed true store end
    8.72 +}bind def
    8.73 +/PLG{
    8.74 +gsave newpath clippath pathbbox grestore
    8.75 +exch pop add exch pop
    8.76 +}bind def
    8.77 +/BP{
    8.78 +/level0 save def
    8.79 +1 setlinecap
    8.80 +1 setlinejoin
    8.81 +72 RES div dup scale
    8.82 +LS{
    8.83 +90 rotate
    8.84 +}{
    8.85 +0 PL translate
    8.86 +}ifelse
    8.87 +1 -1 scale
    8.88 +}bind def
    8.89 +/EP{
    8.90 +level0 restore
    8.91 +showpage
    8.92 +}bind def
    8.93 +/DA{
    8.94 +newpath arcn stroke
    8.95 +}bind def
    8.96 +/SN{
    8.97 +transform
    8.98 +.25 sub exch .25 sub exch
    8.99 +round .25 add exch round .25 add exch
   8.100 +itransform
   8.101 +}bind def
   8.102 +/DL{
   8.103 +SN
   8.104 +moveto
   8.105 +SN
   8.106 +lineto stroke
   8.107 +}bind def
   8.108 +/DC{
   8.109 +newpath 0 360 arc closepath
   8.110 +}bind def
   8.111 +/TM matrix def
   8.112 +/DE{
   8.113 +TM currentmatrix pop
   8.114 +translate scale newpath 0 0 .5 0 360 arc closepath
   8.115 +TM setmatrix
   8.116 +}bind def
   8.117 +/RC/rcurveto load def
   8.118 +/RL/rlineto load def
   8.119 +/ST/stroke load def
   8.120 +/MT/moveto load def
   8.121 +/CL/closepath load def
   8.122 +/Fr{
   8.123 +setrgbcolor fill
   8.124 +}bind def
   8.125 +/Fk{
   8.126 +setcmykcolor fill
   8.127 +}bind def
   8.128 +/Fg{
   8.129 +setgray fill
   8.130 +}bind def
   8.131 +/FL/fill load def
   8.132 +/LW/setlinewidth load def
   8.133 +/Cr/setrgbcolor load def
   8.134 +/Ck/setcmykcolor load def
   8.135 +/Cg/setgray load def
   8.136 +/RE{
   8.137 +findfont
   8.138 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   8.139 +{
   8.140 +1 index/FID ne{def}{pop pop}ifelse
   8.141 +}forall
   8.142 +/Encoding exch def
   8.143 +dup/FontName exch def
   8.144 +currentdict end definefont pop
   8.145 +}bind def
   8.146 +/DEFS 0 def
   8.147 +/EBEGIN{
   8.148 +moveto
   8.149 +DEFS begin
   8.150 +}bind def
   8.151 +/EEND/end load def
   8.152 +/CNT 0 def
   8.153 +/level1 0 def
   8.154 +/PBEGIN{
   8.155 +/level1 save def
   8.156 +translate
   8.157 +div 3 1 roll div exch scale
   8.158 +neg exch neg exch translate
   8.159 +0 setgray
   8.160 +0 setlinecap
   8.161 +1 setlinewidth
   8.162 +0 setlinejoin
   8.163 +10 setmiterlimit
   8.164 +[]0 setdash
   8.165 +/setstrokeadjust where{
   8.166 +pop
   8.167 +false setstrokeadjust
   8.168 +}if
   8.169 +/setoverprint where{
   8.170 +pop
   8.171 +false setoverprint
   8.172 +}if
   8.173 +newpath
   8.174 +/CNT countdictstack def
   8.175 +userdict begin
   8.176 +/showpage{}def
   8.177 +}bind def
   8.178 +/PEND{
   8.179 +clear
   8.180 +countdictstack CNT sub{end}repeat
   8.181 +level1 restore
   8.182 +}bind def
   8.183 +end def
   8.184 +/setpacking where{
   8.185 +pop
   8.186 +setpacking
   8.187 +}if
   8.188 +%%EndResource
   8.189 +%%IncludeResource: font Palatino-Roman
   8.190 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   8.191 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   8.192 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   8.193 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   8.194 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   8.195 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   8.196 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   8.197 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   8.198 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   8.199 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   8.200 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   8.201 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   8.202 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   8.203 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   8.204 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   8.205 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   8.206 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   8.207 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   8.208 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   8.209 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   8.210 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   8.211 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   8.212 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   8.213 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   8.214 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   8.215 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   8.216 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   8.217 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   8.218 +/Palatino-Roman@0 ENC0/Palatino-Roman RE
   8.219 +%%EndProlog
   8.220 +%%Page: 1 1
   8.221 +%%BeginPageSetup
   8.222 +BP
   8.223 +%%EndPageSetup
   8.224 +48.744 32.472 96.372 60.744 DE .4 LW ST/F0 10/Palatino-Roman@0 SF
   8.225 +<736d747064>82.111 62.944 Q 48.744 32.472 96.372 106.176 DE ST
   8.226 +<73656e646d61696c>76.031 108.376 Q 48.744 32.472 96.372 151.68 DE ST
   8.227 +<2e2e2e>92.586 153.88 Q 48.744 32.472 164.556 106.176 DE ST
   8.228 +<71756575652d696e>144.942 108.376 Q 201.888 73.704 188.928 106.176 DL
   8.229 +201.96 73.704 MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Fg 201.96 73.704
   8.230 +MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Cg ST 205.2 89.976 201.96 89.976
   8.231 +DL 211.68 89.976 208.44 89.976 DL 218.16 89.976 214.92 89.976 DL 224.64
   8.232 +89.976 221.4 89.976 DL 231.12 89.976 227.88 89.976 DL 237.672 89.976
   8.233 +234.432 89.976 DL 244.152 89.976 240.912 89.976 DL 250.632 89.976
   8.234 +247.392 89.976 DL 250.632 86.736 250.632 89.976 DL 250.632 79.392
   8.235 +250.632 82.632 DL 250.632 72.12 250.632 75.36 DL 250.632 64.776 250.632
   8.236 +68.016 DL 250.632 57.504 250.632 60.744 DL 247.392 57.504 250.632 57.504
   8.237 +DL 240.912 57.504 244.152 57.504 DL 234.432 57.504 237.672 57.504 DL
   8.238 +227.952 57.504 231.192 57.504 DL 221.4 57.504 224.64 57.504 DL 214.92
   8.239 +57.504 218.16 57.504 DL 208.44 57.504 211.68 57.504 DL 201.96 57.504
   8.240 +205.2 57.504 DL 201.96 60.744 201.96 57.504 DL 201.96 68.016 201.96
   8.241 +64.776 DL 201.96 75.36 201.96 72.12 DL 201.96 82.632 201.96 79.392 DL
   8.242 +201.96 89.976 201.96 86.736 DL<696e636f6d696e67>205.421 69.904 Q
   8.243 +<7175657565>212.676 81.904 Q 263.592 73.704 250.632 73.704 DL 263.664
   8.244 +73.704 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Fg 263.664 73.704 MT -6.48
   8.245 +1.656 RL 0 -3.24 RL CL 0 Cg ST 48.744 32.472 288.036 73.704 DE ST
   8.246 +<7363616e6e696e67>268.195 75.904 Q 325.296 73.704 312.336 73.704 DL
   8.247 +325.368 73.704 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Fg 325.368 73.704 MT
   8.248 +-6.48 1.656 RL 0 -3.24 RL CL 0 Cg ST 328.608 89.976 325.368 89.976 DL
   8.249 +335.088 89.976 331.848 89.976 DL 341.568 89.976 338.328 89.976 DL
   8.250 +348.048 89.976 344.808 89.976 DL 354.6 89.976 351.36 89.976 DL 361.08
   8.251 +89.976 357.84 89.976 DL 367.56 89.976 364.32 89.976 DL 374.04 89.976
   8.252 +370.8 89.976 DL 374.04 86.736 374.04 89.976 DL 374.04 79.392 374.04
   8.253 +82.632 DL 374.04 72.12 374.04 75.36 DL 374.04 64.776 374.04 68.016 DL
   8.254 +374.04 57.504 374.04 60.744 DL 370.8 57.504 374.04 57.504 DL 364.32
   8.255 +57.504 367.56 57.504 DL 357.84 57.504 361.08 57.504 DL 351.36 57.504
   8.256 +354.6 57.504 DL 344.88 57.504 348.12 57.504 DL 338.328 57.504 341.568
   8.257 +57.504 DL 331.848 57.504 335.088 57.504 DL 325.368 57.504 328.608 57.504
   8.258 +DL 325.368 60.744 325.368 57.504 DL 325.368 68.016 325.368 64.776 DL
   8.259 +325.368 75.36 325.368 72.12 DL 325.368 82.632 325.368 79.392 DL 325.368
   8.260 +89.976 325.368 86.736 DL<6f7574676f696e67>329.674 69.904 Q<7175657565>
   8.261 +336.084 81.904 Q 387 106.176 374.04 73.704 DL 387.072 106.176 MT -3.888
   8.262 +-5.4 RL 3.024 -1.224 RL CL 0 Fg 387.072 106.176 MT -3.888 -5.4 RL 3.024
   8.263 +-1.224 RL CL 0 Cg ST 48.744 32.472 411.444 106.176 DE ST
   8.264 +<71756575652d6f7574>388.748 108.376 Q 48.744 32.472 479.628 60.744 DE ST
   8.265 +<736d7470>468.494 62.944 Q 48.744 32.472 479.628 106.176 DE ST<70697065>
   8.266 +469.804 108.376 Q 48.744 32.472 479.628 151.68 DE ST<2e2e2e>475.914
   8.267 +153.88 Q 140.256 106.248 120.744 60.744 DL 140.184 106.176 MT -4.032
   8.268 +-5.328 RL 2.952 -1.296 RL CL 0 Fg 140.184 106.176 MT -4.032 -5.328 RL
   8.269 +2.952 -1.296 RL CL 0 Cg ST 140.256 106.176 120.744 106.176 DL 140.184
   8.270 +106.176 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Fg 140.184 106.176 MT -6.48
   8.271 +1.656 RL 0 -3.24 RL CL 0 Cg ST 140.256 106.176 120.744 151.68 DL 140.184
   8.272 +106.176 MT -1.08 6.624 RL -2.952 -1.296 RL CL 0 Fg 140.184 106.176 MT
   8.273 +-1.08 6.624 RL -2.952 -1.296 RL CL 0 Cg ST 455.328 60.672 435.816
   8.274 +106.176 DL 455.256 60.744 MT -1.08 6.624 RL -2.952 -1.296 RL CL 0 Fg
   8.275 +455.256 60.744 MT -1.08 6.624 RL -2.952 -1.296 RL CL 0 Cg ST 455.328
   8.276 +106.176 435.816 106.176 DL 455.256 106.176 MT -6.48 1.656 RL 0 -3.24 RL
   8.277 +CL 0 Fg 455.256 106.176 MT -6.48 1.656 RL 0 -3.24 RL CL 0 Cg ST 455.328
   8.278 +151.68 435.816 106.176 DL 455.256 151.68 MT -4.032 -5.328 RL 2.952
   8.279 +-1.296 RL CL 0 Fg 455.256 151.68 MT -4.032 -5.328 RL 2.952 -1.296 RL CL
   8.280 +0 Cg ST 288 57.504 288 57.504 DL 288 54.192 288 54.192 DL 288 50.952 288
   8.281 +50.952 DL 288 47.712 288 47.712 DL 288 44.472 288 44.472 DL 288 41.232
   8.282 +288 41.232 DL 288 37.992 288 37.992 DL 288 34.752 288 34.752 DL 288
   8.283 +31.512 288 31.512 DL 288 28.272 288 28.272 DL 288 24.96 288 24.96 DL
   8.284 +<65787465726e616c206d61696c207363616e6e657273>238.685 20.68 Q 288 89.976
   8.285 +288 89.976 DL 288 93.216 288 93.216 DL 288 96.456 288 96.456 DL 288
   8.286 +99.696 288 99.696 DL 288 102.936 288 102.936 DL 288 106.176 288 106.176
   8.287 +DL 288 109.416 288 109.416 DL 288 112.656 288 112.656 DL 288 115.968 288
   8.288 +115.968 DL 288 119.208 288 119.208 DL 288 122.448 288 122.448 DL 266.904
   8.289 +154.92 263.664 154.92 DL 273.384 154.92 270.144 154.92 DL 279.864 154.92
   8.290 +276.624 154.92 DL 286.344 154.92 283.104 154.92 DL 292.896 154.92
   8.291 +289.656 154.92 DL 299.376 154.92 296.136 154.92 DL 305.856 154.92
   8.292 +302.616 154.92 DL 312.336 154.92 309.096 154.92 DL 312.336 151.68
   8.293 +312.336 154.92 DL 312.336 144.336 312.336 147.576 DL 312.336 137.064
   8.294 +312.336 140.304 DL 312.336 129.72 312.336 132.96 DL 312.336 122.448
   8.295 +312.336 125.688 DL 309.096 122.448 312.336 122.448 DL 302.616 122.448
   8.296 +305.856 122.448 DL 296.136 122.448 299.376 122.448 DL 289.656 122.448
   8.297 +292.896 122.448 DL 283.104 122.448 286.344 122.448 DL 276.624 122.448
   8.298 +279.864 122.448 DL 270.144 122.448 273.384 122.448 DL 263.664 122.448
   8.299 +266.904 122.448 DL 263.664 125.688 263.664 122.448 DL 263.664 132.96
   8.300 +263.664 129.72 DL 263.664 140.304 263.664 137.064 DL 263.664 147.576
   8.301 +263.664 144.336 DL 263.664 154.92 263.664 151.68 DL<6d657373616765>
   8.302 +269.275 134.848 Q<706f6f6c>278.08 146.848 Q 201.888 138.648 188.928
   8.303 +106.176 DL 263.664 138.648 201.96 138.648 DL 263.664 138.648 MT -6.48
   8.304 +1.656 RL 0 -3.24 RL CL 0 Fg 263.664 138.648 MT -6.48 1.656 RL 0 -3.24 RL
   8.305 +CL 0 Cg ST 374.112 138.648 387.072 106.176 DL 312.336 138.648 374.04
   8.306 +138.648 DL 387.072 106.176 MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Fg
   8.307 +387.072 106.176 MT -.936 6.624 RL -3.024 -1.224 RL CL 0 Cg ST 0 Cg EP
   8.308 +%%Trailer
   8.309 +end
   8.310 +%%Trailer
   8.311 +cleartomark
   8.312 +countdictstack
   8.313 +exch sub { end } repeat
   8.314 +restore
   8.315 +%%EOF
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/fig/masqmail-channels.eps	Wed Feb 11 17:48:50 2009 +0100
     9.3 @@ -0,0 +1,254 @@
     9.4 +%!PS-Adobe-2.0 EPSF-2.0
     9.5 +%%BoundingBox: 72 688 423 824
     9.6 +%%HiResBoundingBox: 72.000000 688.500000 423.000000 824.000000
     9.7 +%%Creator: groff version 1.18.1
     9.8 +%%CreationDate: Mon Feb  9 01:00:43 2009
     9.9 +%%DocumentNeededResources: font Palatino-Roman
    9.10 +%%DocumentSuppliedResources: procset grops 1.18 1
    9.11 +%%PageOrder: Ascend
    9.12 +%%EndComments
    9.13 +% EPSF created by ps2eps 1.64
    9.14 +%%BeginProlog
    9.15 +save
    9.16 +countdictstack
    9.17 +mark
    9.18 +newpath
    9.19 +/showpage {} def
    9.20 +/setpagedevice {pop} def
    9.21 +%%EndProlog
    9.22 +%%Page 1 1
    9.23 +%%BeginProlog
    9.24 +%%BeginResource: procset grops 1.18 1
    9.25 +/setpacking where{
    9.26 +pop
    9.27 +currentpacking
    9.28 +true setpacking
    9.29 +}if
    9.30 +/grops 120 dict dup begin
    9.31 +/SC 32 def
    9.32 +/A/show load def
    9.33 +/B{0 SC 3 -1 roll widthshow}bind def
    9.34 +/C{0 exch ashow}bind def
    9.35 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
    9.36 +/E{0 rmoveto show}bind def
    9.37 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
    9.38 +/G{0 rmoveto 0 exch ashow}bind def
    9.39 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    9.40 +/I{0 exch rmoveto show}bind def
    9.41 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
    9.42 +/K{0 exch rmoveto 0 exch ashow}bind def
    9.43 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    9.44 +/M{rmoveto show}bind def
    9.45 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
    9.46 +/O{rmoveto 0 exch ashow}bind def
    9.47 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    9.48 +/Q{moveto show}bind def
    9.49 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
    9.50 +/S{moveto 0 exch ashow}bind def
    9.51 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
    9.52 +/SF{
    9.53 +findfont exch
    9.54 +[exch dup 0 exch 0 exch neg 0 0]makefont
    9.55 +dup setfont
    9.56 +[exch/setfont cvx]cvx bind def
    9.57 +}bind def
    9.58 +/MF{
    9.59 +findfont
    9.60 +[5 2 roll
    9.61 +0 3 1 roll
    9.62 +neg 0 0]makefont
    9.63 +dup setfont
    9.64 +[exch/setfont cvx]cvx bind def
    9.65 +}bind def
    9.66 +/level0 0 def
    9.67 +/RES 0 def
    9.68 +/PL 0 def
    9.69 +/LS 0 def
    9.70 +/MANUAL{
    9.71 +statusdict begin/manualfeed true store end
    9.72 +}bind def
    9.73 +/PLG{
    9.74 +gsave newpath clippath pathbbox grestore
    9.75 +exch pop add exch pop
    9.76 +}bind def
    9.77 +/BP{
    9.78 +/level0 save def
    9.79 +1 setlinecap
    9.80 +1 setlinejoin
    9.81 +72 RES div dup scale
    9.82 +LS{
    9.83 +90 rotate
    9.84 +}{
    9.85 +0 PL translate
    9.86 +}ifelse
    9.87 +1 -1 scale
    9.88 +}bind def
    9.89 +/EP{
    9.90 +level0 restore
    9.91 +showpage
    9.92 +}bind def
    9.93 +/DA{
    9.94 +newpath arcn stroke
    9.95 +}bind def
    9.96 +/SN{
    9.97 +transform
    9.98 +.25 sub exch .25 sub exch
    9.99 +round .25 add exch round .25 add exch
   9.100 +itransform
   9.101 +}bind def
   9.102 +/DL{
   9.103 +SN
   9.104 +moveto
   9.105 +SN
   9.106 +lineto stroke
   9.107 +}bind def
   9.108 +/DC{
   9.109 +newpath 0 360 arc closepath
   9.110 +}bind def
   9.111 +/TM matrix def
   9.112 +/DE{
   9.113 +TM currentmatrix pop
   9.114 +translate scale newpath 0 0 .5 0 360 arc closepath
   9.115 +TM setmatrix
   9.116 +}bind def
   9.117 +/RC/rcurveto load def
   9.118 +/RL/rlineto load def
   9.119 +/ST/stroke load def
   9.120 +/MT/moveto load def
   9.121 +/CL/closepath load def
   9.122 +/Fr{
   9.123 +setrgbcolor fill
   9.124 +}bind def
   9.125 +/Fk{
   9.126 +setcmykcolor fill
   9.127 +}bind def
   9.128 +/Fg{
   9.129 +setgray fill
   9.130 +}bind def
   9.131 +/FL/fill load def
   9.132 +/LW/setlinewidth load def
   9.133 +/Cr/setrgbcolor load def
   9.134 +/Ck/setcmykcolor load def
   9.135 +/Cg/setgray load def
   9.136 +/RE{
   9.137 +findfont
   9.138 +dup maxlength 1 index/FontName known not{1 add}if dict begin
   9.139 +{
   9.140 +1 index/FID ne{def}{pop pop}ifelse
   9.141 +}forall
   9.142 +/Encoding exch def
   9.143 +dup/FontName exch def
   9.144 +currentdict end definefont pop
   9.145 +}bind def
   9.146 +/DEFS 0 def
   9.147 +/EBEGIN{
   9.148 +moveto
   9.149 +DEFS begin
   9.150 +}bind def
   9.151 +/EEND/end load def
   9.152 +/CNT 0 def
   9.153 +/level1 0 def
   9.154 +/PBEGIN{
   9.155 +/level1 save def
   9.156 +translate
   9.157 +div 3 1 roll div exch scale
   9.158 +neg exch neg exch translate
   9.159 +0 setgray
   9.160 +0 setlinecap
   9.161 +1 setlinewidth
   9.162 +0 setlinejoin
   9.163 +10 setmiterlimit
   9.164 +[]0 setdash
   9.165 +/setstrokeadjust where{
   9.166 +pop
   9.167 +false setstrokeadjust
   9.168 +}if
   9.169 +/setoverprint where{
   9.170 +pop
   9.171 +false setoverprint
   9.172 +}if
   9.173 +newpath
   9.174 +/CNT countdictstack def
   9.175 +userdict begin
   9.176 +/showpage{}def
   9.177 +}bind def
   9.178 +/PEND{
   9.179 +clear
   9.180 +countdictstack CNT sub{end}repeat
   9.181 +level1 restore
   9.182 +}bind def
   9.183 +end def
   9.184 +/setpacking where{
   9.185 +pop
   9.186 +setpacking
   9.187 +}if
   9.188 +%%EndResource
   9.189 +%%IncludeResource: font Palatino-Roman
   9.190 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
   9.191 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
   9.192 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
   9.193 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   9.194 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
   9.195 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
   9.196 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
   9.197 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
   9.198 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
   9.199 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
   9.200 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
   9.201 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
   9.202 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
   9.203 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
   9.204 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
   9.205 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
   9.206 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
   9.207 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
   9.208 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
   9.209 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
   9.210 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
   9.211 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
   9.212 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
   9.213 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
   9.214 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
   9.215 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
   9.216 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
   9.217 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
   9.218 +/Palatino-Roman@0 ENC0/Palatino-Roman RE
   9.219 +%%EndProlog
   9.220 +%%Page: 1 1
   9.221 +%%BeginPageSetup
   9.222 +BP
   9.223 +%%EndPageSetup
   9.224 +261 123.6 MT 0 -54 RL -81 0 RL 0 54 RL CL .4 LW ST/F0 10
   9.225 +/Palatino-Roman@0 SF<6d6173716d61696c>198.804 98.8 Q 72 83.064 180
   9.226 +83.064 DL 180 83.064 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 180 83.064 MT -7.2
   9.227 +1.8 RL 0 -3.6 RL CL 0 Cg ST -.18<7265>92.53 79.264 S
   9.228 +<6d6f74652028534d545029>.18 E 72 110.064 180 110.064 DL 180 110.064 MT
   9.229 +-7.2 1.8 RL 0 -3.6 RL CL 0 Fg 180 110.064 MT -7.2 1.8 RL 0 -3.6 RL CL 0
   9.230 +Cg ST<6c6f63616c2028737464696e29>99.89 106.264 Q 369 77.664 261 77.664
   9.231 +DL 369 77.664 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 369 77.664 MT -7.2 1.8 RL
   9.232 +0 -3.6 RL CL 0 Cg ST -.18<7265>281.53 73.864 S<6d6f74652028534d545029>
   9.233 +.18 E 369 96.6 261 96.6 DL 369 96.6 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 369
   9.234 +96.6 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<6c6f63616c20287069706529>290.2
   9.235 +92.8 Q 423 105.6 MT 0 -18 RL -54 0 RL 0 18 RL CL ST<636f6d6d616e64>
   9.236 +373.755 98.8 Q 369 115.464 261 115.464 DL
   9.237 +<6c6f63616c202864656c697665727929>281.725 111.664 Q 369 122.664 369
   9.238 +115.464 DL<6d61696c626f786573>346.585 153.736 Q 352.8 140.664 369
   9.239 +122.664 DL 352.8 140.664 MT 3.456 -6.552 RL 2.664 2.376 RL CL 0 Fg 352.8
   9.240 +140.664 MT 3.456 -6.552 RL 2.664 2.376 RL CL 0 Cg ST 363.6 140.664 369
   9.241 +122.664 DL 363.6 140.664 MT .36 -7.416 RL 3.456 1.008 RL CL 0 Fg 363.6
   9.242 +140.664 MT .36 -7.416 RL 3.456 1.008 RL CL 0 Cg ST 374.4 140.664 369
   9.243 +122.664 DL 374.4 140.664 MT -3.816 -6.408 RL 3.456 -1.008 RL CL 0 Fg
   9.244 +374.4 140.664 MT -3.816 -6.408 RL 3.456 -1.008 RL CL 0 Cg ST 385.2
   9.245 +140.664 369 122.664 DL 385.2 140.664 MT -6.12 -4.176 RL 2.664 -2.376 RL
   9.246 +CL 0 Fg 385.2 140.664 MT -6.12 -4.176 RL 2.664 -2.376 RL CL 0 Cg ST
   9.247 +220.464 33.6 220.464 69.6 DL 220.464 69.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0
   9.248 +Fg 220.464 69.6 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Cg ST
   9.249 +<6f6e6c696e65207374617465>195.084 25 Q 0 Cg EP
   9.250 +%%Trailer
   9.251 +end
   9.252 +%%Trailer
   9.253 +cleartomark
   9.254 +countdictstack
   9.255 +exch sub { end } repeat
   9.256 +restore
   9.257 +%%EOF
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/fig/masqmail-typical-usage.eps	Wed Feb 11 17:48:50 2009 +0100
    10.3 @@ -0,0 +1,361 @@
    10.4 +%!PS-Adobe-2.0 EPSF-2.0
    10.5 +%%BoundingBox: 72 629 522 830
    10.6 +%%HiResBoundingBox: 72.000000 629.000000 522.000000 830.000000
    10.7 +%%Creator: groff version 1.18.1
    10.8 +%%CreationDate: Mon Feb  9 01:00:42 2009
    10.9 +%%DocumentNeededResources: font Palatino-Roman
   10.10 +%%+ font Palatino-Italic
   10.11 +%%DocumentSuppliedResources: procset grops 1.18 1
   10.12 +%%PageOrder: Ascend
   10.13 +%%EndComments
   10.14 +% EPSF created by ps2eps 1.64
   10.15 +%%BeginProlog
   10.16 +save
   10.17 +countdictstack
   10.18 +mark
   10.19 +newpath
   10.20 +/showpage {} def
   10.21 +/setpagedevice {pop} def
   10.22 +%%EndProlog
   10.23 +%%Page 1 1
   10.24 +%%BeginProlog
   10.25 +%%BeginResource: procset grops 1.18 1
   10.26 +/setpacking where{
   10.27 +pop
   10.28 +currentpacking
   10.29 +true setpacking
   10.30 +}if
   10.31 +/grops 120 dict dup begin
   10.32 +/SC 32 def
   10.33 +/A/show load def
   10.34 +/B{0 SC 3 -1 roll widthshow}bind def
   10.35 +/C{0 exch ashow}bind def
   10.36 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
   10.37 +/E{0 rmoveto show}bind def
   10.38 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
   10.39 +/G{0 rmoveto 0 exch ashow}bind def
   10.40 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   10.41 +/I{0 exch rmoveto show}bind def
   10.42 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
   10.43 +/K{0 exch rmoveto 0 exch ashow}bind def
   10.44 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   10.45 +/M{rmoveto show}bind def
   10.46 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
   10.47 +/O{rmoveto 0 exch ashow}bind def
   10.48 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   10.49 +/Q{moveto show}bind def
   10.50 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
   10.51 +/S{moveto 0 exch ashow}bind def
   10.52 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   10.53 +/SF{
   10.54 +findfont exch
   10.55 +[exch dup 0 exch 0 exch neg 0 0]makefont
   10.56 +dup setfont
   10.57 +[exch/setfont cvx]cvx bind def
   10.58 +}bind def
   10.59 +/MF{
   10.60 +findfont
   10.61 +[5 2 roll
   10.62 +0 3 1 roll
   10.63 +neg 0 0]makefont
   10.64 +dup setfont
   10.65 +[exch/setfont cvx]cvx bind def
   10.66 +}bind def
   10.67 +/level0 0 def
   10.68 +/RES 0 def
   10.69 +/PL 0 def
   10.70 +/LS 0 def
   10.71 +/MANUAL{
   10.72 +statusdict begin/manualfeed true store end
   10.73 +}bind def
   10.74 +/PLG{
   10.75 +gsave newpath clippath pathbbox grestore
   10.76 +exch pop add exch pop
   10.77 +}bind def
   10.78 +/BP{
   10.79 +/level0 save def
   10.80 +1 setlinecap
   10.81 +1 setlinejoin
   10.82 +72 RES div dup scale
   10.83 +LS{
   10.84 +90 rotate
   10.85 +}{
   10.86 +0 PL translate
   10.87 +}ifelse
   10.88 +1 -1 scale
   10.89 +}bind def
   10.90 +/EP{
   10.91 +level0 restore
   10.92 +showpage
   10.93 +}bind def
   10.94 +/DA{
   10.95 +newpath arcn stroke
   10.96 +}bind def
   10.97 +/SN{
   10.98 +transform
   10.99 +.25 sub exch .25 sub exch
  10.100 +round .25 add exch round .25 add exch
  10.101 +itransform
  10.102 +}bind def
  10.103 +/DL{
  10.104 +SN
  10.105 +moveto
  10.106 +SN
  10.107 +lineto stroke
  10.108 +}bind def
  10.109 +/DC{
  10.110 +newpath 0 360 arc closepath
  10.111 +}bind def
  10.112 +/TM matrix def
  10.113 +/DE{
  10.114 +TM currentmatrix pop
  10.115 +translate scale newpath 0 0 .5 0 360 arc closepath
  10.116 +TM setmatrix
  10.117 +}bind def
  10.118 +/RC/rcurveto load def
  10.119 +/RL/rlineto load def
  10.120 +/ST/stroke load def
  10.121 +/MT/moveto load def
  10.122 +/CL/closepath load def
  10.123 +/Fr{
  10.124 +setrgbcolor fill
  10.125 +}bind def
  10.126 +/Fk{
  10.127 +setcmykcolor fill
  10.128 +}bind def
  10.129 +/Fg{
  10.130 +setgray fill
  10.131 +}bind def
  10.132 +/FL/fill load def
  10.133 +/LW/setlinewidth load def
  10.134 +/Cr/setrgbcolor load def
  10.135 +/Ck/setcmykcolor load def
  10.136 +/Cg/setgray load def
  10.137 +/RE{
  10.138 +findfont
  10.139 +dup maxlength 1 index/FontName known not{1 add}if dict begin
  10.140 +{
  10.141 +1 index/FID ne{def}{pop pop}ifelse
  10.142 +}forall
  10.143 +/Encoding exch def
  10.144 +dup/FontName exch def
  10.145 +currentdict end definefont pop
  10.146 +}bind def
  10.147 +/DEFS 0 def
  10.148 +/EBEGIN{
  10.149 +moveto
  10.150 +DEFS begin
  10.151 +}bind def
  10.152 +/EEND/end load def
  10.153 +/CNT 0 def
  10.154 +/level1 0 def
  10.155 +/PBEGIN{
  10.156 +/level1 save def
  10.157 +translate
  10.158 +div 3 1 roll div exch scale
  10.159 +neg exch neg exch translate
  10.160 +0 setgray
  10.161 +0 setlinecap
  10.162 +1 setlinewidth
  10.163 +0 setlinejoin
  10.164 +10 setmiterlimit
  10.165 +[]0 setdash
  10.166 +/setstrokeadjust where{
  10.167 +pop
  10.168 +false setstrokeadjust
  10.169 +}if
  10.170 +/setoverprint where{
  10.171 +pop
  10.172 +false setoverprint
  10.173 +}if
  10.174 +newpath
  10.175 +/CNT countdictstack def
  10.176 +userdict begin
  10.177 +/showpage{}def
  10.178 +}bind def
  10.179 +/PEND{
  10.180 +clear
  10.181 +countdictstack CNT sub{end}repeat
  10.182 +level1 restore
  10.183 +}bind def
  10.184 +end def
  10.185 +/setpacking where{
  10.186 +pop
  10.187 +setpacking
  10.188 +}if
  10.189 +%%EndResource
  10.190 +%%IncludeResource: font Palatino-Roman
  10.191 +%%IncludeResource: font Palatino-Italic
  10.192 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
  10.193 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
  10.194 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
  10.195 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  10.196 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  10.197 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
  10.198 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
  10.199 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
  10.200 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
  10.201 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
  10.202 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
  10.203 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
  10.204 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
  10.205 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
  10.206 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
  10.207 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
  10.208 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
  10.209 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
  10.210 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
  10.211 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
  10.212 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
  10.213 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
  10.214 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
  10.215 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
  10.216 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  10.217 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  10.218 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
  10.219 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
  10.220 +/Palatino-Italic@0 ENC0/Palatino-Italic RE/Palatino-Roman@0 ENC0
  10.221 +/Palatino-Roman RE
  10.222 +%%EndProlog
  10.223 +%%Page: 1 1
  10.224 +%%BeginPageSetup
  10.225 +BP
  10.226 +%%EndPageSetup
  10.227 +.4 LW 180 30 180 12 DL 180 12 MT 1.8 7.2 RL -3.6 0 RL CL 0 Fg 180 12 MT
  10.228 +1.8 7.2 RL -3.6 0 RL CL 0 Cg ST 180 30 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Fg
  10.229 +180 30 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Cg ST 54 36 180 48 DE ST/F0 10
  10.230 +/Palatino-Roman@0 SF<495350>172.67 50.2 Q 180 84 180 66 DL 180 66 MT 1.8
  10.231 +7.2 RL -3.6 0 RL CL 0 Fg 180 66 MT 1.8 7.2 RL -3.6 0 RL CL 0 Cg ST -.18
  10.232 +<726f>166.37 92.176 S<75746572>.18 E 75.6 213.024 72 213.024 DL 82.656
  10.233 +213.024 79.056 213.024 DL 89.784 213.024 86.184 213.024 DL 96.84 213.024
  10.234 +93.24 213.024 DL 103.896 213.024 100.296 213.024 DL 111.024 213.024
  10.235 +107.424 213.024 DL 118.08 213.024 114.48 213.024 DL 125.136 213.024
  10.236 +121.536 213.024 DL 132.264 213.024 128.664 213.024 DL 139.32 213.024
  10.237 +135.72 213.024 DL 146.376 213.024 142.776 213.024 DL 153.504 213.024
  10.238 +149.904 213.024 DL 160.56 213.024 156.96 213.024 DL 167.616 213.024
  10.239 +164.016 213.024 DL 174.744 213.024 171.144 213.024 DL 181.8 213.024
  10.240 +178.2 213.024 DL 188.856 213.024 185.256 213.024 DL 195.984 213.024
  10.241 +192.384 213.024 DL 203.04 213.024 199.44 213.024 DL 210.096 213.024
  10.242 +206.496 213.024 DL 217.224 213.024 213.624 213.024 DL 224.28 213.024
  10.243 +220.68 213.024 DL 231.336 213.024 227.736 213.024 DL 238.464 213.024
  10.244 +234.864 213.024 DL 245.52 213.024 241.92 213.024 DL 252.576 213.024
  10.245 +248.976 213.024 DL 259.704 213.024 256.104 213.024 DL 266.76 213.024
  10.246 +263.16 213.024 DL 273.816 213.024 270.216 213.024 DL 280.944 213.024
  10.247 +277.344 213.024 DL 288 213.024 284.4 213.024 DL 288 209.424 288 213.024
  10.248 +DL 288 202.296 288 205.896 DL 288 195.24 288 198.84 DL 288 188.112 288
  10.249 +191.712 DL 288 181.056 288 184.656 DL 288 173.928 288 177.528 DL 288
  10.250 +166.872 288 170.472 DL 288 159.816 288 163.416 DL 288 152.688 288
  10.251 +156.288 DL 288 145.632 288 149.232 DL 288 138.504 288 142.104 DL 288
  10.252 +131.448 288 135.048 DL 288 124.32 288 127.92 DL 288 117.264 288 120.864
  10.253 +DL 288 110.208 288 113.808 DL 288 103.08 288 106.68 DL 288 96.024 288
  10.254 +99.624 DL 284.4 96.024 288 96.024 DL 277.344 96.024 280.944 96.024 DL
  10.255 +270.216 96.024 273.816 96.024 DL 263.16 96.024 266.76 96.024 DL 256.104
  10.256 +96.024 259.704 96.024 DL 248.976 96.024 252.576 96.024 DL 241.92 96.024
  10.257 +245.52 96.024 DL 234.864 96.024 238.464 96.024 DL 227.736 96.024 231.336
  10.258 +96.024 DL 220.68 96.024 224.28 96.024 DL 213.624 96.024 217.224 96.024
  10.259 +DL 206.496 96.024 210.096 96.024 DL 199.44 96.024 203.04 96.024 DL
  10.260 +192.384 96.024 195.984 96.024 DL 185.256 96.024 188.856 96.024 DL 178.2
  10.261 +96.024 181.8 96.024 DL 171.144 96.024 174.744 96.024 DL 164.016 96.024
  10.262 +167.616 96.024 DL 156.96 96.024 160.56 96.024 DL 149.904 96.024 153.504
  10.263 +96.024 DL 142.776 96.024 146.376 96.024 DL 135.72 96.024 139.32 96.024
  10.264 +DL 128.664 96.024 132.264 96.024 DL 121.536 96.024 125.136 96.024 DL
  10.265 +114.48 96.024 118.08 96.024 DL 107.424 96.024 111.024 96.024 DL 100.296
  10.266 +96.024 103.896 96.024 DL 93.24 96.024 96.84 96.024 DL 86.184 96.024
  10.267 +89.784 96.024 DL 79.056 96.024 82.656 96.024 DL 72 96.024 75.6 96.024 DL
  10.268 +72 99.624 72 96.024 DL 72 106.68 72 103.08 DL 72 113.808 72 110.208 DL
  10.269 +72 120.864 72 117.264 DL 72 127.92 72 124.32 DL 72 135.048 72 131.448 DL
  10.270 +72 142.104 72 138.504 DL 72 149.232 72 145.632 DL 72 156.288 72 152.688
  10.271 +DL 72 163.416 72 159.816 DL 72 170.472 72 166.872 DL 72 177.528 72
  10.272 +173.928 DL 72 184.656 72 181.056 DL 72 191.712 72 188.112 DL 72 198.84
  10.273 +72 195.24 DL 72 205.896 72 202.296 DL 72 213.024 72 209.424 DL/F1 10
  10.274 +/Palatino-Italic@0 SF<496e7465726e6574>74.5 92.224 Q
  10.275 +<4c6f63616c206e6574776f726b>74.5 104.224 Q 135 204.024 MT 0 -36 RL -54 0
  10.276 +RL 0 36 RL CL ST F0<776f726b73746174696f6e>81.37 182.224 Q
  10.277 +<286d6173716d61696c29>83.01 194.224 Q 153 186.024 135 186.024 DL 135
  10.278 +186.024 MT 7.2 -1.8 RL 0 3.6 RL CL 0 Fg 135 186.024 MT 7.2 -1.8 RL 0 3.6
  10.279 +RL CL 0 Cg ST 153 186.024 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 153 186.024
  10.280 +MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 207 204.024 MT 0 -36 RL -54 0 RL 0
  10.281 +36 RL CL ST<776f726b73746174696f6e>153.37 182.224 Q
  10.282 +<286d6173716d61696c29>155.01 194.224 Q 225 186.024 207 186.024 DL 207
  10.283 +186.024 MT 7.2 -1.8 RL 0 3.6 RL CL 0 Fg 207 186.024 MT 7.2 -1.8 RL 0 3.6
  10.284 +RL CL 0 Cg ST 225 186.024 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 225 186.024
  10.285 +MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 279 204.024 MT 0 -36 RL -54 0 RL 0
  10.286 +36 RL CL ST<776f726b73746174696f6e>225.37 182.224 Q
  10.287 +<286d6173716d61696c29>227.01 194.224 Q 176.976 114.024 108 168.024 DL
  10.288 +176.976 96.024 176.976 114.024 DL 180 114.024 180 168.024 DL 180 96.024
  10.289 +180 114.024 DL 183.024 114.024 252 168.024 DL 183.024 96.024 183.024
  10.290 +114.024 DL 176.976 66 176.976 84 DL 176.976 66 MT 1.8 7.2 RL -3.6 0 RL
  10.291 +CL 0 Fg 176.976 66 MT 1.8 7.2 RL -3.6 0 RL CL 0 Cg ST 183.024 66 183.024
  10.292 +84 DL 183.024 66 MT 1.8 7.2 RL -3.6 0 RL CL 0 Fg 183.024 66 MT 1.8 7.2
  10.293 +RL -3.6 0 RL CL 0 Cg ST<5363656e6172696f2031>73.416 20.176 Q 414 30 414
  10.294 +12 DL 414 12 MT 1.8 7.2 RL -3.6 0 RL CL 0 Fg 414 12 MT 1.8 7.2 RL -3.6 0
  10.295 +RL CL 0 Cg ST 414 30 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Fg 414 30 MT -1.8
  10.296 +-7.2 RL 3.6 0 RL CL 0 Cg ST 54 36 414 48 DE ST<495350>406.67 50.2 Q 414
  10.297 +84 414 66 DL 414 66 MT 1.8 7.2 RL -3.6 0 RL CL 0 Fg 414 66 MT 1.8 7.2 RL
  10.298 +-3.6 0 RL CL 0 Cg ST -.18<726f>400.37 92.176 S<75746572>.18 E 309.6
  10.299 +213.024 306 213.024 DL 316.944 213.024 313.344 213.024 DL 324.216
  10.300 +213.024 320.616 213.024 DL 331.56 213.024 327.96 213.024 DL 338.904
  10.301 +213.024 335.304 213.024 DL 346.248 213.024 342.648 213.024 DL 353.52
  10.302 +213.024 349.92 213.024 DL 360.864 213.024 357.264 213.024 DL 368.208
  10.303 +213.024 364.608 213.024 DL 375.552 213.024 371.952 213.024 DL 382.824
  10.304 +213.024 379.224 213.024 DL 390.168 213.024 386.568 213.024 DL 397.512
  10.305 +213.024 393.912 213.024 DL 404.784 213.024 401.184 213.024 DL 412.128
  10.306 +213.024 408.528 213.024 DL 419.472 213.024 415.872 213.024 DL 426.816
  10.307 +213.024 423.216 213.024 DL 434.088 213.024 430.488 213.024 DL 441.432
  10.308 +213.024 437.832 213.024 DL 448.776 213.024 445.176 213.024 DL 456.048
  10.309 +213.024 452.448 213.024 DL 463.392 213.024 459.792 213.024 DL 470.736
  10.310 +213.024 467.136 213.024 DL 478.08 213.024 474.48 213.024 DL 485.352
  10.311 +213.024 481.752 213.024 DL 492.696 213.024 489.096 213.024 DL 500.04
  10.312 +213.024 496.44 213.024 DL 507.384 213.024 503.784 213.024 DL 514.656
  10.313 +213.024 511.056 213.024 DL 522 213.024 518.4 213.024 DL 522 209.424 522
  10.314 +213.024 DL 522 202.296 522 205.896 DL 522 195.24 522 198.84 DL 522
  10.315 +188.112 522 191.712 DL 522 181.056 522 184.656 DL 522 173.928 522
  10.316 +177.528 DL 522 166.872 522 170.472 DL 522 159.816 522 163.416 DL 522
  10.317 +152.688 522 156.288 DL 522 145.632 522 149.232 DL 522 138.504 522
  10.318 +142.104 DL 522 131.448 522 135.048 DL 522 124.32 522 127.92 DL 522
  10.319 +117.264 522 120.864 DL 522 110.208 522 113.808 DL 522 103.08 522 106.68
  10.320 +DL 522 96.024 522 99.624 DL 518.4 96.024 522 96.024 DL 511.056 96.024
  10.321 +514.656 96.024 DL 503.784 96.024 507.384 96.024 DL 496.44 96.024 500.04
  10.322 +96.024 DL 489.096 96.024 492.696 96.024 DL 481.752 96.024 485.352 96.024
  10.323 +DL 474.48 96.024 478.08 96.024 DL 467.136 96.024 470.736 96.024 DL
  10.324 +459.792 96.024 463.392 96.024 DL 452.448 96.024 456.048 96.024 DL
  10.325 +445.176 96.024 448.776 96.024 DL 437.832 96.024 441.432 96.024 DL
  10.326 +430.488 96.024 434.088 96.024 DL 423.216 96.024 426.816 96.024 DL
  10.327 +415.872 96.024 419.472 96.024 DL 408.528 96.024 412.128 96.024 DL
  10.328 +401.184 96.024 404.784 96.024 DL 393.912 96.024 397.512 96.024 DL
  10.329 +386.568 96.024 390.168 96.024 DL 379.224 96.024 382.824 96.024 DL
  10.330 +371.952 96.024 375.552 96.024 DL 364.608 96.024 368.208 96.024 DL
  10.331 +357.264 96.024 360.864 96.024 DL 349.92 96.024 353.52 96.024 DL 342.648
  10.332 +96.024 346.248 96.024 DL 335.304 96.024 338.904 96.024 DL 327.96 96.024
  10.333 +331.56 96.024 DL 320.616 96.024 324.216 96.024 DL 313.344 96.024 316.944
  10.334 +96.024 DL 306 96.024 309.6 96.024 DL 306 99.624 306 96.024 DL 306 106.68
  10.335 +306 103.08 DL 306 113.808 306 110.208 DL 306 120.864 306 117.264 DL 306
  10.336 +127.92 306 124.32 DL 306 135.048 306 131.448 DL 306 142.104 306 138.504
  10.337 +DL 306 149.232 306 145.632 DL 306 156.288 306 152.688 DL 306 163.416 306
  10.338 +159.816 DL 306 170.472 306 166.872 DL 306 177.528 306 173.928 DL 306
  10.339 +184.656 306 181.056 DL 306 191.712 306 188.112 DL 306 198.84 306 195.24
  10.340 +DL 306 205.896 306 202.296 DL 306 213.024 306 209.424 DL F1
  10.341 +<496e7465726e6574>308.5 92.224 Q<4c6f63616c206e6574776f726b>308.5
  10.342 +104.224 Q 414 114.024 414 96.024 DL 441 150.024 MT 0 -36 RL -54 0 RL 0
  10.343 +36 RL CL ST F0<736572766572>400.315 128.224 Q<286d6173716d61696c29>
  10.344 +389.01 140.224 Q 369 204.024 MT 0 -36 RL -54 0 RL 0 36 RL CL ST
  10.345 +<776f726b73746174696f6e>315.37 182.224 Q<28666f72776172>316.32 194.224 Q
  10.346 +<64657229>-.18 E 441 204.024 MT 0 -36 RL -54 0 RL 0 36 RL CL ST
  10.347 +<776f726b73746174696f6e>387.37 182.224 Q<28666f72776172>388.32 194.224 Q
  10.348 +<64657229>-.18 E 513 204.024 MT 0 -36 RL -54 0 RL 0 36 RL CL ST
  10.349 +<776f726b73746174696f6e>459.37 182.224 Q<28666f72776172>460.32 194.224 Q
  10.350 +<64657229>-.18 E 410.976 150.024 342 168.024 DL 410.976 150.024 MT -6.48
  10.351 +3.528 RL -.936 -3.456 RL CL 0 Fg 410.976 150.024 MT -6.48 3.528 RL -.936
  10.352 +-3.456 RL CL 0 Cg ST 414 150.024 414 168.024 DL 414 150.024 MT 1.8 7.2
  10.353 +RL -3.6 0 RL CL 0 Fg 414 150.024 MT 1.8 7.2 RL -3.6 0 RL CL 0 Cg ST
  10.354 +417.024 150.024 486 168.024 DL 417.024 150.024 MT 7.416 .072 RL -.936
  10.355 +3.456 RL CL 0 Fg 417.024 150.024 MT 7.416 .072 RL -.936 3.456 RL CL 0 Cg
  10.356 +ST<5363656e6172696f2032>307.416 20.176 Q 0 Cg EP
  10.357 +%%Trailer
  10.358 +end
  10.359 +%%Trailer
  10.360 +cleartomark
  10.361 +countdictstack
  10.362 +exch sub { end } repeat
  10.363 +restore
  10.364 +%%EOF
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/fig/mta-channels.eps	Wed Feb 11 17:48:50 2009 +0100
    11.3 @@ -0,0 +1,249 @@
    11.4 +%!PS-Adobe-2.0 EPSF-2.0
    11.5 +%%BoundingBox: 72 719 369 830
    11.6 +%%HiResBoundingBox: 72.000000 719.500000 369.000000 830.000000
    11.7 +%%Creator: groff version 1.18.1
    11.8 +%%CreationDate: Mon Feb  9 01:00:41 2009
    11.9 +%%DocumentNeededResources: font Palatino-Roman
   11.10 +%%DocumentSuppliedResources: procset grops 1.18 1
   11.11 +%%PageOrder: Ascend
   11.12 +%%EndComments
   11.13 +% EPSF created by ps2eps 1.64
   11.14 +%%BeginProlog
   11.15 +save
   11.16 +countdictstack
   11.17 +mark
   11.18 +newpath
   11.19 +/showpage {} def
   11.20 +/setpagedevice {pop} def
   11.21 +%%EndProlog
   11.22 +%%Page 1 1
   11.23 +%%BeginProlog
   11.24 +%%BeginResource: procset grops 1.18 1
   11.25 +/setpacking where{
   11.26 +pop
   11.27 +currentpacking
   11.28 +true setpacking
   11.29 +}if
   11.30 +/grops 120 dict dup begin
   11.31 +/SC 32 def
   11.32 +/A/show load def
   11.33 +/B{0 SC 3 -1 roll widthshow}bind def
   11.34 +/C{0 exch ashow}bind def
   11.35 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
   11.36 +/E{0 rmoveto show}bind def
   11.37 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
   11.38 +/G{0 rmoveto 0 exch ashow}bind def
   11.39 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   11.40 +/I{0 exch rmoveto show}bind def
   11.41 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
   11.42 +/K{0 exch rmoveto 0 exch ashow}bind def
   11.43 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   11.44 +/M{rmoveto show}bind def
   11.45 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
   11.46 +/O{rmoveto 0 exch ashow}bind def
   11.47 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   11.48 +/Q{moveto show}bind def
   11.49 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
   11.50 +/S{moveto 0 exch ashow}bind def
   11.51 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   11.52 +/SF{
   11.53 +findfont exch
   11.54 +[exch dup 0 exch 0 exch neg 0 0]makefont
   11.55 +dup setfont
   11.56 +[exch/setfont cvx]cvx bind def
   11.57 +}bind def
   11.58 +/MF{
   11.59 +findfont
   11.60 +[5 2 roll
   11.61 +0 3 1 roll
   11.62 +neg 0 0]makefont
   11.63 +dup setfont
   11.64 +[exch/setfont cvx]cvx bind def
   11.65 +}bind def
   11.66 +/level0 0 def
   11.67 +/RES 0 def
   11.68 +/PL 0 def
   11.69 +/LS 0 def
   11.70 +/MANUAL{
   11.71 +statusdict begin/manualfeed true store end
   11.72 +}bind def
   11.73 +/PLG{
   11.74 +gsave newpath clippath pathbbox grestore
   11.75 +exch pop add exch pop
   11.76 +}bind def
   11.77 +/BP{
   11.78 +/level0 save def
   11.79 +1 setlinecap
   11.80 +1 setlinejoin
   11.81 +72 RES div dup scale
   11.82 +LS{
   11.83 +90 rotate
   11.84 +}{
   11.85 +0 PL translate
   11.86 +}ifelse
   11.87 +1 -1 scale
   11.88 +}bind def
   11.89 +/EP{
   11.90 +level0 restore
   11.91 +showpage
   11.92 +}bind def
   11.93 +/DA{
   11.94 +newpath arcn stroke
   11.95 +}bind def
   11.96 +/SN{
   11.97 +transform
   11.98 +.25 sub exch .25 sub exch
   11.99 +round .25 add exch round .25 add exch
  11.100 +itransform
  11.101 +}bind def
  11.102 +/DL{
  11.103 +SN
  11.104 +moveto
  11.105 +SN
  11.106 +lineto stroke
  11.107 +}bind def
  11.108 +/DC{
  11.109 +newpath 0 360 arc closepath
  11.110 +}bind def
  11.111 +/TM matrix def
  11.112 +/DE{
  11.113 +TM currentmatrix pop
  11.114 +translate scale newpath 0 0 .5 0 360 arc closepath
  11.115 +TM setmatrix
  11.116 +}bind def
  11.117 +/RC/rcurveto load def
  11.118 +/RL/rlineto load def
  11.119 +/ST/stroke load def
  11.120 +/MT/moveto load def
  11.121 +/CL/closepath load def
  11.122 +/Fr{
  11.123 +setrgbcolor fill
  11.124 +}bind def
  11.125 +/Fk{
  11.126 +setcmykcolor fill
  11.127 +}bind def
  11.128 +/Fg{
  11.129 +setgray fill
  11.130 +}bind def
  11.131 +/FL/fill load def
  11.132 +/LW/setlinewidth load def
  11.133 +/Cr/setrgbcolor load def
  11.134 +/Ck/setcmykcolor load def
  11.135 +/Cg/setgray load def
  11.136 +/RE{
  11.137 +findfont
  11.138 +dup maxlength 1 index/FontName known not{1 add}if dict begin
  11.139 +{
  11.140 +1 index/FID ne{def}{pop pop}ifelse
  11.141 +}forall
  11.142 +/Encoding exch def
  11.143 +dup/FontName exch def
  11.144 +currentdict end definefont pop
  11.145 +}bind def
  11.146 +/DEFS 0 def
  11.147 +/EBEGIN{
  11.148 +moveto
  11.149 +DEFS begin
  11.150 +}bind def
  11.151 +/EEND/end load def
  11.152 +/CNT 0 def
  11.153 +/level1 0 def
  11.154 +/PBEGIN{
  11.155 +/level1 save def
  11.156 +translate
  11.157 +div 3 1 roll div exch scale
  11.158 +neg exch neg exch translate
  11.159 +0 setgray
  11.160 +0 setlinecap
  11.161 +1 setlinewidth
  11.162 +0 setlinejoin
  11.163 +10 setmiterlimit
  11.164 +[]0 setdash
  11.165 +/setstrokeadjust where{
  11.166 +pop
  11.167 +false setstrokeadjust
  11.168 +}if
  11.169 +/setoverprint where{
  11.170 +pop
  11.171 +false setoverprint
  11.172 +}if
  11.173 +newpath
  11.174 +/CNT countdictstack def
  11.175 +userdict begin
  11.176 +/showpage{}def
  11.177 +}bind def
  11.178 +/PEND{
  11.179 +clear
  11.180 +countdictstack CNT sub{end}repeat
  11.181 +level1 restore
  11.182 +}bind def
  11.183 +end def
  11.184 +/setpacking where{
  11.185 +pop
  11.186 +setpacking
  11.187 +}if
  11.188 +%%EndResource
  11.189 +%%IncludeResource: font Palatino-Roman
  11.190 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
  11.191 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
  11.192 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
  11.193 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  11.194 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  11.195 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
  11.196 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
  11.197 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
  11.198 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
  11.199 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
  11.200 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
  11.201 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
  11.202 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
  11.203 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
  11.204 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
  11.205 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
  11.206 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
  11.207 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
  11.208 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
  11.209 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
  11.210 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
  11.211 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
  11.212 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
  11.213 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
  11.214 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  11.215 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  11.216 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
  11.217 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
  11.218 +/Palatino-Roman@0 ENC0/Palatino-Roman RE
  11.219 +%%EndProlog
  11.220 +%%Page: 1 1
  11.221 +%%BeginPageSetup
  11.222 +BP
  11.223 +%%EndPageSetup
  11.224 +261 66 MT 0 -54 RL -81 0 RL 0 54 RL CL .4 LW ST/F0 10/Palatino-Roman@0
  11.225 +SF<4d54>209.149 41.2 Q<41>-.74 E 72 30.864 180 30.864 DL 180 30.864 MT
  11.226 +-7.2 1.8 RL 0 -3.6 RL CL 0 Fg 180 30.864 MT -7.2 1.8 RL 0 -3.6 RL CL 0
  11.227 +Cg ST -.18<7265>92.53 27.064 S<6d6f74652028534d545029>.18 E 72 47.136
  11.228 +180 47.136 DL 180 47.136 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 180 47.136 MT
  11.229 +-7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<6c6f63616c2028737464696e29>99.89 55.336
  11.230 +Q 369 30.864 261 30.864 DL 369 30.864 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg
  11.231 +369 30.864 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST -.18<7265>281.53 27.064 S
  11.232 +<6d6f74652028534d545029>.18 E 333 47.136 261 47.136 DL
  11.233 +<6c6f63616c20287069706529>272.2 55.336 Q 333 65.136 333 47.136 DL 333
  11.234 +65.136 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Fg 333 65.136 MT -1.8 -7.2 RL 3.6 0
  11.235 +RL CL 0 Cg ST 353.232 92.136 MT 0 -27 RL -40.464 0 RL 0 27 RL CL ST
  11.236 +<4d4441>320.51 80.8 Q<6d61696c626f786573>310.585 123.136 Q 316.8 110.136
  11.237 +326.952 92.136 DL 316.8 110.136 MT 1.944 -7.128 RL 3.168 1.8 RL CL 0 Fg
  11.238 +316.8 110.136 MT 1.944 -7.128 RL 3.168 1.8 RL CL 0 Cg ST 327.6 110.136
  11.239 +330.984 92.136 DL 327.6 110.136 MT -.432 -7.416 RL 3.528 .648 RL CL 0 Fg
  11.240 +327.6 110.136 MT -.432 -7.416 RL 3.528 .648 RL CL 0 Cg ST 338.4 110.136
  11.241 +335.016 92.136 DL 338.4 110.136 MT -3.096 -6.768 RL 3.528 -.648 RL CL 0
  11.242 +Fg 338.4 110.136 MT -3.096 -6.768 RL 3.528 -.648 RL CL 0 Cg ST 349.2
  11.243 +110.136 339.048 92.136 DL 349.2 110.136 MT -5.112 -5.4 RL 3.168 -1.8 RL
  11.244 +CL 0 Fg 349.2 110.136 MT -5.112 -5.4 RL 3.168 -1.8 RL CL 0 Cg ST 0 Cg EP
  11.245 +%%Trailer
  11.246 +end
  11.247 +%%Trailer
  11.248 +cleartomark
  11.249 +countdictstack
  11.250 +exch sub { end } repeat
  11.251 +restore
  11.252 +%%EOF
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/fig/proxy-setup.eps	Wed Feb 11 17:48:50 2009 +0100
    12.3 @@ -0,0 +1,257 @@
    12.4 +%!PS-Adobe-2.0 EPSF-2.0
    12.5 +%%BoundingBox: 72 736 533 830
    12.6 +%%HiResBoundingBox: 72.000000 736.500000 532.500000 830.000000
    12.7 +%%Creator: groff version 1.18.1
    12.8 +%%CreationDate: Mon Feb  9 01:00:43 2009
    12.9 +%%DocumentNeededResources: font Palatino-Roman
   12.10 +%%DocumentSuppliedResources: procset grops 1.18 1
   12.11 +%%PageOrder: Ascend
   12.12 +%%EndComments
   12.13 +% EPSF created by ps2eps 1.64
   12.14 +%%BeginProlog
   12.15 +save
   12.16 +countdictstack
   12.17 +mark
   12.18 +newpath
   12.19 +/showpage {} def
   12.20 +/setpagedevice {pop} def
   12.21 +%%EndProlog
   12.22 +%%Page 1 1
   12.23 +%%BeginProlog
   12.24 +%%BeginResource: procset grops 1.18 1
   12.25 +/setpacking where{
   12.26 +pop
   12.27 +currentpacking
   12.28 +true setpacking
   12.29 +}if
   12.30 +/grops 120 dict dup begin
   12.31 +/SC 32 def
   12.32 +/A/show load def
   12.33 +/B{0 SC 3 -1 roll widthshow}bind def
   12.34 +/C{0 exch ashow}bind def
   12.35 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
   12.36 +/E{0 rmoveto show}bind def
   12.37 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
   12.38 +/G{0 rmoveto 0 exch ashow}bind def
   12.39 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   12.40 +/I{0 exch rmoveto show}bind def
   12.41 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
   12.42 +/K{0 exch rmoveto 0 exch ashow}bind def
   12.43 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   12.44 +/M{rmoveto show}bind def
   12.45 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
   12.46 +/O{rmoveto 0 exch ashow}bind def
   12.47 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   12.48 +/Q{moveto show}bind def
   12.49 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
   12.50 +/S{moveto 0 exch ashow}bind def
   12.51 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   12.52 +/SF{
   12.53 +findfont exch
   12.54 +[exch dup 0 exch 0 exch neg 0 0]makefont
   12.55 +dup setfont
   12.56 +[exch/setfont cvx]cvx bind def
   12.57 +}bind def
   12.58 +/MF{
   12.59 +findfont
   12.60 +[5 2 roll
   12.61 +0 3 1 roll
   12.62 +neg 0 0]makefont
   12.63 +dup setfont
   12.64 +[exch/setfont cvx]cvx bind def
   12.65 +}bind def
   12.66 +/level0 0 def
   12.67 +/RES 0 def
   12.68 +/PL 0 def
   12.69 +/LS 0 def
   12.70 +/MANUAL{
   12.71 +statusdict begin/manualfeed true store end
   12.72 +}bind def
   12.73 +/PLG{
   12.74 +gsave newpath clippath pathbbox grestore
   12.75 +exch pop add exch pop
   12.76 +}bind def
   12.77 +/BP{
   12.78 +/level0 save def
   12.79 +1 setlinecap
   12.80 +1 setlinejoin
   12.81 +72 RES div dup scale
   12.82 +LS{
   12.83 +90 rotate
   12.84 +}{
   12.85 +0 PL translate
   12.86 +}ifelse
   12.87 +1 -1 scale
   12.88 +}bind def
   12.89 +/EP{
   12.90 +level0 restore
   12.91 +showpage
   12.92 +}bind def
   12.93 +/DA{
   12.94 +newpath arcn stroke
   12.95 +}bind def
   12.96 +/SN{
   12.97 +transform
   12.98 +.25 sub exch .25 sub exch
   12.99 +round .25 add exch round .25 add exch
  12.100 +itransform
  12.101 +}bind def
  12.102 +/DL{
  12.103 +SN
  12.104 +moveto
  12.105 +SN
  12.106 +lineto stroke
  12.107 +}bind def
  12.108 +/DC{
  12.109 +newpath 0 360 arc closepath
  12.110 +}bind def
  12.111 +/TM matrix def
  12.112 +/DE{
  12.113 +TM currentmatrix pop
  12.114 +translate scale newpath 0 0 .5 0 360 arc closepath
  12.115 +TM setmatrix
  12.116 +}bind def
  12.117 +/RC/rcurveto load def
  12.118 +/RL/rlineto load def
  12.119 +/ST/stroke load def
  12.120 +/MT/moveto load def
  12.121 +/CL/closepath load def
  12.122 +/Fr{
  12.123 +setrgbcolor fill
  12.124 +}bind def
  12.125 +/Fk{
  12.126 +setcmykcolor fill
  12.127 +}bind def
  12.128 +/Fg{
  12.129 +setgray fill
  12.130 +}bind def
  12.131 +/FL/fill load def
  12.132 +/LW/setlinewidth load def
  12.133 +/Cr/setrgbcolor load def
  12.134 +/Ck/setcmykcolor load def
  12.135 +/Cg/setgray load def
  12.136 +/RE{
  12.137 +findfont
  12.138 +dup maxlength 1 index/FontName known not{1 add}if dict begin
  12.139 +{
  12.140 +1 index/FID ne{def}{pop pop}ifelse
  12.141 +}forall
  12.142 +/Encoding exch def
  12.143 +dup/FontName exch def
  12.144 +currentdict end definefont pop
  12.145 +}bind def
  12.146 +/DEFS 0 def
  12.147 +/EBEGIN{
  12.148 +moveto
  12.149 +DEFS begin
  12.150 +}bind def
  12.151 +/EEND/end load def
  12.152 +/CNT 0 def
  12.153 +/level1 0 def
  12.154 +/PBEGIN{
  12.155 +/level1 save def
  12.156 +translate
  12.157 +div 3 1 roll div exch scale
  12.158 +neg exch neg exch translate
  12.159 +0 setgray
  12.160 +0 setlinecap
  12.161 +1 setlinewidth
  12.162 +0 setlinejoin
  12.163 +10 setmiterlimit
  12.164 +[]0 setdash
  12.165 +/setstrokeadjust where{
  12.166 +pop
  12.167 +false setstrokeadjust
  12.168 +}if
  12.169 +/setoverprint where{
  12.170 +pop
  12.171 +false setoverprint
  12.172 +}if
  12.173 +newpath
  12.174 +/CNT countdictstack def
  12.175 +userdict begin
  12.176 +/showpage{}def
  12.177 +}bind def
  12.178 +/PEND{
  12.179 +clear
  12.180 +countdictstack CNT sub{end}repeat
  12.181 +level1 restore
  12.182 +}bind def
  12.183 +end def
  12.184 +/setpacking where{
  12.185 +pop
  12.186 +setpacking
  12.187 +}if
  12.188 +%%EndResource
  12.189 +%%IncludeResource: font Palatino-Roman
  12.190 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
  12.191 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
  12.192 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
  12.193 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  12.194 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  12.195 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
  12.196 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
  12.197 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
  12.198 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
  12.199 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
  12.200 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
  12.201 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
  12.202 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
  12.203 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
  12.204 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
  12.205 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
  12.206 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
  12.207 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
  12.208 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
  12.209 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
  12.210 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
  12.211 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
  12.212 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
  12.213 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
  12.214 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  12.215 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  12.216 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
  12.217 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
  12.218 +/Palatino-Roman@0 ENC0/Palatino-Roman RE
  12.219 +%%EndProlog
  12.220 +%%Page: 1 1
  12.221 +%%BeginPageSetup
  12.222 +BP
  12.223 +%%EndPageSetup
  12.224 +453.6 105.6 MT 0 -93.6 RL -302.4 0 RL 0 93.6 RL CL .4 LW ST 151.2 60.24
  12.225 +MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL CL ST/F0 10/Palatino-Roman@0 SF<3235>
  12.226 +135.4 51.64 Q 72 49.44 129.6 49.44 DL 129.6 49.44 MT -7.2 1.8 RL 0 -3.6
  12.227 +RL CL 0 Fg 129.6 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<534d5450>
  12.228 +87.36 45.64 Q<6672>72.155 57.64 Q<6f6d2072>-.18 E<656d6f7465>-.18 E
  12.229 +187.2 49.44 151.2 49.44 DL 187.2 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg
  12.230 +187.2 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST<534d5450>155.76 45.64 Q
  12.231 +241.2 67.44 MT 0 -36 RL -54 0 RL 0 36 RL CL ST<7072>201.22 51.64 Q
  12.232 +<6f7879>-.18 E 277.2 49.44 241.2 49.44 DL 277.2 49.44 MT -7.2 1.8 RL 0
  12.233 +-3.6 RL CL 0 Fg 277.2 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST
  12.234 +<534d5450>245.76 45.64 Q 298.8 60.24 MT 0 -21.6 RL -21.6 0 RL 0 21.6 RL
  12.235 +CL ST<58>284.665 51.64 Q 334.8 49.44 298.8 49.44 DL 334.8 49.44 MT -7.2
  12.236 +1.8 RL 0 -3.6 RL CL 0 Fg 334.8 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST
  12.237 +<534d5450>303.36 45.64 Q 388.8 67.44 MT 0 -36 RL -54 0 RL 0 36 RL CL ST
  12.238 +<6d6173716d61696c>340.14 51.64 Q 453.6 38.64 388.8 38.64 DL 453.6 38.64
  12.239 +MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 453.6 38.64 MT -7.2 1.8 RL 0 -3.6 RL CL
  12.240 +0 Cg ST<534d5450>407.76 34.84 Q 475.2 49.44 MT 0 -21.6 RL -21.6 0 RL 0
  12.241 +21.6 RL CL ST 532.8 38.64 475.2 38.64 DL 532.8 38.64 MT -7.2 1.8 RL 0
  12.242 +-3.6 RL CL 0 Fg 532.8 38.64 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST
  12.243 +<534d5450>490.56 34.84 Q<746f2072>482.94 46.84 Q<656d6f7465>-.18 E
  12.244 +412.776 49.44 388.8 49.44 DL 412.776 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0
  12.245 +Fg 412.776 49.44 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Cg ST 441.576 55.2 MT 0
  12.246 +-11.52 RL -28.8 0 RL 0 11.52 RL CL ST<70697065>417.316 51.64 Q 424.8
  12.247 +60.24 388.8 60.24 DL 424.8 74.64 424.8 60.24 DL 424.8 74.64 MT -1.8 -7.2
  12.248 +RL 3.6 0 RL CL 0 Fg 424.8 74.64 MT -1.8 -7.2 RL 3.6 0 RL CL 0 Cg ST
  12.249 +<6d61696c626f78>406.9 82.84 Q 298.8 80.04 334.8 58.44 DL 334.8 58.44 MT
  12.250 +-5.256 5.256 RL -1.872 -3.096 RL CL 0 Fg 334.8 58.44 MT -5.256 5.256 RL
  12.251 +-1.872 -3.096 RL CL 0 Cg ST<737464696e>309.38 83.44 Q<73656e646d61696c>
  12.252 +251.495 82.24 Q<636f6d6d616e64>249.555 94.24 Q 0 Cg EP
  12.253 +%%Trailer
  12.254 +end
  12.255 +%%Trailer
  12.256 +cleartomark
  12.257 +countdictstack
  12.258 +exch sub { end } repeat
  12.259 +restore
  12.260 +%%EOF
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/fig/stunnel.eps	Wed Feb 11 17:48:50 2009 +0100
    13.3 @@ -0,0 +1,250 @@
    13.4 +%!PS-Adobe-2.0 EPSF-2.0
    13.5 +%%BoundingBox: 72 686 400 830
    13.6 +%%HiResBoundingBox: 72.000000 686.000000 399.500000 830.000000
    13.7 +%%Creator: groff version 1.18.1
    13.8 +%%CreationDate: Mon Feb  9 01:00:41 2009
    13.9 +%%DocumentNeededResources: font Palatino-Roman
   13.10 +%%DocumentSuppliedResources: procset grops 1.18 1
   13.11 +%%PageOrder: Ascend
   13.12 +%%EndComments
   13.13 +% EPSF created by ps2eps 1.64
   13.14 +%%BeginProlog
   13.15 +save
   13.16 +countdictstack
   13.17 +mark
   13.18 +newpath
   13.19 +/showpage {} def
   13.20 +/setpagedevice {pop} def
   13.21 +%%EndProlog
   13.22 +%%Page 1 1
   13.23 +%%BeginProlog
   13.24 +%%BeginResource: procset grops 1.18 1
   13.25 +/setpacking where{
   13.26 +pop
   13.27 +currentpacking
   13.28 +true setpacking
   13.29 +}if
   13.30 +/grops 120 dict dup begin
   13.31 +/SC 32 def
   13.32 +/A/show load def
   13.33 +/B{0 SC 3 -1 roll widthshow}bind def
   13.34 +/C{0 exch ashow}bind def
   13.35 +/D{0 exch 0 SC 5 2 roll awidthshow}bind def
   13.36 +/E{0 rmoveto show}bind def
   13.37 +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
   13.38 +/G{0 rmoveto 0 exch ashow}bind def
   13.39 +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   13.40 +/I{0 exch rmoveto show}bind def
   13.41 +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
   13.42 +/K{0 exch rmoveto 0 exch ashow}bind def
   13.43 +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   13.44 +/M{rmoveto show}bind def
   13.45 +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
   13.46 +/O{rmoveto 0 exch ashow}bind def
   13.47 +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   13.48 +/Q{moveto show}bind def
   13.49 +/R{moveto 0 SC 3 -1 roll widthshow}bind def
   13.50 +/S{moveto 0 exch ashow}bind def
   13.51 +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
   13.52 +/SF{
   13.53 +findfont exch
   13.54 +[exch dup 0 exch 0 exch neg 0 0]makefont
   13.55 +dup setfont
   13.56 +[exch/setfont cvx]cvx bind def
   13.57 +}bind def
   13.58 +/MF{
   13.59 +findfont
   13.60 +[5 2 roll
   13.61 +0 3 1 roll
   13.62 +neg 0 0]makefont
   13.63 +dup setfont
   13.64 +[exch/setfont cvx]cvx bind def
   13.65 +}bind def
   13.66 +/level0 0 def
   13.67 +/RES 0 def
   13.68 +/PL 0 def
   13.69 +/LS 0 def
   13.70 +/MANUAL{
   13.71 +statusdict begin/manualfeed true store end
   13.72 +}bind def
   13.73 +/PLG{
   13.74 +gsave newpath clippath pathbbox grestore
   13.75 +exch pop add exch pop
   13.76 +}bind def
   13.77 +/BP{
   13.78 +/level0 save def
   13.79 +1 setlinecap
   13.80 +1 setlinejoin
   13.81 +72 RES div dup scale
   13.82 +LS{
   13.83 +90 rotate
   13.84 +}{
   13.85 +0 PL translate
   13.86 +}ifelse
   13.87 +1 -1 scale
   13.88 +}bind def
   13.89 +/EP{
   13.90 +level0 restore
   13.91 +showpage
   13.92 +}bind def
   13.93 +/DA{
   13.94 +newpath arcn stroke
   13.95 +}bind def
   13.96 +/SN{
   13.97 +transform
   13.98 +.25 sub exch .25 sub exch
   13.99 +round .25 add exch round .25 add exch
  13.100 +itransform
  13.101 +}bind def
  13.102 +/DL{
  13.103 +SN
  13.104 +moveto
  13.105 +SN
  13.106 +lineto stroke
  13.107 +}bind def
  13.108 +/DC{
  13.109 +newpath 0 360 arc closepath
  13.110 +}bind def
  13.111 +/TM matrix def
  13.112 +/DE{
  13.113 +TM currentmatrix pop
  13.114 +translate scale newpath 0 0 .5 0 360 arc closepath
  13.115 +TM setmatrix
  13.116 +}bind def
  13.117 +/RC/rcurveto load def
  13.118 +/RL/rlineto load def
  13.119 +/ST/stroke load def
  13.120 +/MT/moveto load def
  13.121 +/CL/closepath load def
  13.122 +/Fr{
  13.123 +setrgbcolor fill
  13.124 +}bind def
  13.125 +/Fk{
  13.126 +setcmykcolor fill
  13.127 +}bind def
  13.128 +/Fg{
  13.129 +setgray fill
  13.130 +}bind def
  13.131 +/FL/fill load def
  13.132 +/LW/setlinewidth load def
  13.133 +/Cr/setrgbcolor load def
  13.134 +/Ck/setcmykcolor load def
  13.135 +/Cg/setgray load def
  13.136 +/RE{
  13.137 +findfont
  13.138 +dup maxlength 1 index/FontName known not{1 add}if dict begin
  13.139 +{
  13.140 +1 index/FID ne{def}{pop pop}ifelse
  13.141 +}forall
  13.142 +/Encoding exch def
  13.143 +dup/FontName exch def
  13.144 +currentdict end definefont pop
  13.145 +}bind def
  13.146 +/DEFS 0 def
  13.147 +/EBEGIN{
  13.148 +moveto
  13.149 +DEFS begin
  13.150 +}bind def
  13.151 +/EEND/end load def
  13.152 +/CNT 0 def
  13.153 +/level1 0 def
  13.154 +/PBEGIN{
  13.155 +/level1 save def
  13.156 +translate
  13.157 +div 3 1 roll div exch scale
  13.158 +neg exch neg exch translate
  13.159 +0 setgray
  13.160 +0 setlinecap
  13.161 +1 setlinewidth
  13.162 +0 setlinejoin
  13.163 +10 setmiterlimit
  13.164 +[]0 setdash
  13.165 +/setstrokeadjust where{
  13.166 +pop
  13.167 +false setstrokeadjust
  13.168 +}if
  13.169 +/setoverprint where{
  13.170 +pop
  13.171 +false setoverprint
  13.172 +}if
  13.173 +newpath
  13.174 +/CNT countdictstack def
  13.175 +userdict begin
  13.176 +/showpage{}def
  13.177 +}bind def
  13.178 +/PEND{
  13.179 +clear
  13.180 +countdictstack CNT sub{end}repeat
  13.181 +level1 restore
  13.182 +}bind def
  13.183 +end def
  13.184 +/setpacking where{
  13.185 +pop
  13.186 +setpacking
  13.187 +}if
  13.188 +%%EndResource
  13.189 +%%IncludeResource: font Palatino-Roman
  13.190 +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
  13.191 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
  13.192 +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
  13.193 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  13.194 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  13.195 +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
  13.196 +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
  13.197 +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
  13.198 +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
  13.199 +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
  13.200 +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
  13.201 +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
  13.202 +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
  13.203 +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
  13.204 +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
  13.205 +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
  13.206 +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
  13.207 +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
  13.208 +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
  13.209 +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
  13.210 +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
  13.211 +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
  13.212 +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
  13.213 +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
  13.214 +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  13.215 +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  13.216 +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
  13.217 +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
  13.218 +/Palatino-Roman@0 ENC0/Palatino-Roman RE
  13.219 +%%EndProlog
  13.220 +%%Page: 1 1
  13.221 +%%BeginPageSetup
  13.222 +BP
  13.223 +%%EndPageSetup
  13.224 +399.6 156 MT 0 -144 RL -144 0 RL 0 144 RL CL .4 LW ST/F0 10
  13.225 +/Palatino-Roman@0 SF<6c6f63616c20686f7374>306.6 38.2 Q 255.6 58.8 MT 0
  13.226 +-21.6 RL -21.6 0 RL 0 21.6 RL CL ST<343635>237.3 50.2 Q 255.6 130.8 MT 0
  13.227 +-21.6 RL -21.6 0 RL 0 21.6 RL CL ST<3235>239.8 122.2 Q 126 48 234 48 DL
  13.228 +234 48 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 234 48 MT -7.2 1.8 RL 0 -3.6 RL
  13.229 +CL 0 Cg ST<534d5450206f76657220544c53>145.39 44.2 Q
  13.230 +<28656e6372797074656429>154.305 56.2 Q 75.6 66 72 66 DL 82.8 66 79.2 66
  13.231 +DL 90 66 86.4 66 DL 97.2 66 93.6 66 DL 104.4 66 100.8 66 DL 111.6 66 108
  13.232 +66 DL 118.8 66 115.2 66 DL 126 66 122.4 66 DL 126 62.4 126 66 DL 126
  13.233 +54.264 126 57.864 DL 126 46.2 126 49.8 DL 126 38.064 126 41.664 DL 126
  13.234 +30 126 33.6 DL 122.4 30 126 30 DL 115.2 30 118.8 30 DL 108 30 111.6 30
  13.235 +DL 100.8 30 104.4 30 DL 93.6 30 97.2 30 DL 86.4 30 90 30 DL 79.2 30 82.8
  13.236 +30 DL 72 30 75.6 30 DL 72 33.6 72 30 DL 72 41.736 72 38.136 DL 72 49.8
  13.237 +72 46.2 DL 72 57.936 72 54.336 DL 72 66 72 62.4 DL -.18<7265>83.55 44.2
  13.238 +S<6d6f7465>.18 E<686f7374>89.61 56.2 Q 255.6 48 MT 14.4 0 RL 9.6 0 7.8 6
  13.239 +-5.4 18 RC -13.2 12 -26.4 24 -39.6 36 RC -13.2 12 -15 18 -5.4 18 RC 14.4
  13.240 +0 RL ST 234 120 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 234 120 MT -7.2 1.8 RL
  13.241 +0 -3.6 RL CL 0 Cg ST<7374756e6e656c>199.615 92.2 Q 327.6 120 255.6 120
  13.242 +DL 327.6 120 MT -7.2 1.8 RL 0 -3.6 RL CL 0 Fg 327.6 120 MT -7.2 1.8 RL 0
  13.243 +-3.6 RL CL 0 Cg ST<534d5450>278.16 116.2 Q<28756e656e6372797074656429>
  13.244 +259.98 128.2 Q 381.6 138 MT 0 -36 RL -54 0 RL 0 36 RL CL ST<4d54>343.285
  13.245 +122.2 Q<41>-.74 E 0 Cg EP
  13.246 +%%Trailer
  13.247 +end
  13.248 +%%Trailer
  13.249 +cleartomark
  13.250 +countdictstack
  13.251 +exch sub { end } repeat
  13.252 +restore
  13.253 +%%EOF
    14.1 --- a/masqmail.tex	Wed Feb 11 16:27:48 2009 +0100
    14.2 +++ b/masqmail.tex	Wed Feb 11 17:48:50 2009 +0100
    14.3 @@ -6,39 +6,41 @@
    14.4  
    14.5  \documentclass{beamer}
    14.6  
    14.7 -	\usepackage[utf8]{inputenc}
    14.8 -	\usepackage{ngerman}
    14.9 -	\usepackage{graphicx}
   14.10 -	\usepackage{url}
   14.11 -	\usepackage[automark]{scrpage2}
   14.12 -	\setlength{\parskip}{2.0ex plus 1.0ex minus 0.5ex}
   14.13 +\title{masqmail}
   14.14 +\author{markus schnalke}
   14.15 +\date{2009-02-12}
   14.16  
   14.17 -	\title{masqmail}
   14.18 -	\author{markus schnalke}
   14.19 -	\date{2009-02-12}
   14.20 +\usepackage[utf8]{inputenc}
   14.21 +\usepackage{url}
   14.22 +\usepackage{graphicx}
   14.23 +\setlength{\parskip}{2.0ex plus 1.0ex minus 0.5ex}
   14.24  
   14.25 -	\newcommand{\secframe}[1]{
   14.26 -		\section{#1}
   14.27 -		\frame{ \vfill\vfill \centerline{ \huge #1 } \vfill }
   14.28 -	}
   14.29 +\newcommand{\secframe}[1]{
   14.30 +	\section{#1}
   14.31 +	\frame{ \vfill\vfill \centerline{ \huge #1 } \vfill }
   14.32 +}
   14.33 +
   14.34 +
   14.35  
   14.36  \begin{document}
   14.37  
   14.38  
   14.39  \frame{
   14.40 -	\vspace{8em}
   14.41 -	\begin{center}
   14.42 -		{\huge\bf masqmail}
   14.43  
   14.44 -		{a mail transfer agent for workstations and small networks}
   14.45 +\vspace{8em}
   14.46 +\begin{center}
   14.47  
   14.48 -		\vspace{6em}
   14.49 +{\huge\bf masqmail}
   14.50  
   14.51 -		{ \tiny
   14.52 -		markus schnalke \textless{}meillo@marmaro.de\textgreater{}
   14.53 -		}
   14.54 +a mail transfer agent for workstations and small networks
   14.55  
   14.56 -	\end{center}
   14.57 +\vspace{6em}
   14.58 +
   14.59 +{ \tiny
   14.60 +markus schnalke \textless{}meillo@marmaro.de\textgreater{}
   14.61 +}
   14.62 +
   14.63 +\end{center}
   14.64  }
   14.65  
   14.66  
   14.67 @@ -47,7 +49,7 @@
   14.68  
   14.69  1) about masqmail
   14.70  
   14.71 -2) short explainaion of the thesis
   14.72 +2) short explanation of the thesis
   14.73  
   14.74  3) experiences
   14.75  
   14.76 @@ -103,110 +105,10 @@
   14.77  
   14.78  
   14.79  
   14.80 -%\section{structure of the thesis}
   14.81 -%
   14.82 -%\frame{
   14.83 -%	\vspace{8ex}
   14.84 -%	\centerline{ \huge structure of the thesis through time }
   14.85 -%}
   14.86 -%
   14.87 -%
   14.88 -%
   14.89 -%
   14.90 -%
   14.91 -%\frame{ \frametitle{structure of 2008-09-16}
   14.92 -%
   14.93 -%purpose and structure of an MTA/of masqmail
   14.94 -%
   14.95 -%security analysis
   14.96 -%
   14.97 -%code improvements
   14.98 -%
   14.99 -%documentation, test, distribution
  14.100 -%
  14.101 -%}
  14.102 -%
  14.103 -%
  14.104 -%
  14.105 -%\frame{ \frametitle{structure of 2008-10-18}
  14.106 -%
  14.107 -%mail transfer agents
  14.108 -%
  14.109 -%\textbf{the masqmail project}
  14.110 -%
  14.111 -%\textbf{requirements}
  14.112 -%
  14.113 -%implementation
  14.114 -%
  14.115 -%summary
  14.116 -%
  14.117 -%}
  14.118 -%
  14.119 -%
  14.120 -%
  14.121 -%\frame{ \frametitle{structure of 2008-11-16}
  14.122 -%
  14.123 -%\textbf{introduction}
  14.124 -%
  14.125 -%mail transfer agents
  14.126 -%
  14.127 -%market analysis
  14.128 -%
  14.129 -%\textbf{masqmail's future}
  14.130 -%
  14.131 -%implementation
  14.132 -%
  14.133 -%\textbf{release}
  14.134 -%
  14.135 -%summary
  14.136 -%
  14.137 -%}
  14.138 -%
  14.139 -%
  14.140 -%
  14.141 -%\frame{ \frametitle{structure of 2008-12-31}
  14.142 -%
  14.143 -%introduction
  14.144 -%
  14.145 -%\textbf{market analysis}
  14.146 -%
  14.147 -%mail transfer agents
  14.148 -%
  14.149 -%masqmail's present and future
  14.150 -%
  14.151 -%improvements
  14.152 -%
  14.153 -%\textbf{new design}
  14.154 -%
  14.155 -%summary
  14.156 -%
  14.157 -%}
  14.158 -%
  14.159 -%
  14.160 -%
  14.161 -%\frame{ \frametitle{final structure of 2009-01-11}
  14.162 -%
  14.163 -%introduction
  14.164 -%
  14.165 -%market analysis
  14.166 -%
  14.167 -%mail transfer agents
  14.168 -%
  14.169 -%masqmail's present and future
  14.170 -%
  14.171 -%\textbf{improvement plans}
  14.172 -%
  14.173 -%summary
  14.174 -%
  14.175 -%}
  14.176 -%
  14.177  
  14.178  
  14.179  
  14.180 -
  14.181 -
  14.182 -
  14.183 -\secframe{short expaination of the thesis}
  14.184 +\secframe{short explanation of the thesis}
  14.185  
  14.186  
  14.187  
  14.188 @@ -389,5 +291,191 @@
  14.189  }
  14.190  
  14.191  
  14.192 +
  14.193 +
  14.194 +
  14.195 +
  14.196 +\secframe{BACKUP}
  14.197 +
  14.198 +
  14.199 +
  14.200 +
  14.201 +
  14.202 +\secframe{structure of the thesis through time}
  14.203 +
  14.204 +
  14.205 +
  14.206 +\frame{ \frametitle{structure of 2008-09-16}
  14.207 +
  14.208 +purpose and structure of an MTA/of masqmail
  14.209 +
  14.210 +security analysis
  14.211 +
  14.212 +code improvements
  14.213 +
  14.214 +documentation, test, distribution
  14.215 +
  14.216 +}
  14.217 +
  14.218 +
  14.219 +
  14.220 +\frame{ \frametitle{structure of 2008-10-18}
  14.221 +
  14.222 +mail transfer agents
  14.223 +
  14.224 +\textbf{the masqmail project}
  14.225 +
  14.226 +\textbf{requirements}
  14.227 +
  14.228 +implementation
  14.229 +
  14.230 +summary
  14.231 +
  14.232 +}
  14.233 +
  14.234 +
  14.235 +
  14.236 +\frame{ \frametitle{structure of 2008-11-16}
  14.237 +
  14.238 +\textbf{introduction}
  14.239 +
  14.240 +mail transfer agents
  14.241 +
  14.242 +market analysis
  14.243 +
  14.244 +\textbf{masqmail's future}
  14.245 +
  14.246 +implementation
  14.247 +
  14.248 +\textbf{release}
  14.249 +
  14.250 +summary
  14.251 +
  14.252 +}
  14.253 +
  14.254 +
  14.255 +
  14.256 +\frame{ \frametitle{structure of 2008-12-31}
  14.257 +
  14.258 +introduction
  14.259 +
  14.260 +\textbf{market analysis}
  14.261 +
  14.262 +mail transfer agents
  14.263 +
  14.264 +masqmail's present and future
  14.265 +
  14.266 +improvements
  14.267 +
  14.268 +\textbf{new design}
  14.269 +
  14.270 +summary
  14.271 +
  14.272 +}
  14.273 +
  14.274 +
  14.275 +
  14.276 +\frame{ \frametitle{final structure of 2009-01-11}
  14.277 +
  14.278 +introduction
  14.279 +
  14.280 +market analysis
  14.281 +
  14.282 +mail transfer agents
  14.283 +
  14.284 +masqmail's present and future
  14.285 +
  14.286 +\textbf{improvement plans}
  14.287 +
  14.288 +summary
  14.289 +
  14.290 +}
  14.291 +
  14.292 +
  14.293 +
  14.294 +
  14.295 +\secframe{figures}
  14.296 +
  14.297 +
  14.298 +
  14.299 +\frame{ \frametitle{ Mail agents and the way a mail message takes}
  14.300 +\includegraphics[width=\textwidth]{fig/mail-agents.eps}
  14.301 +}
  14.302 +
  14.303 +
  14.304 +\frame{ \frametitle{ Typical usage scenarios for masqmail}
  14.305 +\includegraphics[width=\textwidth]{fig/masqmail-typical-usage.eps}
  14.306 +}
  14.307 +
  14.308 +
  14.309 +\frame{ \frametitle{ Incoming and outgoing channels of masqmail}
  14.310 +\includegraphics[width=\textwidth]{fig/masqmail-channels.eps}
  14.311 +}
  14.312 +
  14.313 +
  14.314 +\frame{ \frametitle{ Classification of electronic communication technologies}
  14.315 +\includegraphics[width=\textwidth]{fig/comm-classification.eps}
  14.316 +}
  14.317 +
  14.318 +
  14.319 +\frame{ \frametitle{ Life cycle of electronic communication technologies}
  14.320 +\includegraphics[width=\textwidth]{fig/comm-lifecycle.eps}
  14.321 +}
  14.322 +
  14.323 +
  14.324 +\frame{ \frametitle{ SWOT analysis for email}
  14.325 +\includegraphics[width=\textwidth]{fig/email-swot.eps}
  14.326 +}
  14.327 +
  14.328 +
  14.329 +\frame{ \frametitle{ Required incoming and outgoing channels}
  14.330 +\includegraphics[width=\textwidth]{fig/mta-channels.eps}
  14.331 +}
  14.332 +
  14.333 +
  14.334 +\frame{ \frametitle{ Using stunnel for incoming connections}
  14.335 +\includegraphics[width=\textwidth]{fig/stunnel.eps}
  14.336 +}
  14.337 +
  14.338 +
  14.339 +\frame{ \frametitle{ Internal structure of masqmail, showed by a call graph}
  14.340 +\begin{center}
  14.341 +\includegraphics[scale=0.5]{fig/callgraph.eps}
  14.342 +\end{center}
  14.343 +}
  14.344 +
  14.345 +
  14.346 +\frame{ \frametitle{ A setup with a proxy}
  14.347 +\includegraphics[width=\textwidth]{fig/proxy-setup.eps}
  14.348 +}
  14.349 +
  14.350 +
  14.351 +\frame{ \frametitle{ The new designed architecture for masqmail}
  14.352 +\includegraphics[width=\textwidth]{fig/masqmail-arch-new.eps}
  14.353 +}
  14.354 +
  14.355 +
  14.356 +\frame{ \frametitle{ State diagram of the IPC protocol}
  14.357 +\includegraphics[width=\textwidth]{fig/ipc-protocol.eps}
  14.358 +}
  14.359 +
  14.360 +
  14.361 +
  14.362 +
  14.363 +
  14.364 +
  14.365 +
  14.366 +
  14.367 +
  14.368 +
  14.369 +
  14.370 +
  14.371  \end{document}
  14.372  
  14.373 +
  14.374 +
  14.375 +
  14.376 +
  14.377 +
  14.378 +
  14.379 +