aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/pkg-plist
blob: 5fb4105745615e46400458b4ca1eff049050bec3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
@postunexec if cmp -s %D/%%MMDIR%%/Mailman/mm_cfg.py %D/%%MMDIR%%/Mailman/mm_cfg.py.dist; then rm -f %D/%%MMDIR%%/Mailman/mm_cfg.py; fi
@postunexec rm -f %D/%%MMDIR%%/Mailman/mm_cfg.pyc
%%IMGDIR%%/mailman-large.jpg
%%IMGDIR%%/gnu-head-tiny.jpg
%%IMGDIR%%/mailman.jpg
%%IMGDIR%%/mm-icon-large.ico
%%IMGDIR%%/mm-icon.ico
%%IMGDIR%%/mm-icon.png
%%IMGDIR%%/powerlogo.png
%%IMGDIR%%/PythonPowered.png
@group %%MM_GROUPNAME%%
%%MMDIR%%/Mailman/Archiver/Archiver.py
%%MMDIR%%/Mailman/Archiver/Archiver.pyc
%%MMDIR%%/Mailman/Archiver/HyperArch.py
%%MMDIR%%/Mailman/Archiver/HyperArch.pyc
%%MMDIR%%/Mailman/Archiver/HyperDatabase.py
%%MMDIR%%/Mailman/Archiver/HyperDatabase.pyc
%%MMDIR%%/Mailman/Archiver/__init__.py
%%MMDIR%%/Mailman/Archiver/__init__.pyc
%%MMDIR%%/Mailman/Archiver/pipermail.py
%%MMDIR%%/Mailman/Archiver/pipermail.pyc
%%MMDIR%%/Mailman/Autoresponder.py
%%MMDIR%%/Mailman/Autoresponder.pyc
%%MMDIR%%/Mailman/Bouncer.py
%%MMDIR%%/Mailman/Bouncer.pyc
%%MMDIR%%/Mailman/Bouncers/AOL.pyc
%%MMDIR%%/Mailman/Bouncers/AOL.py
%%MMDIR%%/Mailman/Bouncers/BouncerAPI.py
%%MMDIR%%/Mailman/Bouncers/BouncerAPI.pyc
%%MMDIR%%/Mailman/Bouncers/Caiwireless.py
%%MMDIR%%/Mailman/Bouncers/Caiwireless.pyc
%%MMDIR%%/Mailman/Bouncers/Compuserve.py
%%MMDIR%%/Mailman/Bouncers/Compuserve.pyc
%%MMDIR%%/Mailman/Bouncers/DSN.py
%%MMDIR%%/Mailman/Bouncers/DSN.pyc
%%MMDIR%%/Mailman/Bouncers/Exchange.py
%%MMDIR%%/Mailman/Bouncers/Exchange.pyc
%%MMDIR%%/Mailman/Bouncers/Exim.py
%%MMDIR%%/Mailman/Bouncers/Exim.pyc
%%MMDIR%%/Mailman/Bouncers/GroupWise.py
%%MMDIR%%/Mailman/Bouncers/GroupWise.pyc
%%MMDIR%%/Mailman/Bouncers/LLNL.py
%%MMDIR%%/Mailman/Bouncers/LLNL.pyc
%%MMDIR%%/Mailman/Bouncers/Microsoft.py
%%MMDIR%%/Mailman/Bouncers/Microsoft.pyc
%%MMDIR%%/Mailman/Bouncers/Netscape.py
%%MMDIR%%/Mailman/Bouncers/Netscape.pyc
%%MMDIR%%/Mailman/Bouncers/Postfix.py
%%MMDIR%%/Mailman/Bouncers/Postfix.pyc
%%MMDIR%%/Mailman/Bouncers/Qmail.py
%%MMDIR%%/Mailman/Bouncers/Qmail.pyc
%%MMDIR%%/Mailman/Bouncers/SMTP32.py
%%MMDIR%%/Mailman/Bouncers/SMTP32.pyc
%%MMDIR%%/Mailman/Bouncers/SimpleMatch.py
%%MMDIR%%/Mailman/Bouncers/SimpleMatch.pyc
%%MMDIR%%/Mailman/Bouncers/SimpleWarning.py
%%MMDIR%%/Mailman/Bouncers/SimpleWarning.pyc
%%MMDIR%%/Mailman/Bouncers/Sina.py
%%MMDIR%%/Mailman/Bouncers/Sina.pyc
%%MMDIR%%/Mailman/Bouncers/Yahoo.py
%%MMDIR%%/Mailman/Bouncers/Yahoo.pyc
%%MMDIR%%/Mailman/Bouncers/Yale.py
%%MMDIR%%/Mailman/Bouncers/Yale.pyc
%%MMDIR%%/Mailman/Bouncers/__init__.py
%%MMDIR%%/Mailman/Bouncers/__init__.pyc
%%MMDIR%%/Mailman/CSRFcheck.py
%%MMDIR%%/Mailman/CSRFcheck.pyc
%%MMDIR%%/Mailman/Cgi/Auth.py
%%MMDIR%%/Mailman/Cgi/Auth.pyc
%%MMDIR%%/Mailman/Cgi/__init__.py
%%MMDIR%%/Mailman/Cgi/__init__.pyc
%%MMDIR%%/Mailman/Cgi/admin.py
%%MMDIR%%/Mailman/Cgi/admin.pyc
%%MMDIR%%/Mailman/Cgi/admindb.py
%%MMDIR%%/Mailman/Cgi/admindb.pyc
%%MMDIR%%/Mailman/Cgi/confirm.py
%%MMDIR%%/Mailman/Cgi/confirm.pyc
%%MMDIR%%/Mailman/Cgi/create.py
%%MMDIR%%/Mailman/Cgi/create.pyc
%%MMDIR%%/Mailman/Cgi/edithtml.py
%%MMDIR%%/Mailman/Cgi/edithtml.pyc
%%SUB_HTDIG%%%%MMDIR%%/Mailman/Cgi/htdig.py
%%SUB_HTDIG%%%%MMDIR%%/Mailman/Cgi/htdig.pyc
%%MMDIR%%/Mailman/Cgi/listinfo.py
%%MMDIR%%/Mailman/Cgi/listinfo.pyc
%%SUB_HTDIG%%%%MMDIR%%/Mailman/Cgi/mmsearch.py
%%SUB_HTDIG%%%%MMDIR%%/Mailman/Cgi/mmsearch.pyc
%%MMDIR%%/Mailman/Cgi/options.py
%%MMDIR%%/Mailman/Cgi/options.pyc
%%MMDIR%%/Mailman/Cgi/private.py
%%MMDIR%%/Mailman/Cgi/private.pyc
%%MMDIR%%/Mailman/Cgi/rmlist.py
%%MMDIR%%/Mailman/Cgi/rmlist.pyc
%%MMDIR%%/Mailman/Cgi/roster.py
%%MMDIR%%/Mailman/Cgi/roster.pyc
%%MMDIR%%/Mailman/Cgi/subscribe.py
%%MMDIR%%/Mailman/Cgi/subscribe.pyc
%%MMDIR%%/Mailman/Commands/__init__.py
%%MMDIR%%/Mailman/Commands/__init__.pyc
%%MMDIR%%/Mailman/Commands/cmd_confirm.py
%%MMDIR%%/Mailman/Commands/cmd_confirm.pyc
%%MMDIR%%/Mailman/Commands/cmd_echo.py
%%MMDIR%%/Mailman/Commands/cmd_echo.pyc
%%MMDIR%%/Mailman/Commands/cmd_end.py
%%MMDIR%%/Mailman/Commands/cmd_end.pyc
%%MMDIR%%/Mailman/Commands/cmd_help.py
%%MMDIR%%/Mailman/Commands/cmd_help.pyc
%%MMDIR%%/Mailman/Commands/cmd_info.py
%%MMDIR%%/Mailman/Commands/cmd_info.pyc
%%MMDIR%%/Mailman/Commands/cmd_join.py
%%MMDIR%%/Mailman/Commands/cmd_join.pyc
%%MMDIR%%/Mailman/Commands/cmd_leave.py
%%MMDIR%%/Mailman/Commands/cmd_leave.pyc
%%MMDIR%%/Mailman/Commands/cmd_lists.py
%%MMDIR%%/Mailman/Commands/cmd_lists.pyc
%%MMDIR%%/Mailman/Commands/cmd_password.py
%%MMDIR%%/Mailman/Commands/cmd_password.pyc
%%MMDIR%%/Mailman/Commands/cmd_remove.py
%%MMDIR%%/Mailman/Commands/cmd_remove.pyc
%%MMDIR%%/Mailman/Commands/cmd_set.py
%%MMDIR%%/Mailman/Commands/cmd_set.pyc
%%MMDIR%%/Mailman/Commands/cmd_stop.py
%%MMDIR%%/Mailman/Commands/cmd_stop.pyc
%%MMDIR%%/Mailman/Commands/cmd_subscribe.py
%%MMDIR%%/Mailman/Commands/cmd_subscribe.pyc
%%MMDIR%%/Mailman/Commands/cmd_unsubscribe.py
%%MMDIR%%/Mailman/Commands/cmd_unsubscribe.pyc
%%MMDIR%%/Mailman/Commands/cmd_who.py
%%MMDIR%%/Mailman/Commands/cmd_who.pyc
%%MMDIR%%/Mailman/Defaults.py
%%MMDIR%%/Mailman/Defaults.pyc
%%MMDIR%%/Mailman/Deliverer.py
%%MMDIR%%/Mailman/Deliverer.pyc
%%MMDIR%%/Mailman/Digester.py
%%MMDIR%%/Mailman/Digester.pyc
%%MMDIR%%/Mailman/Errors.py
%%MMDIR%%/Mailman/Errors.pyc
%%MMDIR%%/Mailman/GatewayManager.py
%%MMDIR%%/Mailman/GatewayManager.pyc
%%MMDIR%%/Mailman/Gui/Archive.py
%%MMDIR%%/Mailman/Gui/Archive.pyc
%%MMDIR%%/Mailman/Gui/Autoresponse.py
%%MMDIR%%/Mailman/Gui/Autoresponse.pyc
%%MMDIR%%/Mailman/Gui/Bounce.py
%%MMDIR%%/Mailman/Gui/Bounce.pyc
%%MMDIR%%/Mailman/Gui/ContentFilter.py
%%MMDIR%%/Mailman/Gui/ContentFilter.pyc
%%MMDIR%%/Mailman/Gui/Digest.py
%%MMDIR%%/Mailman/Gui/Digest.pyc
%%MMDIR%%/Mailman/Gui/GUIBase.py
%%MMDIR%%/Mailman/Gui/GUIBase.pyc
%%MMDIR%%/Mailman/Gui/General.py
%%MMDIR%%/Mailman/Gui/General.pyc
%%MMDIR%%/Mailman/Gui/Language.py
%%MMDIR%%/Mailman/Gui/Language.pyc
%%MMDIR%%/Mailman/Gui/Membership.py
%%MMDIR%%/Mailman/Gui/Membership.pyc
%%MMDIR%%/Mailman/Gui/NonDigest.py
%%MMDIR%%/Mailman/Gui/NonDigest.pyc
%%MMDIR%%/Mailman/Gui/Passwords.py
%%MMDIR%%/Mailman/Gui/Passwords.pyc
%%MMDIR%%/Mailman/Gui/Privacy.py
%%MMDIR%%/Mailman/Gui/Privacy.pyc
%%MMDIR%%/Mailman/Gui/Topics.py
%%MMDIR%%/Mailman/Gui/Topics.pyc
%%MMDIR%%/Mailman/Gui/Usenet.py
%%MMDIR%%/Mailman/Gui/Usenet.pyc
%%MMDIR%%/Mailman/Gui/__init__.py
%%MMDIR%%/Mailman/Gui/__init__.pyc
%%MMDIR%%/Mailman/HTMLFormatter.py
%%MMDIR%%/Mailman/HTMLFormatter.pyc
%%MMDIR%%/Mailman/Handlers/Acknowledge.py
%%MMDIR%%/Mailman/Handlers/Acknowledge.pyc
%%MMDIR%%/Mailman/Handlers/AfterDelivery.py
%%MMDIR%%/Mailman/Handlers/AfterDelivery.pyc
%%MMDIR%%/Mailman/Handlers/Approve.py
%%MMDIR%%/Mailman/Handlers/Approve.pyc
%%MMDIR%%/Mailman/Handlers/AvoidDuplicates.py
%%MMDIR%%/Mailman/Handlers/AvoidDuplicates.pyc
%%MMDIR%%/Mailman/Handlers/CalcRecips.py
%%MMDIR%%/Mailman/Handlers/CalcRecips.pyc
%%MMDIR%%/Mailman/Handlers/Cleanse.py
%%MMDIR%%/Mailman/Handlers/Cleanse.pyc
%%MMDIR%%/Mailman/Handlers/CleanseDKIM.py
%%MMDIR%%/Mailman/Handlers/CleanseDKIM.pyc
%%MMDIR%%/Mailman/Handlers/CookHeaders.py
%%MMDIR%%/Mailman/Handlers/CookHeaders.pyc
%%MMDIR%%/Mailman/Handlers/Decorate.py
%%MMDIR%%/Mailman/Handlers/Decorate.pyc
%%MMDIR%%/Mailman/Handlers/Emergency.py
%%MMDIR%%/Mailman/Handlers/Emergency.pyc
%%MMDIR%%/Mailman/Handlers/FileRecips.py
%%MMDIR%%/Mailman/Handlers/FileRecips.pyc
%%MMDIR%%/Mailman/Handlers/Hold.py
%%MMDIR%%/Mailman/Handlers/Hold.pyc
%%MMDIR%%/Mailman/Handlers/MimeDel.py
%%MMDIR%%/Mailman/Handlers/MimeDel.pyc
%%MMDIR%%/Mailman/Handlers/Moderate.py
%%MMDIR%%/Mailman/Handlers/Moderate.pyc
%%MMDIR%%/Mailman/Handlers/OwnerRecips.py
%%MMDIR%%/Mailman/Handlers/OwnerRecips.pyc
%%MMDIR%%/Mailman/Handlers/Replybot.py
%%MMDIR%%/Mailman/Handlers/Replybot.pyc
%%MMDIR%%/Mailman/Handlers/SMTPDirect.py
%%MMDIR%%/Mailman/Handlers/SMTPDirect.pyc
%%MMDIR%%/Mailman/Handlers/Scrubber.py
%%MMDIR%%/Mailman/Handlers/Scrubber.pyc
%%MMDIR%%/Mailman/Handlers/Sendmail.py
%%MMDIR%%/Mailman/Handlers/Sendmail.pyc
%%MMDIR%%/Mailman/Handlers/SpamDetect.py
%%MMDIR%%/Mailman/Handlers/SpamDetect.pyc
%%MMDIR%%/Mailman/Handlers/Tagger.py
%%MMDIR%%/Mailman/Handlers/Tagger.pyc
%%MMDIR%%/Mailman/Handlers/ToArchive.py
%%MMDIR%%/Mailman/Handlers/ToArchive.pyc
%%MMDIR%%/Mailman/Handlers/ToDigest.py
%%MMDIR%%/Mailman/Handlers/ToDigest.pyc
%%MMDIR%%/Mailman/Handlers/ToOutgoing.py
%%MMDIR%%/Mailman/Handlers/ToOutgoing.pyc
%%MMDIR%%/Mailman/Handlers/ToUsenet.py
%%MMDIR%%/Mailman/Handlers/ToUsenet.pyc
%%MMDIR%%/Mailman/Handlers/WrapMessage.py
%%MMDIR%%/Mailman/Handlers/WrapMessage.pyc
%%MMDIR%%/Mailman/Handlers/__init__.py
%%MMDIR%%/Mailman/Handlers/__init__.pyc
%%MMDIR%%/Mailman/ListAdmin.py
%%MMDIR%%/Mailman/ListAdmin.pyc
%%MMDIR%%/Mailman/LockFile.py
%%MMDIR%%/Mailman/LockFile.pyc
%%MMDIR%%/Mailman/Logging/Logger.py
%%MMDIR%%/Mailman/Logging/Logger.pyc
%%MMDIR%%/Mailman/Logging/MultiLogger.py
%%MMDIR%%/Mailman/Logging/MultiLogger.pyc
%%MMDIR%%/Mailman/Logging/StampedLogger.py
%%MMDIR%%/Mailman/Logging/StampedLogger.pyc
%%MMDIR%%/Mailman/Logging/Syslog.py
%%MMDIR%%/Mailman/Logging/Syslog.pyc
%%MMDIR%%/Mailman/Logging/Utils.py
%%MMDIR%%/Mailman/Logging/Utils.pyc
%%MMDIR%%/Mailman/Logging/__init__.py
%%MMDIR%%/Mailman/Logging/__init__.pyc
%%MMDIR%%/Mailman/MTA/Manual.py
%%MMDIR%%/Mailman/MTA/Manual.pyc
%%MMDIR%%/Mailman/MTA/Postfix.py
%%MMDIR%%/Mailman/MTA/Postfix.pyc
%%MMDIR%%/Mailman/MTA/Utils.py
%%MMDIR%%/Mailman/MTA/Utils.pyc
%%MMDIR%%/Mailman/MTA/__init__.py
%%MMDIR%%/Mailman/MTA/__init__.pyc
%%MMDIR%%/Mailman/MailList.py
%%MMDIR%%/Mailman/MailList.pyc
%%MMDIR%%/Mailman/Mailbox.py
%%MMDIR%%/Mailman/Mailbox.pyc
%%MMDIR%%/Mailman/MemberAdaptor.py
%%MMDIR%%/Mailman/MemberAdaptor.pyc
%%MMDIR%%/Mailman/Message.py
%%MMDIR%%/Mailman/Message.pyc
%%MMDIR%%/Mailman/OldStyleMemberships.py
%%MMDIR%%/Mailman/OldStyleMemberships.pyc
%%MMDIR%%/Mailman/Pending.py
%%MMDIR%%/Mailman/Pending.pyc
%%MMDIR%%/Mailman/Post.py
%%MMDIR%%/Mailman/Post.pyc
%%MMDIR%%/Mailman/Queue/ArchRunner.py
%%MMDIR%%/Mailman/Queue/ArchRunner.pyc
%%MMDIR%%/Mailman/Queue/BounceRunner.py
%%MMDIR%%/Mailman/Queue/BounceRunner.pyc
%%MMDIR%%/Mailman/Queue/CommandRunner.py
%%MMDIR%%/Mailman/Queue/CommandRunner.pyc
%%MMDIR%%/Mailman/Queue/IncomingRunner.py
%%MMDIR%%/Mailman/Queue/IncomingRunner.pyc
%%MMDIR%%/Mailman/Queue/MaildirRunner.py
%%MMDIR%%/Mailman/Queue/MaildirRunner.pyc
%%MMDIR%%/Mailman/Queue/NewsRunner.py
%%MMDIR%%/Mailman/Queue/NewsRunner.pyc
%%MMDIR%%/Mailman/Queue/OutgoingRunner.py
%%MMDIR%%/Mailman/Queue/OutgoingRunner.pyc
%%MMDIR%%/Mailman/Queue/RetryRunner.py
%%MMDIR%%/Mailman/Queue/RetryRunner.pyc
%%MMDIR%%/Mailman/Queue/Runner.py
%%MMDIR%%/Mailman/Queue/Runner.pyc
%%MMDIR%%/Mailman/Queue/Switchboard.py
%%MMDIR%%/Mailman/Queue/Switchboard.pyc
%%MMDIR%%/Mailman/Queue/VirginRunner.py
%%MMDIR%%/Mailman/Queue/VirginRunner.pyc
%%MMDIR%%/Mailman/Queue/__init__.py
%%MMDIR%%/Mailman/Queue/__init__.pyc
%%MMDIR%%/Mailman/Queue/sbcache.py
%%MMDIR%%/Mailman/Queue/sbcache.pyc
%%MMDIR%%/Mailman/SafeDict.py
%%MMDIR%%/Mailman/SafeDict.pyc
%%MMDIR%%/Mailman/SecurityManager.py
%%MMDIR%%/Mailman/SecurityManager.pyc
%%MMDIR%%/Mailman/Site.py
%%MMDIR%%/Mailman/Site.pyc
%%MMDIR%%/Mailman/TopicMgr.py
%%MMDIR%%/Mailman/TopicMgr.pyc
%%MMDIR%%/Mailman/UserDesc.py
%%MMDIR%%/Mailman/UserDesc.pyc
%%MMDIR%%/Mailman/Utils.py
%%MMDIR%%/Mailman/Utils.pyc
%%MMDIR%%/Mailman/Version.py
%%MMDIR%%/Mailman/Version.pyc
%%MMDIR%%/Mailman/__init__.py
%%MMDIR%%/Mailman/__init__.pyc
%%MMDIR%%/Mailman/htmlformat.py
%%MMDIR%%/Mailman/htmlformat.pyc
%%MMDIR%%/Mailman/i18n.py
%%MMDIR%%/Mailman/i18n.pyc
%%MMDIR%%/Mailman/mm_cfg.py.dist
@postexec [ -f %B/mm_cfg.py ] || cp %B/%f %B/mm_cfg.py
%%MMDIR%%/Mailman/versions.py
%%MMDIR%%/Mailman/versions.pyc
%%MMDIR%%/bin/FreeBSD-post-install
%%MMDIR%%/bin/add_members
%%MMDIR%%/bin/arch
%%MMDIR%%/bin/b4b5-archfix
%%SUB_HTDIG%%%%MMDIR%%/bin/blow_away_htdig
%%MMDIR%%/bin/change_pw
%%MMDIR%%/bin/check_db
%%MMDIR%%/bin/check_perms
%%MMDIR%%/bin/cleanarch
%%MMDIR%%/bin/clone_member
%%MMDIR%%/bin/config_list
%%MMDIR%%/bin/convert.py
%%NLS%%%%MMDIR%%/bin/convert.pyc
%%MMDIR%%/bin/discard
%%MMDIR%%/bin/dumpdb
%%MMDIR%%/bin/export.py
%%NLS%%%%MMDIR%%/bin/export.pyc
%%MMDIR%%/bin/find_member
%%MMDIR%%/bin/fix_url.py
%%NLS%%%%MMDIR%%/bin/fix_url.pyc
%%MMDIR%%/bin/genaliases
%%MMDIR%%/bin/inject
%%MMDIR%%/bin/list_admins
%%MMDIR%%/bin/list_lists
%%MMDIR%%/bin/list_members
%%MMDIR%%/bin/list_owners
%%MMDIR%%/bin/mailmanctl
%%MMDIR%%/bin/mmsitepass
%%MMDIR%%/bin/msgfmt.py
%%NLS%%%%MMDIR%%/bin/msgfmt.pyc
%%MMDIR%%/bin/newlist
%%MMDIR%%/bin/paths.py
%%MMDIR%%/bin/paths.pyc
%%MMDIR%%/bin/qrunner
%%MMDIR%%/bin/rb-archfix
%%MMDIR%%/bin/remove_members
%%MMDIR%%/bin/reset_pw.py
%%NLS%%%%MMDIR%%/bin/reset_pw.pyc
%%MMDIR%%/bin/rmlist
%%MMDIR%%/bin/show_qfiles
%%MMDIR%%/bin/sync_members
%%MMDIR%%/bin/transcheck
%%MMDIR%%/bin/unshunt
%%MMDIR%%/bin/update
%%MMDIR%%/bin/version
%%MMDIR%%/bin/withlist
%%MMDIR%%/cgi-bin/admin
%%MMDIR%%/cgi-bin/admindb
%%MMDIR%%/cgi-bin/confirm
%%MMDIR%%/cgi-bin/create
%%MMDIR%%/cgi-bin/edithtml
%%SUB_HTDIG%%%%MMDIR%%/cgi-bin/htdig
%%MMDIR%%/cgi-bin/listinfo
%%SUB_HTDIG%%%%MMDIR%%/cgi-bin/mmsearch
%%MMDIR%%/cgi-bin/options
%%MMDIR%%/cgi-bin/private
%%MMDIR%%/cgi-bin/rmlist
%%MMDIR%%/cgi-bin/roster
%%MMDIR%%/cgi-bin/subscribe
%%MMDIR%%/cron/bumpdigests
%%MMDIR%%/cron/checkdbs
%%MMDIR%%/cron/crontab.in
%%MMDIR%%/cron/cull_bad_shunt
%%MMDIR%%/cron/disabled
%%MMDIR%%/cron/gate_news
%%MMDIR%%/cron/mailpasswds
%%MMDIR%%/cron/nightly_gzip
%%SUB_HTDIG%%%%MMDIR%%/cron/nightly_htdig
@postunexec rm -f %%MMDIR%%/cron/paths.pyc
%%MMDIR%%/cron/paths.py
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig_noshare
%%MMDIR%%/cron/senddigests
%%MMDIR%%/data/sitelist.cfg
%%MMDIR%%/icons/PythonPowered.png
%%MMDIR%%/icons/gnu-head-tiny.jpg
%%MMDIR%%/icons/mailman-large.jpg
%%MMDIR%%/icons/mailman.jpg
%%MMDIR%%/icons/mm-icon-large.ico
%%MMDIR%%/icons/mm-icon.ico
%%MMDIR%%/icons/mm-icon.png
%%MMDIR%%/icons/powerlogo.png
%%MMDIR%%/mail/mailman
%%NLS%%%%MMDIR%%/messages/ar/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ar/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/ast/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ast/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/ca/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ca/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/cs/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/cs/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/da/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/da/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/de/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/de/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/de/README.de
%%NLS%%%%MMDIR%%/messages/el/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/el/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/es/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/es/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/es/README.es
%%NLS%%%%MMDIR%%/messages/et/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/et/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/eu/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/eu/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/eu/README.eu
%%NLS%%%%MMDIR%%/messages/fa/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/fa/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/fi/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/fi/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/fi/README.fi
%%NLS%%%%MMDIR%%/messages/fr/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/fr/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/fr/README.fr
%%NLS%%%%MMDIR%%/messages/gl/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/gl/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/he/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/he/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/hr/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/hr/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/hu/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/hu/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/hu/README.hu
%%NLS%%%%MMDIR%%/messages/ia/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ia/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/it/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/it/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/it/README.it
%%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/ja/README.ja
%%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/ko/README.ko
%%NLS%%%%MMDIR%%/messages/lt/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/lt/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/nl/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/nl/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/no/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/no/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/pl/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/pl/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/pl/README.pl
%%NLS%%%%MMDIR%%/messages/pt/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/pt/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/pt_BR/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/pt_BR/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/ro/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ro/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/ru/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/ru/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/ru/README.ru
%%NLS%%%%MMDIR%%/messages/sk/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/sk/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/sk/README.sk
%%NLS%%%%MMDIR%%/messages/sl/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/sl/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/sr/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/sr/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/sr/README.sr
%%NLS%%%%MMDIR%%/messages/sv/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/sv/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/sv/README.sv
%%NLS%%%%MMDIR%%/messages/tr/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/tr/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/uk/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/uk/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/vi/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/vi/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/zh_CN/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/zh_CN/LC_MESSAGES/mailman.po
%%NLS%%%%MMDIR%%/messages/zh_TW/LC_MESSAGES/mailman.mo
%%NLS%%%%MMDIR%%/messages/zh_TW/LC_MESSAGES/mailman.po
%%MMDIR%%/scripts/admin
%%MMDIR%%/scripts/bounces
%%MMDIR%%/scripts/confirm
%%MMDIR%%/scripts/driver
%%MMDIR%%/scripts/join
%%MMDIR%%/scripts/leave
%%MMDIR%%/scripts/mailman
%%MMDIR%%/scripts/owner
%%MMDIR%%/scripts/paths.py
%%MMDIR%%/scripts/post
%%MMDIR%%/scripts/request
%%MMDIR%%/scripts/subscribe
%%MMDIR%%/scripts/unsubscribe
%%NLS%%%%MMDIR%%/templates/ar/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ar/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ar/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ar/admlogin.html
%%NLS%%%%MMDIR%%/templates/ar/archidxentry.html
%%NLS%%%%MMDIR%%/templates/ar/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/ar/archidxhead.html
%%NLS%%%%MMDIR%%/templates/ar/archlistend.html
%%NLS%%%%MMDIR%%/templates/ar/archliststart.html
%%NLS%%%%MMDIR%%/templates/ar/archtoc.html
%%NLS%%%%MMDIR%%/templates/ar/archtocentry.html
%%NLS%%%%MMDIR%%/templates/ar/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/ar/article.html
%%NLS%%%%MMDIR%%/templates/ar/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ar/headfoot.html
%%NLS%%%%MMDIR%%/templates/ar/listinfo.html
%%NLS%%%%MMDIR%%/templates/ar/options.html
%%NLS%%%%MMDIR%%/templates/ar/private.html
%%NLS%%%%MMDIR%%/templates/ar/roster.html
%%NLS%%%%MMDIR%%/templates/ar/subscribe.html
%%NLS%%%%MMDIR%%/templates/ar/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ar/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ar/approve.txt
%%NLS%%%%MMDIR%%/templates/ar/bounce.txt
%%NLS%%%%MMDIR%%/templates/ar/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ar/convert.txt
%%NLS%%%%MMDIR%%/templates/ar/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ar/disabled.txt
%%NLS%%%%MMDIR%%/templates/ar/help.txt
%%NLS%%%%MMDIR%%/templates/ar/invite.txt
%%NLS%%%%MMDIR%%/templates/ar/masthead.txt
%%NLS%%%%MMDIR%%/templates/ar/newlist.txt
%%NLS%%%%MMDIR%%/templates/ar/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/ar/postack.txt
%%NLS%%%%MMDIR%%/templates/ar/postauth.txt
%%NLS%%%%MMDIR%%/templates/ar/postheld.txt
%%NLS%%%%MMDIR%%/templates/ar/probe.txt
%%NLS%%%%MMDIR%%/templates/ar/refuse.txt
%%NLS%%%%MMDIR%%/templates/ar/subauth.txt
%%NLS%%%%MMDIR%%/templates/ar/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ar/unsub.txt
%%NLS%%%%MMDIR%%/templates/ar/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ar/userpass.txt
%%NLS%%%%MMDIR%%/templates/ar/verify.txt
%%NLS%%%%MMDIR%%/templates/ast/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ast/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ast/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ast/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ast/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ast/admlogin.html
%%NLS%%%%MMDIR%%/templates/ast/approve.txt
%%NLS%%%%MMDIR%%/templates/ast/archidxentry.html
%%NLS%%%%MMDIR%%/templates/ast/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/ast/archidxhead.html
%%NLS%%%%MMDIR%%/templates/ast/archlistend.html
%%NLS%%%%MMDIR%%/templates/ast/archtocentry.html
%%NLS%%%%MMDIR%%/templates/ast/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/ast/article.html
%%NLS%%%%MMDIR%%/templates/ast/bounce.txt
%%NLS%%%%MMDIR%%/templates/ast/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ast/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ast/disabled.txt
%%NLS%%%%MMDIR%%/templates/ast/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ast/invite.txt
%%NLS%%%%MMDIR%%/templates/ast/listinfo.html
%%NLS%%%%MMDIR%%/templates/ast/masthead.txt
%%NLS%%%%MMDIR%%/templates/ast/newlist.txt
%%NLS%%%%MMDIR%%/templates/ast/options.html
%%NLS%%%%MMDIR%%/templates/ast/postack.txt
%%NLS%%%%MMDIR%%/templates/ast/postauth.txt
%%NLS%%%%MMDIR%%/templates/ast/postheld.txt
%%NLS%%%%MMDIR%%/templates/ast/private.html
%%NLS%%%%MMDIR%%/templates/ast/probe.txt
%%NLS%%%%MMDIR%%/templates/ast/subscribe.html
%%NLS%%%%MMDIR%%/templates/ast/unsub.txt
%%NLS%%%%MMDIR%%/templates/ast/verify.txt
%%NLS%%%%MMDIR%%/templates/ast/roster.html
%%NLS%%%%MMDIR%%/templates/ast/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ast/refuse.txt
%%NLS%%%%MMDIR%%/templates/ast/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/ast/subauth.txt
%%NLS%%%%MMDIR%%/templates/ast/help.txt
%%NLS%%%%MMDIR%%/templates/ast/archtoc.html
%%NLS%%%%MMDIR%%/templates/ast/convert.txt
%%NLS%%%%MMDIR%%/templates/ast/headfoot.html
%%NLS%%%%MMDIR%%/templates/ast/userpass.txt
%%NLS%%%%MMDIR%%/templates/ast/archliststart.html
%%NLS%%%%MMDIR%%/templates/ast/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ca/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ca/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ca/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ca/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ca/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ca/admlogin.html
%%NLS%%%%MMDIR%%/templates/ca/approve.txt
%%NLS%%%%MMDIR%%/templates/ca/archidxentry.html
%%NLS%%%%MMDIR%%/templates/ca/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/ca/archidxhead.html
%%NLS%%%%MMDIR%%/templates/ca/archlistend.html
%%NLS%%%%MMDIR%%/templates/ca/archliststart.html
%%NLS%%%%MMDIR%%/templates/ca/archtoc.html
%%NLS%%%%MMDIR%%/templates/ca/archtocentry.html
%%NLS%%%%MMDIR%%/templates/ca/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/ca/article.html
%%NLS%%%%MMDIR%%/templates/ca/bounce.txt
%%NLS%%%%MMDIR%%/templates/ca/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ca/convert.txt
%%NLS%%%%MMDIR%%/templates/ca/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ca/disabled.txt
%%NLS%%%%MMDIR%%/templates/ca/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ca/headfoot.html
%%NLS%%%%MMDIR%%/templates/ca/help.txt
%%NLS%%%%MMDIR%%/templates/ca/invite.txt
%%NLS%%%%MMDIR%%/templates/ca/listinfo.html
%%NLS%%%%MMDIR%%/templates/ca/masthead.txt
%%NLS%%%%MMDIR%%/templates/ca/newlist.txt
%%NLS%%%%MMDIR%%/templates/ca/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/ca/options.html
%%NLS%%%%MMDIR%%/templates/ca/postack.txt
%%NLS%%%%MMDIR%%/templates/ca/postauth.txt
%%NLS%%%%MMDIR%%/templates/ca/postheld.txt
%%NLS%%%%MMDIR%%/templates/ca/private.html
%%NLS%%%%MMDIR%%/templates/ca/probe.txt
%%NLS%%%%MMDIR%%/templates/ca/refuse.txt
%%NLS%%%%MMDIR%%/templates/ca/roster.html
%%NLS%%%%MMDIR%%/templates/ca/subauth.txt
%%NLS%%%%MMDIR%%/templates/ca/subscribe.html
%%NLS%%%%MMDIR%%/templates/ca/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ca/unsub.txt
%%NLS%%%%MMDIR%%/templates/ca/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ca/userpass.txt
%%NLS%%%%MMDIR%%/templates/ca/verify.txt
%%NLS%%%%MMDIR%%/templates/cs/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/cs/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/cs/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/cs/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/cs/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/cs/admlogin.html
%%NLS%%%%MMDIR%%/templates/cs/approve.txt
%%NLS%%%%MMDIR%%/templates/cs/archidxentry.html
%%NLS%%%%MMDIR%%/templates/cs/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/cs/archidxhead.html
%%NLS%%%%MMDIR%%/templates/cs/archlistend.html
%%NLS%%%%MMDIR%%/templates/cs/archliststart.html
%%NLS%%%%MMDIR%%/templates/cs/archtoc.html
%%NLS%%%%MMDIR%%/templates/cs/archtocentry.html
%%NLS%%%%MMDIR%%/templates/cs/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/cs/article.html
%%NLS%%%%MMDIR%%/templates/cs/bounce.txt
%%NLS%%%%MMDIR%%/templates/cs/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/cs/convert.txt
%%NLS%%%%MMDIR%%/templates/cs/cronpass.txt
%%NLS%%%%MMDIR%%/templates/cs/disabled.txt
%%NLS%%%%MMDIR%%/templates/cs/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/cs/headfoot.html
%%NLS%%%%MMDIR%%/templates/cs/help.txt
%%NLS%%%%MMDIR%%/templates/cs/invite.txt
%%NLS%%%%MMDIR%%/templates/cs/listinfo.html
%%NLS%%%%MMDIR%%/templates/cs/masthead.txt
%%NLS%%%%MMDIR%%/templates/cs/newlist.txt
%%NLS%%%%MMDIR%%/templates/cs/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/cs/options.html
%%NLS%%%%MMDIR%%/templates/cs/postack.txt
%%NLS%%%%MMDIR%%/templates/cs/postauth.txt
%%NLS%%%%MMDIR%%/templates/cs/postheld.txt
%%NLS%%%%MMDIR%%/templates/cs/private.html
%%NLS%%%%MMDIR%%/templates/cs/probe.txt
%%NLS%%%%MMDIR%%/templates/cs/refuse.txt
%%NLS%%%%MMDIR%%/templates/cs/roster.html
%%NLS%%%%MMDIR%%/templates/cs/subauth.txt
%%NLS%%%%MMDIR%%/templates/cs/subscribe.html
%%NLS%%%%MMDIR%%/templates/cs/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/cs/unsub.txt
%%NLS%%%%MMDIR%%/templates/cs/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/cs/userpass.txt
%%NLS%%%%MMDIR%%/templates/cs/verify.txt
%%NLS%%%%MMDIR%%/templates/da/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/da/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/da/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/da/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/da/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/da/admlogin.html
%%NLS%%%%MMDIR%%/templates/da/approve.txt
%%NLS%%%%MMDIR%%/templates/da/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/da/archidxhead.html
%%NLS%%%%MMDIR%%/templates/da/archliststart.html
%%NLS%%%%MMDIR%%/templates/da/archtoc.html
%%NLS%%%%MMDIR%%/templates/da/archtocentry.html
%%NLS%%%%MMDIR%%/templates/da/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/da/article.html
%%NLS%%%%MMDIR%%/templates/da/bounce.txt
%%NLS%%%%MMDIR%%/templates/da/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/da/convert.txt
%%NLS%%%%MMDIR%%/templates/da/cronpass.txt
%%NLS%%%%MMDIR%%/templates/da/disabled.txt
%%NLS%%%%MMDIR%%/templates/da/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/da/headfoot.html
%%NLS%%%%MMDIR%%/templates/da/help.txt
%%NLS%%%%MMDIR%%/templates/da/invite.txt
%%NLS%%%%MMDIR%%/templates/da/listinfo.html
%%NLS%%%%MMDIR%%/templates/da/masthead.txt
%%NLS%%%%MMDIR%%/templates/da/newlist.txt
%%NLS%%%%MMDIR%%/templates/da/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/da/options.html
%%NLS%%%%MMDIR%%/templates/da/postack.txt
%%NLS%%%%MMDIR%%/templates/da/postauth.txt
%%NLS%%%%MMDIR%%/templates/da/postheld.txt
%%NLS%%%%MMDIR%%/templates/da/private.html
%%NLS%%%%MMDIR%%/templates/da/probe.txt
%%NLS%%%%MMDIR%%/templates/da/refuse.txt
%%NLS%%%%MMDIR%%/templates/da/roster.html
%%NLS%%%%MMDIR%%/templates/da/subauth.txt
%%NLS%%%%MMDIR%%/templates/da/subscribe.html
%%NLS%%%%MMDIR%%/templates/da/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/da/unsub.txt
%%NLS%%%%MMDIR%%/templates/da/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/da/userpass.txt
%%NLS%%%%MMDIR%%/templates/da/verify.txt
%%NLS%%%%MMDIR%%/templates/de/adminaddrchgack.txt
%%NLS%%%%MMDIR%%/templates/de/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/de/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/de/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/de/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/de/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/de/admlogin.html
%%NLS%%%%MMDIR%%/templates/de/approve.txt
%%NLS%%%%MMDIR%%/templates/de/archidxentry.html
%%NLS%%%%MMDIR%%/templates/de/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/de/archidxhead.html
%%NLS%%%%MMDIR%%/templates/de/archlistend.html
%%NLS%%%%MMDIR%%/templates/de/archliststart.html
%%NLS%%%%MMDIR%%/templates/de/archtoc.html
%%NLS%%%%MMDIR%%/templates/de/archtocentry.html
%%NLS%%%%MMDIR%%/templates/de/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/de/article.html
%%NLS%%%%MMDIR%%/templates/de/bounce.txt
%%NLS%%%%MMDIR%%/templates/de/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/de/convert.txt
%%NLS%%%%MMDIR%%/templates/de/cronpass.txt
%%NLS%%%%MMDIR%%/templates/de/disabled.txt
%%NLS%%%%MMDIR%%/templates/de/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/de/headfoot.html
%%NLS%%%%MMDIR%%/templates/de/help.txt
%%NLS%%%%MMDIR%%/templates/de/invite.txt
%%NLS%%%%MMDIR%%/templates/de/listinfo.html
%%NLS%%%%MMDIR%%/templates/de/masthead.txt
%%NLS%%%%MMDIR%%/templates/de/newlist.txt
%%NLS%%%%MMDIR%%/templates/de/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/de/options.html
%%NLS%%%%MMDIR%%/templates/de/postack.txt
%%NLS%%%%MMDIR%%/templates/de/postauth.txt
%%NLS%%%%MMDIR%%/templates/de/postheld.txt
%%NLS%%%%MMDIR%%/templates/de/private.html
%%NLS%%%%MMDIR%%/templates/de/probe.txt
%%NLS%%%%MMDIR%%/templates/de/refuse.txt
%%NLS%%%%MMDIR%%/templates/de/roster.html
%%NLS%%%%MMDIR%%/templates/de/subauth.txt
%%NLS%%%%MMDIR%%/templates/de/subscribe.html
%%NLS%%%%MMDIR%%/templates/de/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/de/unsub.txt
%%NLS%%%%MMDIR%%/templates/de/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/de/userpass.txt
%%NLS%%%%MMDIR%%/templates/de/verify.txt
%%NLS%%%%MMDIR%%/templates/el/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/el/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/el/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/el/admlogin.html
%%NLS%%%%MMDIR%%/templates/el/archidxentry.html
%%NLS%%%%MMDIR%%/templates/el/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/el/archidxhead.html
%%NLS%%%%MMDIR%%/templates/el/archlistend.html
%%NLS%%%%MMDIR%%/templates/el/archliststart.html
%%NLS%%%%MMDIR%%/templates/el/archtoc.html
%%NLS%%%%MMDIR%%/templates/el/archtocentry.html
%%NLS%%%%MMDIR%%/templates/el/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/el/article.html
%%NLS%%%%MMDIR%%/templates/el/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/el/headfoot.html
%%NLS%%%%MMDIR%%/templates/el/listinfo.html
%%NLS%%%%MMDIR%%/templates/el/options.html
%%NLS%%%%MMDIR%%/templates/el/private.html
%%NLS%%%%MMDIR%%/templates/el/roster.html
%%NLS%%%%MMDIR%%/templates/el/subscribe.html
%%NLS%%%%MMDIR%%/templates/el/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/el/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/el/approve.txt
%%NLS%%%%MMDIR%%/templates/el/bounce.txt
%%NLS%%%%MMDIR%%/templates/el/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/el/convert.txt
%%NLS%%%%MMDIR%%/templates/el/cronpass.txt
%%NLS%%%%MMDIR%%/templates/el/disabled.txt
%%NLS%%%%MMDIR%%/templates/el/help.txt
%%NLS%%%%MMDIR%%/templates/el/invite.txt
%%NLS%%%%MMDIR%%/templates/el/masthead.txt
%%NLS%%%%MMDIR%%/templates/el/newlist.txt
%%NLS%%%%MMDIR%%/templates/el/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/el/postack.txt
%%NLS%%%%MMDIR%%/templates/el/postauth.txt
%%NLS%%%%MMDIR%%/templates/el/postheld.txt
%%NLS%%%%MMDIR%%/templates/el/probe.txt
%%NLS%%%%MMDIR%%/templates/el/refuse.txt
%%NLS%%%%MMDIR%%/templates/el/subauth.txt
%%NLS%%%%MMDIR%%/templates/el/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/el/unsub.txt
%%NLS%%%%MMDIR%%/templates/el/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/el/userpass.txt
%%NLS%%%%MMDIR%%/templates/el/verify.txt
%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig.html
%%SUB_HTDIG%%%%MMDIR%%/templates/en/TOC_htsearch.html
%%MMDIR%%/templates/en/adminaddrchgack.txt
%%MMDIR%%/templates/en/admindbdetails.html
%%MMDIR%%/templates/en/admindbpreamble.html
%%MMDIR%%/templates/en/admindbsummary.html
%%MMDIR%%/templates/en/adminsubscribeack.txt
%%MMDIR%%/templates/en/adminunsubscribeack.txt
%%MMDIR%%/templates/en/admlogin.html
%%MMDIR%%/templates/en/approve.txt
%%MMDIR%%/templates/en/archidxentry.html
%%MMDIR%%/templates/en/archidxfoot.html
%%MMDIR%%/templates/en/archidxhead.html
%%MMDIR%%/templates/en/archlistend.html
%%MMDIR%%/templates/en/archliststart.html
%%MMDIR%%/templates/en/archtoc.html
%%MMDIR%%/templates/en/archtocentry.html
%%MMDIR%%/templates/en/archtocnombox.html
%%MMDIR%%/templates/en/article.html
%%MMDIR%%/templates/en/bounce.txt
%%MMDIR%%/templates/en/checkdbs.txt
%%MMDIR%%/templates/en/convert.txt
%%MMDIR%%/templates/en/cronpass.txt
%%MMDIR%%/templates/en/disabled.txt
%%MMDIR%%/templates/en/emptyarchive.html
%%MMDIR%%/templates/en/headfoot.html
%%MMDIR%%/templates/en/help.txt
%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_access_error.html
%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_auth_failure.html
%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_conf.txt
%%MMDIR%%/templates/en/invite.txt
%%MMDIR%%/templates/en/listinfo.html
%%MMDIR%%/templates/en/masthead.txt
%%MMDIR%%/templates/en/newlist.txt
%%MMDIR%%/templates/en/nomoretoday.txt
%%MMDIR%%/templates/en/options.html
%%MMDIR%%/templates/en/postack.txt
%%MMDIR%%/templates/en/postauth.txt
%%MMDIR%%/templates/en/postheld.txt
%%MMDIR%%/templates/en/private.html
%%MMDIR%%/templates/en/probe.txt
%%MMDIR%%/templates/en/refuse.txt
%%MMDIR%%/templates/en/roster.html
%%MMDIR%%/templates/en/subauth.txt
%%MMDIR%%/templates/en/subscribe.html
%%MMDIR%%/templates/en/subscribeack.txt
%%MMDIR%%/templates/en/unsub.txt
%%MMDIR%%/templates/en/unsubauth.txt
%%MMDIR%%/templates/en/userpass.txt
%%MMDIR%%/templates/en/verify.txt
%%NLS%%%%MMDIR%%/templates/es/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/es/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/es/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/es/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/es/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/es/admlogin.html
%%NLS%%%%MMDIR%%/templates/es/approve.txt
%%NLS%%%%MMDIR%%/templates/es/article.html
%%NLS%%%%MMDIR%%/templates/es/bounce.txt
%%NLS%%%%MMDIR%%/templates/es/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/es/convert.txt
%%NLS%%%%MMDIR%%/templates/es/cronpass.txt
%%NLS%%%%MMDIR%%/templates/es/disabled.txt
%%NLS%%%%MMDIR%%/templates/es/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/es/handle_opts.html
%%NLS%%%%MMDIR%%/templates/es/headfoot.html
%%NLS%%%%MMDIR%%/templates/es/help.txt
%%NLS%%%%MMDIR%%/templates/es/invite.txt
%%NLS%%%%MMDIR%%/templates/es/listinfo.html
%%NLS%%%%MMDIR%%/templates/es/masthead.txt
%%NLS%%%%MMDIR%%/templates/es/newlist.txt
%%NLS%%%%MMDIR%%/templates/es/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/es/options.html
%%NLS%%%%MMDIR%%/templates/es/postack.txt
%%NLS%%%%MMDIR%%/templates/es/postauth.txt
%%NLS%%%%MMDIR%%/templates/es/postheld.txt
%%NLS%%%%MMDIR%%/templates/es/private.html
%%NLS%%%%MMDIR%%/templates/es/refuse.txt
%%NLS%%%%MMDIR%%/templates/es/roster.html
%%NLS%%%%MMDIR%%/templates/es/subauth.txt
%%NLS%%%%MMDIR%%/templates/es/subscribe.html
%%NLS%%%%MMDIR%%/templates/es/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/es/unsub.txt
%%NLS%%%%MMDIR%%/templates/es/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/es/userpass.txt
%%NLS%%%%MMDIR%%/templates/es/verify.txt
%%NLS%%%%MMDIR%%/templates/es/archidxentry.html
%%NLS%%%%MMDIR%%/templates/es/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/es/archidxhead.html
%%NLS%%%%MMDIR%%/templates/es/archlistend.html
%%NLS%%%%MMDIR%%/templates/es/archliststart.html
%%NLS%%%%MMDIR%%/templates/es/archtoc.html
%%NLS%%%%MMDIR%%/templates/es/archtocentry.html
%%NLS%%%%MMDIR%%/templates/es/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/es/probe.txt
%%NLS%%%%MMDIR%%/templates/et/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/et/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/et/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/et/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/et/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/et/admlogin.html
%%NLS%%%%MMDIR%%/templates/et/approve.txt
%%NLS%%%%MMDIR%%/templates/et/article.html
%%NLS%%%%MMDIR%%/templates/et/bounce.txt
%%NLS%%%%MMDIR%%/templates/et/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/et/convert.txt
%%NLS%%%%MMDIR%%/templates/et/cronpass.txt
%%NLS%%%%MMDIR%%/templates/et/disabled.txt
%%NLS%%%%MMDIR%%/templates/et/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/et/headfoot.html
%%NLS%%%%MMDIR%%/templates/et/help.txt
%%NLS%%%%MMDIR%%/templates/et/invite.txt
%%NLS%%%%MMDIR%%/templates/et/listinfo.html
%%NLS%%%%MMDIR%%/templates/et/masthead.txt
%%NLS%%%%MMDIR%%/templates/et/newlist.txt
%%NLS%%%%MMDIR%%/templates/et/options.html
%%NLS%%%%MMDIR%%/templates/et/postack.txt
%%NLS%%%%MMDIR%%/templates/et/postauth.txt
%%NLS%%%%MMDIR%%/templates/et/postheld.txt
%%NLS%%%%MMDIR%%/templates/et/private.html
%%NLS%%%%MMDIR%%/templates/et/refuse.txt
%%NLS%%%%MMDIR%%/templates/et/roster.html
%%NLS%%%%MMDIR%%/templates/et/subauth.txt
%%NLS%%%%MMDIR%%/templates/et/subscribe.html
%%NLS%%%%MMDIR%%/templates/et/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/et/unsub.txt
%%NLS%%%%MMDIR%%/templates/et/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/et/userpass.txt
%%NLS%%%%MMDIR%%/templates/et/verify.txt
%%NLS%%%%MMDIR%%/templates/eu/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/eu/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/eu/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/eu/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/eu/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/eu/admlogin.html
%%NLS%%%%MMDIR%%/templates/eu/approve.txt
%%NLS%%%%MMDIR%%/templates/eu/archidxentry.html
%%NLS%%%%MMDIR%%/templates/eu/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/eu/archidxhead.html
%%NLS%%%%MMDIR%%/templates/eu/archlistend.html
%%NLS%%%%MMDIR%%/templates/eu/archliststart.html
%%NLS%%%%MMDIR%%/templates/eu/archtoc.html
%%NLS%%%%MMDIR%%/templates/eu/archtocentry.html
%%NLS%%%%MMDIR%%/templates/eu/article.html
%%NLS%%%%MMDIR%%/templates/eu/bounce.txt
%%NLS%%%%MMDIR%%/templates/eu/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/eu/convert.txt
%%NLS%%%%MMDIR%%/templates/eu/cronpass.txt
%%NLS%%%%MMDIR%%/templates/eu/disabled.txt
%%NLS%%%%MMDIR%%/templates/eu/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/eu/headfoot.html
%%NLS%%%%MMDIR%%/templates/eu/help.txt
%%NLS%%%%MMDIR%%/templates/eu/invite.txt
%%NLS%%%%MMDIR%%/templates/eu/listinfo.html
%%NLS%%%%MMDIR%%/templates/eu/masthead.txt
%%NLS%%%%MMDIR%%/templates/eu/newlist.txt
%%NLS%%%%MMDIR%%/templates/eu/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/eu/options.html
%%NLS%%%%MMDIR%%/templates/eu/postack.txt
%%NLS%%%%MMDIR%%/templates/eu/postauth.txt
%%NLS%%%%MMDIR%%/templates/eu/postheld.txt
%%NLS%%%%MMDIR%%/templates/eu/private.html
%%NLS%%%%MMDIR%%/templates/eu/refuse.txt
%%NLS%%%%MMDIR%%/templates/eu/roster.html
%%NLS%%%%MMDIR%%/templates/eu/subauth.txt
%%NLS%%%%MMDIR%%/templates/eu/subscribe.html
%%NLS%%%%MMDIR%%/templates/eu/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/eu/unsub.txt
%%NLS%%%%MMDIR%%/templates/eu/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/eu/userpass.txt
%%NLS%%%%MMDIR%%/templates/eu/verify.txt
%%NLS%%%%MMDIR%%/templates/fa/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/fa/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/fa/admlogin.html
%%NLS%%%%MMDIR%%/templates/fa/approve.txt
%%NLS%%%%MMDIR%%/templates/fa/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/fa/archidxhead.html
%%NLS%%%%MMDIR%%/templates/fa/archliststart.html
%%NLS%%%%MMDIR%%/templates/fa/archtoc.html
%%NLS%%%%MMDIR%%/templates/fa/archtocentry.html
%%NLS%%%%MMDIR%%/templates/fa/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/fa/article.html
%%NLS%%%%MMDIR%%/templates/fa/bounce.txt
%%NLS%%%%MMDIR%%/templates/fa/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/fa/convert.txt
%%NLS%%%%MMDIR%%/templates/fa/cronpass.txt
%%NLS%%%%MMDIR%%/templates/fa/disabled.txt
%%NLS%%%%MMDIR%%/templates/fa/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/fa/help.txt
%%NLS%%%%MMDIR%%/templates/fa/invite.txt
%%NLS%%%%MMDIR%%/templates/fa/listinfo.html
%%NLS%%%%MMDIR%%/templates/fa/masthead.txt
%%NLS%%%%MMDIR%%/templates/fa/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/fa/options.html
%%NLS%%%%MMDIR%%/templates/fa/postack.txt
%%NLS%%%%MMDIR%%/templates/fa/postauth.txt
%%NLS%%%%MMDIR%%/templates/fa/postheld.txt
%%NLS%%%%MMDIR%%/templates/fa/private.html
%%NLS%%%%MMDIR%%/templates/fa/refuse.txt
%%NLS%%%%MMDIR%%/templates/fa/roster.html
%%NLS%%%%MMDIR%%/templates/fa/subauth.txt
%%NLS%%%%MMDIR%%/templates/fa/subscribe.html
%%NLS%%%%MMDIR%%/templates/fa/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/fa/unsub.txt
%%NLS%%%%MMDIR%%/templates/fa/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/fa/userpass.txt
%%NLS%%%%MMDIR%%/templates/fa/verify.txt
%%NLS%%%%MMDIR%%/templates/fi/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/fi/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/fi/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/fi/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/fi/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/fi/admlogin.html
%%NLS%%%%MMDIR%%/templates/fi/approve.txt
%%NLS%%%%MMDIR%%/templates/fi/article.html
%%NLS%%%%MMDIR%%/templates/fi/bounce.txt
%%NLS%%%%MMDIR%%/templates/fi/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/fi/convert.txt
%%NLS%%%%MMDIR%%/templates/fi/cronpass.txt
%%NLS%%%%MMDIR%%/templates/fi/disabled.txt
%%NLS%%%%MMDIR%%/templates/fi/headfoot.html
%%NLS%%%%MMDIR%%/templates/fi/help.txt
%%NLS%%%%MMDIR%%/templates/fi/listinfo.html
%%NLS%%%%MMDIR%%/templates/fi/masthead.txt
%%NLS%%%%MMDIR%%/templates/fi/newlist.txt
%%NLS%%%%MMDIR%%/templates/fi/options.html
%%NLS%%%%MMDIR%%/templates/fi/postack.txt
%%NLS%%%%MMDIR%%/templates/fi/postauth.txt
%%NLS%%%%MMDIR%%/templates/fi/postheld.txt
%%NLS%%%%MMDIR%%/templates/fi/private.html
%%NLS%%%%MMDIR%%/templates/fi/refuse.txt
%%NLS%%%%MMDIR%%/templates/fi/roster.html
%%NLS%%%%MMDIR%%/templates/fi/subauth.txt
%%NLS%%%%MMDIR%%/templates/fi/subscribe.html
%%NLS%%%%MMDIR%%/templates/fi/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/fi/unsub.txt
%%NLS%%%%MMDIR%%/templates/fi/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/fi/userpass.txt
%%NLS%%%%MMDIR%%/templates/fi/verify.txt
%%NLS%%%%MMDIR%%/templates/fr/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/fr/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/fr/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/fr/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/fr/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/fr/admlogin.html
%%NLS%%%%MMDIR%%/templates/fr/approve.txt
%%NLS%%%%MMDIR%%/templates/fr/archidxentry.html
%%NLS%%%%MMDIR%%/templates/fr/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/fr/archidxhead.html
%%NLS%%%%MMDIR%%/templates/fr/archlistend.html
%%NLS%%%%MMDIR%%/templates/fr/archliststart.html
%%NLS%%%%MMDIR%%/templates/fr/archtoc.html
%%NLS%%%%MMDIR%%/templates/fr/archtocentry.html
%%NLS%%%%MMDIR%%/templates/fr/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/fr/article.html
%%NLS%%%%MMDIR%%/templates/fr/bounce.txt
%%NLS%%%%MMDIR%%/templates/fr/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/fr/convert.txt
%%NLS%%%%MMDIR%%/templates/fr/cronpass.txt
%%NLS%%%%MMDIR%%/templates/fr/disabled.txt
%%NLS%%%%MMDIR%%/templates/fr/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/fr/handle_opts.html
%%NLS%%%%MMDIR%%/templates/fr/headfoot.html
%%NLS%%%%MMDIR%%/templates/fr/help.txt
%%NLS%%%%MMDIR%%/templates/fr/invite.txt
%%NLS%%%%MMDIR%%/templates/fr/listinfo.html
%%NLS%%%%MMDIR%%/templates/fr/masthead.txt
%%NLS%%%%MMDIR%%/templates/fr/newlist.txt
%%NLS%%%%MMDIR%%/templates/fr/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/fr/options.html
%%NLS%%%%MMDIR%%/templates/fr/postack.txt
%%NLS%%%%MMDIR%%/templates/fr/postauth.txt
%%NLS%%%%MMDIR%%/templates/fr/postheld.txt
%%NLS%%%%MMDIR%%/templates/fr/private.html
%%NLS%%%%MMDIR%%/templates/fr/probe.txt
%%NLS%%%%MMDIR%%/templates/fr/refuse.txt
%%NLS%%%%MMDIR%%/templates/fr/roster.html
%%NLS%%%%MMDIR%%/templates/fr/subauth.txt
%%NLS%%%%MMDIR%%/templates/fr/subscribe.html
%%NLS%%%%MMDIR%%/templates/fr/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/fr/unsub.txt
%%NLS%%%%MMDIR%%/templates/fr/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/fr/userpass.txt
%%NLS%%%%MMDIR%%/templates/fr/verify.txt
%%NLS%%%%MMDIR%%/templates/gl/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/gl/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/gl/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/gl/admlogin.html
%%NLS%%%%MMDIR%%/templates/gl/archidxentry.html
%%NLS%%%%MMDIR%%/templates/gl/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/gl/archidxhead.html
%%NLS%%%%MMDIR%%/templates/gl/archlistend.html
%%NLS%%%%MMDIR%%/templates/gl/archliststart.html
%%NLS%%%%MMDIR%%/templates/gl/archtoc.html
%%NLS%%%%MMDIR%%/templates/gl/archtocentry.html
%%NLS%%%%MMDIR%%/templates/gl/article.html
%%NLS%%%%MMDIR%%/templates/gl/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/gl/headfoot.html
%%NLS%%%%MMDIR%%/templates/gl/listinfo.html
%%NLS%%%%MMDIR%%/templates/gl/options.html
%%NLS%%%%MMDIR%%/templates/gl/private.html
%%NLS%%%%MMDIR%%/templates/gl/roster.html
%%NLS%%%%MMDIR%%/templates/gl/subscribe.html
%%NLS%%%%MMDIR%%/templates/gl/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/gl/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/gl/approve.txt
%%NLS%%%%MMDIR%%/templates/gl/bounce.txt
%%NLS%%%%MMDIR%%/templates/gl/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/gl/convert.txt
%%NLS%%%%MMDIR%%/templates/gl/cronpass.txt
%%NLS%%%%MMDIR%%/templates/gl/disabled.txt
%%NLS%%%%MMDIR%%/templates/gl/handle_opts.html
%%NLS%%%%MMDIR%%/templates/gl/help.txt
%%NLS%%%%MMDIR%%/templates/gl/invite.txt
%%NLS%%%%MMDIR%%/templates/gl/masthead.txt
%%NLS%%%%MMDIR%%/templates/gl/newlist.txt
%%NLS%%%%MMDIR%%/templates/gl/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/gl/postack.txt
%%NLS%%%%MMDIR%%/templates/gl/postauth.txt
%%NLS%%%%MMDIR%%/templates/gl/postheld.txt
%%NLS%%%%MMDIR%%/templates/gl/refuse.txt
%%NLS%%%%MMDIR%%/templates/gl/subauth.txt
%%NLS%%%%MMDIR%%/templates/gl/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/gl/unsub.txt
%%NLS%%%%MMDIR%%/templates/gl/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/gl/userpass.txt
%%NLS%%%%MMDIR%%/templates/gl/verify.txt
%%NLS%%%%MMDIR%%/templates/he/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/he/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/he/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/he/admlogin.html
%%NLS%%%%MMDIR%%/templates/he/archidxentry.html
%%NLS%%%%MMDIR%%/templates/he/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/he/archidxhead.html
%%NLS%%%%MMDIR%%/templates/he/archlistend.html
%%NLS%%%%MMDIR%%/templates/he/archliststart.html
%%NLS%%%%MMDIR%%/templates/he/archtoc.html
%%NLS%%%%MMDIR%%/templates/he/archtocentry.html
%%NLS%%%%MMDIR%%/templates/he/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/he/article.html
%%NLS%%%%MMDIR%%/templates/he/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/he/headfoot.html
%%NLS%%%%MMDIR%%/templates/he/listinfo.html
%%NLS%%%%MMDIR%%/templates/he/options.html
%%NLS%%%%MMDIR%%/templates/he/private.html
%%NLS%%%%MMDIR%%/templates/he/roster.html
%%NLS%%%%MMDIR%%/templates/he/subscribe.html
%%NLS%%%%MMDIR%%/templates/he/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/he/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/he/approve.txt
%%NLS%%%%MMDIR%%/templates/he/bounce.txt
%%NLS%%%%MMDIR%%/templates/he/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/he/convert.txt
%%NLS%%%%MMDIR%%/templates/he/cronpass.txt
%%NLS%%%%MMDIR%%/templates/he/disabled.txt
%%NLS%%%%MMDIR%%/templates/he/help.txt
%%NLS%%%%MMDIR%%/templates/he/invite.txt
%%NLS%%%%MMDIR%%/templates/he/masthead.txt
%%NLS%%%%MMDIR%%/templates/he/newlist.txt
%%NLS%%%%MMDIR%%/templates/he/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/he/postack.txt
%%NLS%%%%MMDIR%%/templates/he/postauth.txt
%%NLS%%%%MMDIR%%/templates/he/postheld.txt
%%NLS%%%%MMDIR%%/templates/he/probe.txt
%%NLS%%%%MMDIR%%/templates/he/refuse.txt
%%NLS%%%%MMDIR%%/templates/he/subauth.txt
%%NLS%%%%MMDIR%%/templates/he/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/he/unsub.txt
%%NLS%%%%MMDIR%%/templates/he/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/he/userpass.txt
%%NLS%%%%MMDIR%%/templates/he/verify.txt
%%NLS%%%%MMDIR%%/templates/hr/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/hr/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/hr/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/hr/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/hr/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/hr/admlogin.html
%%NLS%%%%MMDIR%%/templates/hr/approve.txt
%%NLS%%%%MMDIR%%/templates/hr/archidxentry.html
%%NLS%%%%MMDIR%%/templates/hr/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/hr/archidxhead.html
%%NLS%%%%MMDIR%%/templates/hr/archlistend.html
%%NLS%%%%MMDIR%%/templates/hr/archliststart.html
%%NLS%%%%MMDIR%%/templates/hr/archtoc.html
%%NLS%%%%MMDIR%%/templates/hr/archtocentry.html
%%NLS%%%%MMDIR%%/templates/hr/article.html
%%NLS%%%%MMDIR%%/templates/hr/bounce.txt
%%NLS%%%%MMDIR%%/templates/hr/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/hr/convert.txt
%%NLS%%%%MMDIR%%/templates/hr/cronpass.txt
%%NLS%%%%MMDIR%%/templates/hr/disabled.txt
%%NLS%%%%MMDIR%%/templates/hr/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/hr/headfoot.html
%%NLS%%%%MMDIR%%/templates/hr/help.txt
%%NLS%%%%MMDIR%%/templates/hr/invite.txt
%%NLS%%%%MMDIR%%/templates/hr/listinfo.html
%%NLS%%%%MMDIR%%/templates/hr/masthead.txt
%%NLS%%%%MMDIR%%/templates/hr/newlist.txt
%%NLS%%%%MMDIR%%/templates/hr/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/hr/options.html
%%NLS%%%%MMDIR%%/templates/hr/postack.txt
%%NLS%%%%MMDIR%%/templates/hr/postauth.txt
%%NLS%%%%MMDIR%%/templates/hr/postheld.txt
%%NLS%%%%MMDIR%%/templates/hr/private.html
%%NLS%%%%MMDIR%%/templates/hr/refuse.txt
%%NLS%%%%MMDIR%%/templates/hr/roster.html
%%NLS%%%%MMDIR%%/templates/hr/subauth.txt
%%NLS%%%%MMDIR%%/templates/hr/subscribe.html
%%NLS%%%%MMDIR%%/templates/hr/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/hr/unsub.txt
%%NLS%%%%MMDIR%%/templates/hr/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/hr/userpass.txt
%%NLS%%%%MMDIR%%/templates/hr/verify.txt
%%NLS%%%%MMDIR%%/templates/hu/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/hu/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/hu/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/hu/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/hu/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/hu/admlogin.html
%%NLS%%%%MMDIR%%/templates/hu/approve.txt
%%NLS%%%%MMDIR%%/templates/hu/archidxentry.html
%%NLS%%%%MMDIR%%/templates/hu/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/hu/archidxhead.html
%%NLS%%%%MMDIR%%/templates/hu/archlistend.html
%%NLS%%%%MMDIR%%/templates/hu/archliststart.html
%%NLS%%%%MMDIR%%/templates/hu/archtoc.html
%%NLS%%%%MMDIR%%/templates/hu/archtocentry.html
%%NLS%%%%MMDIR%%/templates/hu/article.html
%%NLS%%%%MMDIR%%/templates/hu/bounce.txt
%%NLS%%%%MMDIR%%/templates/hu/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/hu/convert.txt
%%NLS%%%%MMDIR%%/templates/hu/cronpass.txt
%%NLS%%%%MMDIR%%/templates/hu/disabled.txt
%%NLS%%%%MMDIR%%/templates/hu/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/hu/headfoot.html
%%NLS%%%%MMDIR%%/templates/hu/help.txt
%%NLS%%%%MMDIR%%/templates/hu/illik.html
%%NLS%%%%MMDIR%%/templates/hu/invite.txt
%%NLS%%%%MMDIR%%/templates/hu/listinfo.html
%%NLS%%%%MMDIR%%/templates/hu/masthead.txt
%%NLS%%%%MMDIR%%/templates/hu/newlist.txt
%%NLS%%%%MMDIR%%/templates/hu/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/hu/options.html
%%NLS%%%%MMDIR%%/templates/hu/postack.txt
%%NLS%%%%MMDIR%%/templates/hu/postauth.txt
%%NLS%%%%MMDIR%%/templates/hu/postheld.txt
%%NLS%%%%MMDIR%%/templates/hu/private.html
%%NLS%%%%MMDIR%%/templates/hu/probe.txt
%%NLS%%%%MMDIR%%/templates/hu/refuse.txt
%%NLS%%%%MMDIR%%/templates/hu/roster.html
%%NLS%%%%MMDIR%%/templates/hu/subauth.txt
%%NLS%%%%MMDIR%%/templates/hu/subscribe.html
%%NLS%%%%MMDIR%%/templates/hu/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/hu/unsub.txt
%%NLS%%%%MMDIR%%/templates/hu/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/hu/userpass.txt
%%NLS%%%%MMDIR%%/templates/hu/verify.txt
%%NLS%%%%MMDIR%%/templates/ia/adminaddrchgack.txt
%%NLS%%%%MMDIR%%/templates/ia/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ia/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ia/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ia/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ia/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ia/admlogin.html
%%NLS%%%%MMDIR%%/templates/ia/approve.txt
%%NLS%%%%MMDIR%%/templates/ia/archidxentry.html
%%NLS%%%%MMDIR%%/templates/ia/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/ia/archidxhead.html
%%NLS%%%%MMDIR%%/templates/ia/archlistend.html
%%NLS%%%%MMDIR%%/templates/ia/archliststart.html
%%NLS%%%%MMDIR%%/templates/ia/archtoc.html
%%NLS%%%%MMDIR%%/templates/ia/archtocentry.html
%%NLS%%%%MMDIR%%/templates/ia/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/ia/article.html
%%NLS%%%%MMDIR%%/templates/ia/bounce.txt
%%NLS%%%%MMDIR%%/templates/ia/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ia/convert.txt
%%NLS%%%%MMDIR%%/templates/ia/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ia/disabled.txt
%%NLS%%%%MMDIR%%/templates/ia/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ia/headfoot.html
%%NLS%%%%MMDIR%%/templates/ia/help.txt
%%NLS%%%%MMDIR%%/templates/ia/invite.txt
%%NLS%%%%MMDIR%%/templates/ia/listinfo.html
%%NLS%%%%MMDIR%%/templates/ia/masthead.txt
%%NLS%%%%MMDIR%%/templates/ia/newlist.txt
%%NLS%%%%MMDIR%%/templates/ia/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/ia/options.html
%%NLS%%%%MMDIR%%/templates/ia/postack.txt
%%NLS%%%%MMDIR%%/templates/ia/postauth.txt
%%NLS%%%%MMDIR%%/templates/ia/postheld.txt
%%NLS%%%%MMDIR%%/templates/ia/private.html
%%NLS%%%%MMDIR%%/templates/ia/refuse.txt
%%NLS%%%%MMDIR%%/templates/ia/roster.html
%%NLS%%%%MMDIR%%/templates/ia/subauth.txt
%%NLS%%%%MMDIR%%/templates/ia/subscribe.html
%%NLS%%%%MMDIR%%/templates/ia/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ia/unsub.txt
%%NLS%%%%MMDIR%%/templates/ia/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ia/userpass.txt
%%NLS%%%%MMDIR%%/templates/ia/verify.txt
%%NLS%%%%MMDIR%%/templates/ia/probe.txt
%%NLS%%%%MMDIR%%/templates/it/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/it/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/it/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/it/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/it/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/it/admlogin.html
%%NLS%%%%MMDIR%%/templates/it/approve.txt
%%NLS%%%%MMDIR%%/templates/it/archidxentry.html
%%NLS%%%%MMDIR%%/templates/it/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/it/archidxhead.html
%%NLS%%%%MMDIR%%/templates/it/archlistend.html
%%NLS%%%%MMDIR%%/templates/it/archliststart.html
%%NLS%%%%MMDIR%%/templates/it/archtoc.html
%%NLS%%%%MMDIR%%/templates/it/archtocentry.html
%%NLS%%%%MMDIR%%/templates/it/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/it/article.html
%%NLS%%%%MMDIR%%/templates/it/bounce.txt
%%NLS%%%%MMDIR%%/templates/it/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/it/convert.txt
%%NLS%%%%MMDIR%%/templates/it/cronpass.txt
%%NLS%%%%MMDIR%%/templates/it/disabled.txt
%%NLS%%%%MMDIR%%/templates/it/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/it/headfoot.html
%%NLS%%%%MMDIR%%/templates/it/help.txt
%%NLS%%%%MMDIR%%/templates/it/invite.txt
%%NLS%%%%MMDIR%%/templates/it/listinfo.html
%%NLS%%%%MMDIR%%/templates/it/masthead.txt
%%NLS%%%%MMDIR%%/templates/it/newlist.txt
%%NLS%%%%MMDIR%%/templates/it/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/it/options.html
%%NLS%%%%MMDIR%%/templates/it/postack.txt
%%NLS%%%%MMDIR%%/templates/it/postauth.txt
%%NLS%%%%MMDIR%%/templates/it/postheld.txt
%%NLS%%%%MMDIR%%/templates/it/private.html
%%NLS%%%%MMDIR%%/templates/it/refuse.txt
%%NLS%%%%MMDIR%%/templates/it/roster.html
%%NLS%%%%MMDIR%%/templates/it/subauth.txt
%%NLS%%%%MMDIR%%/templates/it/subscribe.html
%%NLS%%%%MMDIR%%/templates/it/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/it/unsub.txt
%%NLS%%%%MMDIR%%/templates/it/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/it/userpass.txt
%%NLS%%%%MMDIR%%/templates/it/verify.txt
%%NLS%%%%MMDIR%%/templates/it/probe.txt
%%NLS%%%%MMDIR%%/templates/ja/probe.txt
%%NLS%%%%MMDIR%%/templates/ja/adminaddrchgack.txt
%%NLS%%%%MMDIR%%/templates/ja/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ja/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ja/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ja/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ja/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ja/admlogin.html
%%NLS%%%%MMDIR%%/templates/ja/approve.txt
%%NLS%%%%MMDIR%%/templates/ja/archidxentry.html
%%NLS%%%%MMDIR%%/templates/ja/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/ja/archidxhead.html
%%NLS%%%%MMDIR%%/templates/ja/archlistend.html
%%NLS%%%%MMDIR%%/templates/ja/archliststart.html
%%NLS%%%%MMDIR%%/templates/ja/archtoc.html
%%NLS%%%%MMDIR%%/templates/ja/archtocentry.html
%%NLS%%%%MMDIR%%/templates/ja/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/ja/article.html
%%NLS%%%%MMDIR%%/templates/ja/bounce.txt
%%NLS%%%%MMDIR%%/templates/ja/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ja/convert.txt
%%NLS%%%%MMDIR%%/templates/ja/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ja/disabled.txt
%%NLS%%%%MMDIR%%/templates/ja/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ja/headfoot.html
%%NLS%%%%MMDIR%%/templates/ja/help.txt
%%NLS%%%%MMDIR%%/templates/ja/invite.txt
%%NLS%%%%MMDIR%%/templates/ja/listinfo.html
%%NLS%%%%MMDIR%%/templates/ja/masthead.txt
%%NLS%%%%MMDIR%%/templates/ja/newlist.txt
%%NLS%%%%MMDIR%%/templates/ja/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/ja/options.html
%%NLS%%%%MMDIR%%/templates/ja/postack.txt
%%NLS%%%%MMDIR%%/templates/ja/postauth.txt
%%NLS%%%%MMDIR%%/templates/ja/postheld.txt
%%NLS%%%%MMDIR%%/templates/ja/private.html
%%NLS%%%%MMDIR%%/templates/ja/refuse.txt
%%NLS%%%%MMDIR%%/templates/ja/roster.html
%%NLS%%%%MMDIR%%/templates/ja/subauth.txt
%%NLS%%%%MMDIR%%/templates/ja/subscribe.html
%%NLS%%%%MMDIR%%/templates/ja/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ja/unsub.txt
%%NLS%%%%MMDIR%%/templates/ja/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ja/userpass.txt
%%NLS%%%%MMDIR%%/templates/ja/verify.txt
%%NLS%%%%MMDIR%%/templates/ko/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ko/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ko/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ko/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ko/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ko/admlogin.html
%%NLS%%%%MMDIR%%/templates/ko/approve.txt
%%NLS%%%%MMDIR%%/templates/ko/article.html
%%NLS%%%%MMDIR%%/templates/ko/bounce.txt
%%NLS%%%%MMDIR%%/templates/ko/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ko/convert.txt
%%NLS%%%%MMDIR%%/templates/ko/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ko/disabled.txt
%%NLS%%%%MMDIR%%/templates/ko/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ko/headfoot.html
%%NLS%%%%MMDIR%%/templates/ko/help.txt
%%NLS%%%%MMDIR%%/templates/ko/invite.txt
%%NLS%%%%MMDIR%%/templates/ko/listinfo.html
%%NLS%%%%MMDIR%%/templates/ko/masthead.txt
%%NLS%%%%MMDIR%%/templates/ko/newlist.txt
%%NLS%%%%MMDIR%%/templates/ko/options.html
%%NLS%%%%MMDIR%%/templates/ko/postack.txt
%%NLS%%%%MMDIR%%/templates/ko/postauth.txt
%%NLS%%%%MMDIR%%/templates/ko/postheld.txt
%%NLS%%%%MMDIR%%/templates/ko/private.html
%%NLS%%%%MMDIR%%/templates/ko/refuse.txt
%%NLS%%%%MMDIR%%/templates/ko/roster.html
%%NLS%%%%MMDIR%%/templates/ko/subauth.txt
%%NLS%%%%MMDIR%%/templates/ko/subscribe.html
%%NLS%%%%MMDIR%%/templates/ko/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ko/unsub.txt
%%NLS%%%%MMDIR%%/templates/ko/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ko/userpass.txt
%%NLS%%%%MMDIR%%/templates/ko/verify.txt
%%NLS%%%%MMDIR%%/templates/lt/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/lt/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/lt/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/lt/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/lt/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/lt/admlogin.html
%%NLS%%%%MMDIR%%/templates/lt/approve.txt
%%NLS%%%%MMDIR%%/templates/lt/archidxentry.html
%%NLS%%%%MMDIR%%/templates/lt/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/lt/archidxhead.html
%%NLS%%%%MMDIR%%/templates/lt/archlistend.html
%%NLS%%%%MMDIR%%/templates/lt/archliststart.html
%%NLS%%%%MMDIR%%/templates/lt/archtoc.html
%%NLS%%%%MMDIR%%/templates/lt/archtocentry.html
%%NLS%%%%MMDIR%%/templates/lt/article.html
%%NLS%%%%MMDIR%%/templates/lt/bounce.txt
%%NLS%%%%MMDIR%%/templates/lt/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/lt/convert.txt
%%NLS%%%%MMDIR%%/templates/lt/cronpass.txt
%%NLS%%%%MMDIR%%/templates/lt/disabled.txt
%%NLS%%%%MMDIR%%/templates/lt/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/lt/headfoot.html
%%NLS%%%%MMDIR%%/templates/lt/help.txt
%%NLS%%%%MMDIR%%/templates/lt/invite.txt
%%NLS%%%%MMDIR%%/templates/lt/listinfo.html
%%NLS%%%%MMDIR%%/templates/lt/masthead.txt
%%NLS%%%%MMDIR%%/templates/lt/newlist.txt
%%NLS%%%%MMDIR%%/templates/lt/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/lt/options.html
%%NLS%%%%MMDIR%%/templates/lt/postack.txt
%%NLS%%%%MMDIR%%/templates/lt/postauth.txt
%%NLS%%%%MMDIR%%/templates/lt/postheld.txt
%%NLS%%%%MMDIR%%/templates/lt/private.html
%%NLS%%%%MMDIR%%/templates/lt/refuse.txt
%%NLS%%%%MMDIR%%/templates/lt/roster.html
%%NLS%%%%MMDIR%%/templates/lt/subauth.txt
%%NLS%%%%MMDIR%%/templates/lt/subscribe.html
%%NLS%%%%MMDIR%%/templates/lt/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/lt/unsub.txt
%%NLS%%%%MMDIR%%/templates/lt/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/lt/userpass.txt
%%NLS%%%%MMDIR%%/templates/lt/verify.txt
%%NLS%%%%MMDIR%%/templates/nl/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/nl/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/nl/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/nl/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/nl/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/nl/admlogin.html
%%NLS%%%%MMDIR%%/templates/nl/approve.txt
%%NLS%%%%MMDIR%%/templates/nl/archidxentry.html
%%NLS%%%%MMDIR%%/templates/nl/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/nl/archidxhead.html
%%NLS%%%%MMDIR%%/templates/nl/archlistend.html
%%NLS%%%%MMDIR%%/templates/nl/archliststart.html
%%NLS%%%%MMDIR%%/templates/nl/archtoc.html
%%NLS%%%%MMDIR%%/templates/nl/archtocentry.html
%%NLS%%%%MMDIR%%/templates/nl/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/nl/article.html
%%NLS%%%%MMDIR%%/templates/nl/bounce.txt
%%NLS%%%%MMDIR%%/templates/nl/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/nl/convert.txt
%%NLS%%%%MMDIR%%/templates/nl/cronpass.txt
%%NLS%%%%MMDIR%%/templates/nl/disabled.txt
%%NLS%%%%MMDIR%%/templates/nl/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/nl/headfoot.html
%%NLS%%%%MMDIR%%/templates/nl/help.txt
%%NLS%%%%MMDIR%%/templates/nl/invite.txt
%%NLS%%%%MMDIR%%/templates/nl/listinfo.html
%%NLS%%%%MMDIR%%/templates/nl/masthead.txt
%%NLS%%%%MMDIR%%/templates/nl/newlist.txt
%%NLS%%%%MMDIR%%/templates/nl/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/nl/options.html
%%NLS%%%%MMDIR%%/templates/nl/postack.txt
%%NLS%%%%MMDIR%%/templates/nl/postauth.txt
%%NLS%%%%MMDIR%%/templates/nl/postheld.txt
%%NLS%%%%MMDIR%%/templates/nl/private.html
%%NLS%%%%MMDIR%%/templates/nl/probe.txt
%%NLS%%%%MMDIR%%/templates/nl/refuse.txt
%%NLS%%%%MMDIR%%/templates/nl/roster.html
%%NLS%%%%MMDIR%%/templates/nl/subauth.txt
%%NLS%%%%MMDIR%%/templates/nl/subscribe.html
%%NLS%%%%MMDIR%%/templates/nl/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/nl/unsub.txt
%%NLS%%%%MMDIR%%/templates/nl/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/nl/userpass.txt
%%NLS%%%%MMDIR%%/templates/nl/verify.txt
%%NLS%%%%MMDIR%%/templates/no/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/no/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/no/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/no/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/no/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/no/admlogin.html
%%NLS%%%%MMDIR%%/templates/no/approve.txt
%%NLS%%%%MMDIR%%/templates/no/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/no/archidxhead.html
%%NLS%%%%MMDIR%%/templates/no/archliststart.html
%%NLS%%%%MMDIR%%/templates/no/archtoc.html
%%NLS%%%%MMDIR%%/templates/no/archtocentry.html
%%NLS%%%%MMDIR%%/templates/no/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/no/article.html
%%NLS%%%%MMDIR%%/templates/no/bounce.txt
%%NLS%%%%MMDIR%%/templates/no/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/no/convert.txt
%%NLS%%%%MMDIR%%/templates/no/cronpass.txt
%%NLS%%%%MMDIR%%/templates/no/disabled.txt
%%NLS%%%%MMDIR%%/templates/no/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/no/headfoot.html
%%NLS%%%%MMDIR%%/templates/no/help.txt
%%NLS%%%%MMDIR%%/templates/no/invite.txt
%%NLS%%%%MMDIR%%/templates/no/listinfo.html
%%NLS%%%%MMDIR%%/templates/no/masthead.txt
%%NLS%%%%MMDIR%%/templates/no/newlist.txt
%%NLS%%%%MMDIR%%/templates/no/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/no/options.html
%%NLS%%%%MMDIR%%/templates/no/postack.txt
%%NLS%%%%MMDIR%%/templates/no/postauth.txt
%%NLS%%%%MMDIR%%/templates/no/postheld.txt
%%NLS%%%%MMDIR%%/templates/no/private.html
%%NLS%%%%MMDIR%%/templates/no/refuse.txt
%%NLS%%%%MMDIR%%/templates/no/roster.html
%%NLS%%%%MMDIR%%/templates/no/subauth.txt
%%NLS%%%%MMDIR%%/templates/no/subscribe.html
%%NLS%%%%MMDIR%%/templates/no/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/no/unsub.txt
%%NLS%%%%MMDIR%%/templates/no/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/no/userpass.txt
%%NLS%%%%MMDIR%%/templates/no/verify.txt
%%NLS%%%%MMDIR%%/templates/pl/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/pl/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/pl/admlogin.html
%%NLS%%%%MMDIR%%/templates/pl/approve.txt
%%NLS%%%%MMDIR%%/templates/pl/archidxentry.html
%%NLS%%%%MMDIR%%/templates/pl/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/pl/archidxhead.html
%%NLS%%%%MMDIR%%/templates/pl/archlistend.html
%%NLS%%%%MMDIR%%/templates/pl/archliststart.html
%%NLS%%%%MMDIR%%/templates/pl/archtoc.html
%%NLS%%%%MMDIR%%/templates/pl/archtocentry.html
%%NLS%%%%MMDIR%%/templates/pl/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/pl/article.html
%%NLS%%%%MMDIR%%/templates/pl/bounce.txt
%%NLS%%%%MMDIR%%/templates/pl/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/pl/cronpass.txt
%%NLS%%%%MMDIR%%/templates/pl/disabled.txt
%%NLS%%%%MMDIR%%/templates/pl/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/pl/help.txt
%%NLS%%%%MMDIR%%/templates/pl/invite.txt
%%NLS%%%%MMDIR%%/templates/pl/listinfo.html
%%NLS%%%%MMDIR%%/templates/pl/masthead.txt
%%NLS%%%%MMDIR%%/templates/pl/newlist.txt
%%NLS%%%%MMDIR%%/templates/pl/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/pl/options.html
%%NLS%%%%MMDIR%%/templates/pl/postack.txt
%%NLS%%%%MMDIR%%/templates/pl/postauth.txt
%%NLS%%%%MMDIR%%/templates/pl/postheld.txt
%%NLS%%%%MMDIR%%/templates/pl/private.html
%%NLS%%%%MMDIR%%/templates/pl/refuse.txt
%%NLS%%%%MMDIR%%/templates/pl/roster.html
%%NLS%%%%MMDIR%%/templates/pl/subauth.txt
%%NLS%%%%MMDIR%%/templates/pl/subscribe.html
%%NLS%%%%MMDIR%%/templates/pl/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/pl/unsub.txt
%%NLS%%%%MMDIR%%/templates/pl/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/pl/userpass.txt
%%NLS%%%%MMDIR%%/templates/pl/verify.txt
%%NLS%%%%MMDIR%%/templates/pt/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/pt/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/pt/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/pt/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/pt/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/pt/admlogin.html
%%NLS%%%%MMDIR%%/templates/pt/approve.txt
%%NLS%%%%MMDIR%%/templates/pt/archidxentry.html
%%NLS%%%%MMDIR%%/templates/pt/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/pt/archidxhead.html
%%NLS%%%%MMDIR%%/templates/pt/archlistend.html
%%NLS%%%%MMDIR%%/templates/pt/archliststart.html
%%NLS%%%%MMDIR%%/templates/pt/archtoc.html
%%NLS%%%%MMDIR%%/templates/pt/archtocentry.html
%%NLS%%%%MMDIR%%/templates/pt/article.html
%%NLS%%%%MMDIR%%/templates/pt/bounce.txt
%%NLS%%%%MMDIR%%/templates/pt/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/pt/convert.txt
%%NLS%%%%MMDIR%%/templates/pt/cronpass.txt
%%NLS%%%%MMDIR%%/templates/pt/disabled.txt
%%NLS%%%%MMDIR%%/templates/pt/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/pt/headfoot.html
%%NLS%%%%MMDIR%%/templates/pt/help.txt
%%NLS%%%%MMDIR%%/templates/pt/invite.txt
%%NLS%%%%MMDIR%%/templates/pt/listinfo.html
%%NLS%%%%MMDIR%%/templates/pt/masthead.txt
%%NLS%%%%MMDIR%%/templates/pt/newlist.txt
%%NLS%%%%MMDIR%%/templates/pt/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/pt/options.html
%%NLS%%%%MMDIR%%/templates/pt/postack.txt
%%NLS%%%%MMDIR%%/templates/pt/postauth.txt
%%NLS%%%%MMDIR%%/templates/pt/postheld.txt
%%NLS%%%%MMDIR%%/templates/pt/private.html
%%NLS%%%%MMDIR%%/templates/pt/refuse.txt
%%NLS%%%%MMDIR%%/templates/pt/roster.html
%%NLS%%%%MMDIR%%/templates/pt/subauth.txt
%%NLS%%%%MMDIR%%/templates/pt/subscribe.html
%%NLS%%%%MMDIR%%/templates/pt/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/pt/unsub.txt
%%NLS%%%%MMDIR%%/templates/pt/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/pt/userpass.txt
%%NLS%%%%MMDIR%%/templates/pt/verify.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/archidxentry.html
%%NLS%%%%MMDIR%%/templates/pt_BR/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/pt_BR/archidxhead.html
%%NLS%%%%MMDIR%%/templates/pt_BR/archlistend.html
%%NLS%%%%MMDIR%%/templates/pt_BR/archliststart.html
%%NLS%%%%MMDIR%%/templates/pt_BR/archtoc.html
%%NLS%%%%MMDIR%%/templates/pt_BR/archtocentry.html
%%NLS%%%%MMDIR%%/templates/pt_BR/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/pt_BR/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/pt_BR/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/pt_BR/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/admlogin.html
%%NLS%%%%MMDIR%%/templates/pt_BR/approve.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/article.html
%%NLS%%%%MMDIR%%/templates/pt_BR/bounce.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/convert.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/cronpass.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/disabled.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/pt_BR/headfoot.html
%%NLS%%%%MMDIR%%/templates/pt_BR/help.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/invite.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/listinfo.html
%%NLS%%%%MMDIR%%/templates/pt_BR/masthead.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/newlist.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/options.html
%%NLS%%%%MMDIR%%/templates/pt_BR/postack.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/postauth.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/postheld.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/private.html
%%NLS%%%%MMDIR%%/templates/pt_BR/refuse.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/roster.html
%%NLS%%%%MMDIR%%/templates/pt_BR/subauth.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/subscribe.html
%%NLS%%%%MMDIR%%/templates/pt_BR/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/unsub.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/userpass.txt
%%NLS%%%%MMDIR%%/templates/pt_BR/verify.txt
%%NLS%%%%MMDIR%%/templates/ro/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ro/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ro/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ro/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ro/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ro/admlogin.html
%%NLS%%%%MMDIR%%/templates/ro/approve.txt
%%NLS%%%%MMDIR%%/templates/ro/archidxentry.html
%%NLS%%%%MMDIR%%/templates/ro/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/ro/archidxhead.html
%%NLS%%%%MMDIR%%/templates/ro/archlistend.html
%%NLS%%%%MMDIR%%/templates/ro/archliststart.html
%%NLS%%%%MMDIR%%/templates/ro/archtoc.html
%%NLS%%%%MMDIR%%/templates/ro/archtocentry.html
%%NLS%%%%MMDIR%%/templates/ro/article.html
%%NLS%%%%MMDIR%%/templates/ro/bounce.txt
%%NLS%%%%MMDIR%%/templates/ro/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ro/convert.txt
%%NLS%%%%MMDIR%%/templates/ro/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ro/disabled.txt
%%NLS%%%%MMDIR%%/templates/ro/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ro/headfoot.html
%%NLS%%%%MMDIR%%/templates/ro/help.txt
%%NLS%%%%MMDIR%%/templates/ro/invite.txt
%%NLS%%%%MMDIR%%/templates/ro/listinfo.html
%%NLS%%%%MMDIR%%/templates/ro/masthead.txt
%%NLS%%%%MMDIR%%/templates/ro/newlist.txt
%%NLS%%%%MMDIR%%/templates/ro/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/ro/options.html
%%NLS%%%%MMDIR%%/templates/ro/postack.txt
%%NLS%%%%MMDIR%%/templates/ro/postauth.txt
%%NLS%%%%MMDIR%%/templates/ro/postheld.txt
%%NLS%%%%MMDIR%%/templates/ro/private.html
%%NLS%%%%MMDIR%%/templates/ro/refuse.txt
%%NLS%%%%MMDIR%%/templates/ro/roster.html
%%NLS%%%%MMDIR%%/templates/ro/subauth.txt
%%NLS%%%%MMDIR%%/templates/ro/subscribe.html
%%NLS%%%%MMDIR%%/templates/ro/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ro/unsub.txt
%%NLS%%%%MMDIR%%/templates/ro/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ro/userpass.txt
%%NLS%%%%MMDIR%%/templates/ro/verify.txt
%%NLS%%%%MMDIR%%/templates/ru/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/ru/probe.txt
%%NLS%%%%MMDIR%%/templates/ru/adminaddrchgack.txt
%%NLS%%%%MMDIR%%/templates/ru/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/ru/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/ru/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/ru/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ru/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/ru/admlogin.html
%%NLS%%%%MMDIR%%/templates/ru/approve.txt
%%NLS%%%%MMDIR%%/templates/ru/archidxentry.html
%%NLS%%%%MMDIR%%/templates/ru/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/ru/archidxhead.html
%%NLS%%%%MMDIR%%/templates/ru/archlistend.html
%%NLS%%%%MMDIR%%/templates/ru/archliststart.html
%%NLS%%%%MMDIR%%/templates/ru/archtoc.html
%%NLS%%%%MMDIR%%/templates/ru/archtocentry.html
%%NLS%%%%MMDIR%%/templates/ru/article.html
%%NLS%%%%MMDIR%%/templates/ru/bounce.txt
%%NLS%%%%MMDIR%%/templates/ru/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/ru/convert.txt
%%NLS%%%%MMDIR%%/templates/ru/cronpass.txt
%%NLS%%%%MMDIR%%/templates/ru/disabled.txt
%%NLS%%%%MMDIR%%/templates/ru/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/ru/headfoot.html
%%NLS%%%%MMDIR%%/templates/ru/help.txt
%%NLS%%%%MMDIR%%/templates/ru/invite.txt
%%NLS%%%%MMDIR%%/templates/ru/listinfo.html
%%NLS%%%%MMDIR%%/templates/ru/masthead.txt
%%NLS%%%%MMDIR%%/templates/ru/newlist.txt
%%NLS%%%%MMDIR%%/templates/ru/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/ru/options.html
%%NLS%%%%MMDIR%%/templates/ru/postack.txt
%%NLS%%%%MMDIR%%/templates/ru/postauth.txt
%%NLS%%%%MMDIR%%/templates/ru/postheld.txt
%%NLS%%%%MMDIR%%/templates/ru/private.html
%%NLS%%%%MMDIR%%/templates/ru/refuse.txt
%%NLS%%%%MMDIR%%/templates/ru/roster.html
%%NLS%%%%MMDIR%%/templates/ru/subauth.txt
%%NLS%%%%MMDIR%%/templates/ru/subscribe.html
%%NLS%%%%MMDIR%%/templates/ru/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/ru/unsub.txt
%%NLS%%%%MMDIR%%/templates/ru/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/ru/userpass.txt
%%NLS%%%%MMDIR%%/templates/ru/verify.txt
%%NLS%%%%MMDIR%%/templates/sk/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/sk/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/sk/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/sk/admlogin.html
%%NLS%%%%MMDIR%%/templates/sk/archidxentry.html
%%NLS%%%%MMDIR%%/templates/sk/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/sk/archidxhead.html
%%NLS%%%%MMDIR%%/templates/sk/archlistend.html
%%NLS%%%%MMDIR%%/templates/sk/archliststart.html
%%NLS%%%%MMDIR%%/templates/sk/archtoc.html
%%NLS%%%%MMDIR%%/templates/sk/archtocentry.html
%%NLS%%%%MMDIR%%/templates/sk/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/sk/article.html
%%NLS%%%%MMDIR%%/templates/sk/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/sk/headfoot.html
%%NLS%%%%MMDIR%%/templates/sk/listinfo.html
%%NLS%%%%MMDIR%%/templates/sk/options.html
%%NLS%%%%MMDIR%%/templates/sk/private.html
%%NLS%%%%MMDIR%%/templates/sk/roster.html
%%NLS%%%%MMDIR%%/templates/sk/subscribe.html
%%NLS%%%%MMDIR%%/templates/sk/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sk/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sk/approve.txt
%%NLS%%%%MMDIR%%/templates/sk/bounce.txt
%%NLS%%%%MMDIR%%/templates/sk/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/sk/convert.txt
%%NLS%%%%MMDIR%%/templates/sk/cronpass.txt
%%NLS%%%%MMDIR%%/templates/sk/disabled.txt
%%NLS%%%%MMDIR%%/templates/sk/help.txt
%%NLS%%%%MMDIR%%/templates/sk/invite.txt
%%NLS%%%%MMDIR%%/templates/sk/masthead.txt
%%NLS%%%%MMDIR%%/templates/sk/newlist.txt
%%NLS%%%%MMDIR%%/templates/sk/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/sk/postack.txt
%%NLS%%%%MMDIR%%/templates/sk/postauth.txt
%%NLS%%%%MMDIR%%/templates/sk/postheld.txt
%%NLS%%%%MMDIR%%/templates/sk/probe.txt
%%NLS%%%%MMDIR%%/templates/sk/refuse.txt
%%NLS%%%%MMDIR%%/templates/sk/subauth.txt
%%NLS%%%%MMDIR%%/templates/sk/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/sk/unsub.txt
%%NLS%%%%MMDIR%%/templates/sk/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/sk/userpass.txt
%%NLS%%%%MMDIR%%/templates/sk/verify.txt
%%NLS%%%%MMDIR%%/templates/sl/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/sl/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/sl/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/sl/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sl/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sl/admlogin.html
%%NLS%%%%MMDIR%%/templates/sl/approve.txt
%%NLS%%%%MMDIR%%/templates/sl/archidxentry.html
%%NLS%%%%MMDIR%%/templates/sl/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/sl/archidxhead.html
%%NLS%%%%MMDIR%%/templates/sl/archlistend.html
%%NLS%%%%MMDIR%%/templates/sl/archliststart.html
%%NLS%%%%MMDIR%%/templates/sl/archtoc.html
%%NLS%%%%MMDIR%%/templates/sl/archtocentry.html
%%NLS%%%%MMDIR%%/templates/sl/article.html
%%NLS%%%%MMDIR%%/templates/sl/bounce.txt
%%NLS%%%%MMDIR%%/templates/sl/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/sl/convert.txt
%%NLS%%%%MMDIR%%/templates/sl/cronpass.txt
%%NLS%%%%MMDIR%%/templates/sl/disabled.txt
%%NLS%%%%MMDIR%%/templates/sl/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/sl/headfoot.html
%%NLS%%%%MMDIR%%/templates/sl/help.txt
%%NLS%%%%MMDIR%%/templates/sl/invite.txt
%%NLS%%%%MMDIR%%/templates/sl/listinfo.html
%%NLS%%%%MMDIR%%/templates/sl/masthead.txt
%%NLS%%%%MMDIR%%/templates/sl/newlist.txt
%%NLS%%%%MMDIR%%/templates/sl/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/sl/options.html
%%NLS%%%%MMDIR%%/templates/sl/postack.txt
%%NLS%%%%MMDIR%%/templates/sl/postauth.txt
%%NLS%%%%MMDIR%%/templates/sl/postheld.txt
%%NLS%%%%MMDIR%%/templates/sl/private.html
%%NLS%%%%MMDIR%%/templates/sl/refuse.txt
%%NLS%%%%MMDIR%%/templates/sl/roster.html
%%NLS%%%%MMDIR%%/templates/sl/subauth.txt
%%NLS%%%%MMDIR%%/templates/sl/subscribe.html
%%NLS%%%%MMDIR%%/templates/sl/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/sl/unsub.txt
%%NLS%%%%MMDIR%%/templates/sl/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/sl/userpass.txt
%%NLS%%%%MMDIR%%/templates/sl/verify.txt
%%NLS%%%%MMDIR%%/templates/sr/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/sr/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/sr/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/sr/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sr/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sr/admlogin.html
%%NLS%%%%MMDIR%%/templates/sr/approve.txt
%%NLS%%%%MMDIR%%/templates/sr/archidxentry.html
%%NLS%%%%MMDIR%%/templates/sr/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/sr/archidxhead.html
%%NLS%%%%MMDIR%%/templates/sr/archlistend.html
%%NLS%%%%MMDIR%%/templates/sr/archliststart.html
%%NLS%%%%MMDIR%%/templates/sr/archtoc.html
%%NLS%%%%MMDIR%%/templates/sr/archtocentry.html
%%NLS%%%%MMDIR%%/templates/sr/article.html
%%NLS%%%%MMDIR%%/templates/sr/bounce.txt
%%NLS%%%%MMDIR%%/templates/sr/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/sr/convert.txt
%%NLS%%%%MMDIR%%/templates/sr/cronpass.txt
%%NLS%%%%MMDIR%%/templates/sr/disabled.txt
%%NLS%%%%MMDIR%%/templates/sr/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/sr/handle_opts.html
%%NLS%%%%MMDIR%%/templates/sr/headfoot.html
%%NLS%%%%MMDIR%%/templates/sr/help.txt
%%NLS%%%%MMDIR%%/templates/sr/invite.txt
%%NLS%%%%MMDIR%%/templates/sr/listinfo.html
%%NLS%%%%MMDIR%%/templates/sr/masthead.txt
%%NLS%%%%MMDIR%%/templates/sr/newlist.txt
%%NLS%%%%MMDIR%%/templates/sr/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/sr/options.html
%%NLS%%%%MMDIR%%/templates/sr/postack.txt
%%NLS%%%%MMDIR%%/templates/sr/postauth.txt
%%NLS%%%%MMDIR%%/templates/sr/postheld.txt
%%NLS%%%%MMDIR%%/templates/sr/private.html
%%NLS%%%%MMDIR%%/templates/sr/refuse.txt
%%NLS%%%%MMDIR%%/templates/sr/roster.html
%%NLS%%%%MMDIR%%/templates/sr/subauth.txt
%%NLS%%%%MMDIR%%/templates/sr/subscribe.html
%%NLS%%%%MMDIR%%/templates/sr/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/sr/unsub.txt
%%NLS%%%%MMDIR%%/templates/sr/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/sr/userpass.txt
%%NLS%%%%MMDIR%%/templates/sr/verify.txt
%%NLS%%%%MMDIR%%/templates/sv/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/sv/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/sv/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/sv/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sv/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/sv/admlogin.html
%%NLS%%%%MMDIR%%/templates/sv/approve.txt
%%NLS%%%%MMDIR%%/templates/sv/archtoc.html
%%NLS%%%%MMDIR%%/templates/sv/archtocentry.html
%%NLS%%%%MMDIR%%/templates/sv/article.html
%%NLS%%%%MMDIR%%/templates/sv/bounce.txt
%%NLS%%%%MMDIR%%/templates/sv/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/sv/convert.txt
%%NLS%%%%MMDIR%%/templates/sv/cronpass.txt
%%NLS%%%%MMDIR%%/templates/sv/disabled.txt
%%NLS%%%%MMDIR%%/templates/sv/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/sv/headfoot.html
%%NLS%%%%MMDIR%%/templates/sv/help.txt
%%NLS%%%%MMDIR%%/templates/sv/invite.txt
%%NLS%%%%MMDIR%%/templates/sv/listinfo.html
%%NLS%%%%MMDIR%%/templates/sv/masthead.txt
%%NLS%%%%MMDIR%%/templates/sv/newlist.txt
%%NLS%%%%MMDIR%%/templates/sv/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/sv/options.html
%%NLS%%%%MMDIR%%/templates/sv/postack.txt
%%NLS%%%%MMDIR%%/templates/sv/postauth.txt
%%NLS%%%%MMDIR%%/templates/sv/postheld.txt
%%NLS%%%%MMDIR%%/templates/sv/private.html
%%NLS%%%%MMDIR%%/templates/sv/refuse.txt
%%NLS%%%%MMDIR%%/templates/sv/roster.html
%%NLS%%%%MMDIR%%/templates/sv/subauth.txt
%%NLS%%%%MMDIR%%/templates/sv/subscribe.html
%%NLS%%%%MMDIR%%/templates/sv/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/sv/unsub.txt
%%NLS%%%%MMDIR%%/templates/sv/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/sv/userpass.txt
%%NLS%%%%MMDIR%%/templates/sv/verify.txt
%%NLS%%%%MMDIR%%/templates/tr/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/tr/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/tr/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/tr/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/tr/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/tr/admlogin.html
%%NLS%%%%MMDIR%%/templates/tr/approve.txt
%%NLS%%%%MMDIR%%/templates/tr/archidxentry.html
%%NLS%%%%MMDIR%%/templates/tr/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/tr/archidxhead.html
%%NLS%%%%MMDIR%%/templates/tr/archlistend.html
%%NLS%%%%MMDIR%%/templates/tr/archliststart.html
%%NLS%%%%MMDIR%%/templates/tr/archtoc.html
%%NLS%%%%MMDIR%%/templates/tr/archtocentry.html
%%NLS%%%%MMDIR%%/templates/tr/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/tr/article.html
%%NLS%%%%MMDIR%%/templates/tr/bounce.txt
%%NLS%%%%MMDIR%%/templates/tr/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/tr/convert.txt
%%NLS%%%%MMDIR%%/templates/tr/cronpass.txt
%%NLS%%%%MMDIR%%/templates/tr/disabled.txt
%%NLS%%%%MMDIR%%/templates/tr/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/tr/headfoot.html
%%NLS%%%%MMDIR%%/templates/tr/help.txt
%%NLS%%%%MMDIR%%/templates/tr/invite.txt
%%NLS%%%%MMDIR%%/templates/tr/listinfo.html
%%NLS%%%%MMDIR%%/templates/tr/masthead.txt
%%NLS%%%%MMDIR%%/templates/tr/newlist.txt
%%NLS%%%%MMDIR%%/templates/tr/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/tr/options.html
%%NLS%%%%MMDIR%%/templates/tr/postack.txt
%%NLS%%%%MMDIR%%/templates/tr/postauth.txt
%%NLS%%%%MMDIR%%/templates/tr/postheld.txt
%%NLS%%%%MMDIR%%/templates/tr/private.html
%%NLS%%%%MMDIR%%/templates/tr/refuse.txt
%%NLS%%%%MMDIR%%/templates/tr/roster.html
%%NLS%%%%MMDIR%%/templates/tr/subauth.txt
%%NLS%%%%MMDIR%%/templates/tr/subscribe.html
%%NLS%%%%MMDIR%%/templates/tr/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/tr/unsub.txt
%%NLS%%%%MMDIR%%/templates/tr/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/tr/userpass.txt
%%NLS%%%%MMDIR%%/templates/tr/verify.txt
%%NLS%%%%MMDIR%%/templates/uk/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/uk/probe.txt
%%NLS%%%%MMDIR%%/templates/uk/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/uk/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/uk/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/uk/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/uk/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/uk/admlogin.html
%%NLS%%%%MMDIR%%/templates/uk/approve.txt
%%NLS%%%%MMDIR%%/templates/uk/archidxentry.html
%%NLS%%%%MMDIR%%/templates/uk/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/uk/archidxhead.html
%%NLS%%%%MMDIR%%/templates/uk/archlistend.html
%%NLS%%%%MMDIR%%/templates/uk/archliststart.html
%%NLS%%%%MMDIR%%/templates/uk/archtoc.html
%%NLS%%%%MMDIR%%/templates/uk/archtocentry.html
%%NLS%%%%MMDIR%%/templates/uk/article.html
%%NLS%%%%MMDIR%%/templates/uk/bounce.txt
%%NLS%%%%MMDIR%%/templates/uk/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/uk/convert.txt
%%NLS%%%%MMDIR%%/templates/uk/cronpass.txt
%%NLS%%%%MMDIR%%/templates/uk/disabled.txt
%%NLS%%%%MMDIR%%/templates/uk/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/uk/headfoot.html
%%NLS%%%%MMDIR%%/templates/uk/help.txt
%%NLS%%%%MMDIR%%/templates/uk/invite.txt
%%NLS%%%%MMDIR%%/templates/uk/listinfo.html
%%NLS%%%%MMDIR%%/templates/uk/masthead.txt
%%NLS%%%%MMDIR%%/templates/uk/newlist.txt
%%NLS%%%%MMDIR%%/templates/uk/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/uk/options.html
%%NLS%%%%MMDIR%%/templates/uk/postack.txt
%%NLS%%%%MMDIR%%/templates/uk/postauth.txt
%%NLS%%%%MMDIR%%/templates/uk/postheld.txt
%%NLS%%%%MMDIR%%/templates/uk/private.html
%%NLS%%%%MMDIR%%/templates/uk/refuse.txt
%%NLS%%%%MMDIR%%/templates/uk/roster.html
%%NLS%%%%MMDIR%%/templates/uk/subauth.txt
%%NLS%%%%MMDIR%%/templates/uk/subscribe.html
%%NLS%%%%MMDIR%%/templates/uk/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/uk/unsub.txt
%%NLS%%%%MMDIR%%/templates/uk/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/uk/userpass.txt
%%NLS%%%%MMDIR%%/templates/uk/verify.txt
%%NLS%%%%MMDIR%%/templates/vi/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/vi/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/vi/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/vi/admlogin.html
%%NLS%%%%MMDIR%%/templates/vi/archidxentry.html
%%NLS%%%%MMDIR%%/templates/vi/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/vi/archidxhead.html
%%NLS%%%%MMDIR%%/templates/vi/archlistend.html
%%NLS%%%%MMDIR%%/templates/vi/archliststart.html
%%NLS%%%%MMDIR%%/templates/vi/archtoc.html
%%NLS%%%%MMDIR%%/templates/vi/archtocentry.html
%%NLS%%%%MMDIR%%/templates/vi/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/vi/article.html
%%NLS%%%%MMDIR%%/templates/vi/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/vi/headfoot.html
%%NLS%%%%MMDIR%%/templates/vi/listinfo.html
%%NLS%%%%MMDIR%%/templates/vi/options.html
%%NLS%%%%MMDIR%%/templates/vi/private.html
%%NLS%%%%MMDIR%%/templates/vi/roster.html
%%NLS%%%%MMDIR%%/templates/vi/subscribe.html
%%NLS%%%%MMDIR%%/templates/vi/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/vi/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/vi/approve.txt
%%NLS%%%%MMDIR%%/templates/vi/bounce.txt
%%NLS%%%%MMDIR%%/templates/vi/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/vi/convert.txt
%%NLS%%%%MMDIR%%/templates/vi/cronpass.txt
%%NLS%%%%MMDIR%%/templates/vi/disabled.txt
%%NLS%%%%MMDIR%%/templates/vi/help.txt
%%NLS%%%%MMDIR%%/templates/vi/invite.txt
%%NLS%%%%MMDIR%%/templates/vi/masthead.txt
%%NLS%%%%MMDIR%%/templates/vi/newlist.txt
%%NLS%%%%MMDIR%%/templates/vi/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/vi/postack.txt
%%NLS%%%%MMDIR%%/templates/vi/postauth.txt
%%NLS%%%%MMDIR%%/templates/vi/postheld.txt
%%NLS%%%%MMDIR%%/templates/vi/probe.txt
%%NLS%%%%MMDIR%%/templates/vi/refuse.txt
%%NLS%%%%MMDIR%%/templates/vi/subauth.txt
%%NLS%%%%MMDIR%%/templates/vi/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/vi/unsub.txt
%%NLS%%%%MMDIR%%/templates/vi/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/vi/userpass.txt
%%NLS%%%%MMDIR%%/templates/vi/verify.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/admindbdetails.html
%%NLS%%%%MMDIR%%/templates/zh_CN/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/zh_CN/admindbsummary.html
%%NLS%%%%MMDIR%%/templates/zh_CN/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/admlogin.html
%%NLS%%%%MMDIR%%/templates/zh_CN/approve.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/archidxentry.html
%%NLS%%%%MMDIR%%/templates/zh_CN/archidxfoot.html
%%NLS%%%%MMDIR%%/templates/zh_CN/archidxhead.html
%%NLS%%%%MMDIR%%/templates/zh_CN/archlistend.html
%%NLS%%%%MMDIR%%/templates/zh_CN/archliststart.html
%%NLS%%%%MMDIR%%/templates/zh_CN/archtoc.html
%%NLS%%%%MMDIR%%/templates/zh_CN/archtocentry.html
%%NLS%%%%MMDIR%%/templates/zh_CN/archtocnombox.html
%%NLS%%%%MMDIR%%/templates/zh_CN/article.html
%%NLS%%%%MMDIR%%/templates/zh_CN/bounce.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/convert.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/cronpass.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/disabled.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/emptyarchive.html
%%NLS%%%%MMDIR%%/templates/zh_CN/headfoot.html
%%NLS%%%%MMDIR%%/templates/zh_CN/help.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/invite.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/listinfo.html
%%NLS%%%%MMDIR%%/templates/zh_CN/masthead.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/newlist.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/nomoretoday.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/options.html
%%NLS%%%%MMDIR%%/templates/zh_CN/postack.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/postauth.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/postheld.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/private.html
%%NLS%%%%MMDIR%%/templates/zh_CN/probe.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/refuse.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/roster.html
%%NLS%%%%MMDIR%%/templates/zh_CN/subauth.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/subscribe.html
%%NLS%%%%MMDIR%%/templates/zh_CN/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/unsub.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/unsubauth.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/userpass.txt
%%NLS%%%%MMDIR%%/templates/zh_CN/verify.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/admindbpreamble.html
%%NLS%%%%MMDIR%%/templates/zh_TW/adminsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/adminunsubscribeack.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/admlogin.html
%%NLS%%%%MMDIR%%/templates/zh_TW/approve.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/bounce.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/checkdbs.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/convert.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/cronpass.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/handle_opts.html
%%NLS%%%%MMDIR%%/templates/zh_TW/headfoot.html
%%NLS%%%%MMDIR%%/templates/zh_TW/help.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/listinfo.html
%%NLS%%%%MMDIR%%/templates/zh_TW/masthead.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/newlist.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/options.html
%%NLS%%%%MMDIR%%/templates/zh_TW/postack.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/postauth.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/postheld.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/refuse.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/roster.html
%%NLS%%%%MMDIR%%/templates/zh_TW/subauth.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/subscribe.html
%%NLS%%%%MMDIR%%/templates/zh_TW/subscribeack.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/userpass.txt
%%NLS%%%%MMDIR%%/templates/zh_TW/verify.txt
%%MMDIR%%/tests/EmailBase.py
%%MMDIR%%/tests/TestBase.py
%%MMDIR%%/tests/bounces/aol_01.txt
%%MMDIR%%/tests/bounces/bounce_01.txt
%%MMDIR%%/tests/bounces/bounce_02.txt
%%MMDIR%%/tests/bounces/bounce_03.txt
%%MMDIR%%/tests/bounces/dsn_01.txt
%%MMDIR%%/tests/bounces/dsn_02.txt
%%MMDIR%%/tests/bounces/dsn_03.txt
%%MMDIR%%/tests/bounces/dsn_04.txt
%%MMDIR%%/tests/bounces/dsn_05.txt
%%MMDIR%%/tests/bounces/dsn_06.txt
%%MMDIR%%/tests/bounces/dsn_07.txt
%%MMDIR%%/tests/bounces/dsn_08.txt
%%MMDIR%%/tests/bounces/dsn_09.txt
%%MMDIR%%/tests/bounces/dsn_10.txt
%%MMDIR%%/tests/bounces/dsn_11.txt
%%MMDIR%%/tests/bounces/dsn_12.txt
%%MMDIR%%/tests/bounces/dsn_13.txt
%%MMDIR%%/tests/bounces/dsn_14.txt
%%MMDIR%%/tests/bounces/dsn_15.txt
%%MMDIR%%/tests/bounces/dsn_16.txt
%%MMDIR%%/tests/bounces/dsn_17.txt
%%MMDIR%%/tests/bounces/dumbass_01.txt
%%MMDIR%%/tests/bounces/exim_01.txt
%%MMDIR%%/tests/bounces/groupwise_01.txt
%%MMDIR%%/tests/bounces/groupwise_02.txt
%%MMDIR%%/tests/bounces/hotpop_01.txt
%%MMDIR%%/tests/bounces/llnl_01.txt
%%MMDIR%%/tests/bounces/microsoft_01.txt
%%MMDIR%%/tests/bounces/microsoft_02.txt
%%MMDIR%%/tests/bounces/microsoft_03.txt
%%MMDIR%%/tests/bounces/netscape_01.txt
%%MMDIR%%/tests/bounces/newmailru_01.txt
%%MMDIR%%/tests/bounces/postfix_01.txt
%%MMDIR%%/tests/bounces/postfix_02.txt
%%MMDIR%%/tests/bounces/postfix_03.txt
%%MMDIR%%/tests/bounces/postfix_04.txt
%%MMDIR%%/tests/bounces/postfix_05.txt
%%MMDIR%%/tests/bounces/qmail_01.txt
%%MMDIR%%/tests/bounces/qmail_02.txt
%%MMDIR%%/tests/bounces/qmail_03.txt
%%MMDIR%%/tests/bounces/qmail_04.txt
%%MMDIR%%/tests/bounces/qmail_05.txt
%%MMDIR%%/tests/bounces/qmail_06.txt
%%MMDIR%%/tests/bounces/qmail_07.txt
%%MMDIR%%/tests/bounces/qmail_08.txt
%%MMDIR%%/tests/bounces/sendmail_01.txt
%%MMDIR%%/tests/bounces/simple_01.txt
%%MMDIR%%/tests/bounces/simple_02.txt
%%MMDIR%%/tests/bounces/simple_03.txt
%%MMDIR%%/tests/bounces/simple_04.txt
%%MMDIR%%/tests/bounces/simple_05.txt
%%MMDIR%%/tests/bounces/simple_06.txt
%%MMDIR%%/tests/bounces/simple_07.txt
%%MMDIR%%/tests/bounces/simple_08.txt
%%MMDIR%%/tests/bounces/simple_09.txt
%%MMDIR%%/tests/bounces/simple_10.txt
%%MMDIR%%/tests/bounces/simple_11.txt
%%MMDIR%%/tests/bounces/simple_12.txt
%%MMDIR%%/tests/bounces/simple_13.txt
%%MMDIR%%/tests/bounces/simple_14.txt
%%MMDIR%%/tests/bounces/simple_15.txt
%%MMDIR%%/tests/bounces/simple_16.txt
%%MMDIR%%/tests/bounces/simple_17.txt
%%MMDIR%%/tests/bounces/simple_18.txt
%%MMDIR%%/tests/bounces/simple_19.txt
%%MMDIR%%/tests/bounces/simple_20.txt
%%MMDIR%%/tests/bounces/simple_21.txt
%%MMDIR%%/tests/bounces/simple_22.txt
%%MMDIR%%/tests/bounces/simple_23.txt
%%MMDIR%%/tests/bounces/simple_24.txt
%%MMDIR%%/tests/bounces/simple_25.txt
%%MMDIR%%/tests/bounces/simple_26.txt
%%MMDIR%%/tests/bounces/simple_27.txt
%%MMDIR%%/tests/bounces/simple_28.txt
%%MMDIR%%/tests/bounces/simple_29.txt
%%MMDIR%%/tests/bounces/simple_30.txt
%%MMDIR%%/tests/bounces/simple_31.txt
%%MMDIR%%/tests/bounces/simple_32.txt
%%MMDIR%%/tests/bounces/simple_33.txt
%%MMDIR%%/tests/bounces/simple_34.txt
%%MMDIR%%/tests/bounces/simple_35.txt
%%MMDIR%%/tests/bounces/simple_36.txt
%%MMDIR%%/tests/bounces/simple_37.txt
%%MMDIR%%/tests/bounces/simple_38.txt
%%MMDIR%%/tests/bounces/simple_39.txt
%%MMDIR%%/tests/bounces/simple_40.txt
%%MMDIR%%/tests/bounces/sina_01.txt
%%MMDIR%%/tests/bounces/smtp32_01.txt
%%MMDIR%%/tests/bounces/smtp32_02.txt
%%MMDIR%%/tests/bounces/smtp32_03.txt
%%MMDIR%%/tests/bounces/smtp32_04.txt
%%MMDIR%%/tests/bounces/smtp32_05.txt
%%MMDIR%%/tests/bounces/smtp32_06.txt
%%MMDIR%%/tests/bounces/smtp32_07.txt
%%MMDIR%%/tests/bounces/yahoo_01.txt
%%MMDIR%%/tests/bounces/yahoo_02.txt
%%MMDIR%%/tests/bounces/yahoo_03.txt
%%MMDIR%%/tests/bounces/yahoo_04.txt
%%MMDIR%%/tests/bounces/yahoo_05.txt
%%MMDIR%%/tests/bounces/yahoo_06.txt
%%MMDIR%%/tests/bounces/yahoo_07.txt
%%MMDIR%%/tests/bounces/yahoo_08.txt
%%MMDIR%%/tests/bounces/yahoo_09.txt
%%MMDIR%%/tests/bounces/yahoo_10.txt
%%MMDIR%%/tests/bounces/yahoo_11.txt
%%MMDIR%%/tests/bounces/yale_01.txt
%%MMDIR%%/tests/fblast.py
%%MMDIR%%/tests/msgs/bad_01.txt
%%MMDIR%%/tests/onebounce.py
%%MMDIR%%/tests/paths.py
%%MMDIR%%/tests/test_bounces.py
%%MMDIR%%/tests/test_handlers.py
%%MMDIR%%/tests/test_lockfile.py
%%MMDIR%%/tests/test_membership.py
%%MMDIR%%/tests/test_message.py
%%MMDIR%%/tests/test_runners.py
%%MMDIR%%/tests/test_safedict.py
%%MMDIR%%/tests/test_security_mgr.py
%%MMDIR%%/tests/test_smtp.py
%%MMDIR%%/tests/testall.py
%%PYTHON_SITELIBDIR%%/mailman-info.txt
@dir %%MMDIR%%/tests/msgs
@dir %%MMDIR%%/tests/bounces
@dir %%MMDIR%%/tests
@dir %%MMDIR%%/scripts
@dir %%MMDIR%%/mail
@dir %%MMDIR%%/icons
@dir %%MMDIR%%/cron
@dir %%MMDIR%%/pythonlib
@dir %%MMDIR%%/cgi-bin
@dir %%MMDIR%%/bin
@dir %%MMDIR%%/Mailman/Queue
@dir %%MMDIR%%/Mailman/MTA
@dir %%MMDIR%%/Mailman/Logging
@dir %%MMDIR%%/Mailman/Handlers
@dir %%MMDIR%%/Mailman/Gui
@dir %%MMDIR%%/Mailman/Commands
@dir %%MMDIR%%/Mailman/Cgi
@dir %%MMDIR%%/Mailman/Bouncers
@dir %%MMDIR%%/Mailman/Archiver
@dir %%IMGDIR%%
@dir %%MMDIR%%/spam
@dir %%MMDIR%%/qfiles
@dir %%MMDIR%%/logs
@dir %%MMDIR%%/locks
@dir %%MMDIR%%/lists
@dir %%MMDIR%%/data
@dir %%MMDIR%%/archives/public
@comment @dir %%MMDIR%%/archives/private
%%SUB_HTDIG%%@dir %%MMDIR%%/archives/htdig
@dir %%MMDIR%%/archives
@dir %%MMDIR%%/Mailman
@group