Debianization and various other fixes.
[ezmlm] / ezmlmrc.jp
1 0.40 - This version identifier must be on line 1 and start in pos 1.
2 #
3 #$Id: ezmlmrc.jp,v 1.28 1999/12/22 04:02:15 lindberg Exp $
4 #$Name: ezmlm-idx-040 $
5 #
6 # ezmlmrc.jp - Translated: Masashi Fujita <objectx@bandit.co.jp>
7 # #######
8 # Controls the actions of ezmlm-make as patched with ezmlm-idx-0.31 or later.
9 #
10 # The base directory 'DIR' is always created by ezmlm-make, as is DIR/key.
11 # Everything else is done from here.
12 #
13 # ezmlm-make looks for this file, first as .ezmlmrc in the directory that the
14 # lists .qmail files will be placed in (if you've used the -c command line
15 # switch), then /etc/ezmlmrc, then ezmlmrc in the ezmlm-make binary directory.
16 # Thus, you can customize ezmlm-make on a global level by placing a customized
17 # copy of ezmlmrc in /etc and on a user level by copying it to .ezmlmrc in
18 # the user's home directory AND use the ezmlm-make -c switch.
19 #
20 # Tags are:
21 # </filename/> : put succeeding text lines in DIR/filename
22 # </-filename/> : erase DIR/filename.
23 # </+dirname/> : create directory DIR/dirname
24 # </:lname/dirname> : symlink DIR/.qmail-list-lname -> DIR/dirname
25 #
26 # The name in the tag can be suffixed with '#' and any number of flags,
27 # corresponding to command line switches. The item will be created/extended
28 # only if all the flags listed are set. Files can be extended as long as they
29 # were the last one created, but not if another file has been started since
30 # then. Flags that are not recognized are silently ignored.
31 #
32 # Thus, </filename#aP/> creates the file if and only if the list is archived
33 # (-a) and not public (-P). If the next tag is </filename#m/>, the file is
34 # extended with the lines up to the next tag if the list is message moderated
35 # (-m). If the next tag is </another/>, 'filename' is closed. Any further
36 # tags leading to the reopenining of 'filename' will overwrite the file, not
37 # extend it.
38 #
39 # A set of user-defined command line switches (xX, yY, zZ) are available for
40 # customization.
41 #
42 # Within the text, certain tags are substituted. Other tags are copied as
43 # is. <#A#> and <#R#> are substituted by ezmlm-manage and -store (see man pages)
44 # and <#l#> (lower case L) is replaced dynamically by the list name for
45 # programs handling both 'list' and 'list-digest'.
46 #
47 # Substitutions are:
48 # <#B#> ezmlm binaries path <#C#> digest code <#D#> dir
49 # <#H#> host <#L#> local <#F#> flags
50 # <#T#> dot <#0#> arg for -0. <#3#>...<#9#> arg for -3..9
51 # <#1#> ext1 <#2#> ext2 [if dot is /path/.qmail-ext1-ext2-name]
52 # The latter useful when a single user is controlling several virtual domains.
53 #
54 # -0 is used for the main list address when setting up sublists
55 # -3 is for the new from header if we want that header replaced
56 # -4 for specifying the ezmlm-tstdig switches used in dir/editor. Default
57 # -k64 -m30 -t24. Only used if -g is used.
58 # -5 for list-owner address. Mail to list-owner will be forwarded to this addr.
59 # -6 for sql connection info
60 # -7 for contents of DIR/modpost
61 # -8 for contents of DIR/modsub
62 # -9 for contents of DIR/remote
63 #
64 # For demonstration purposes, the '-x' switch results in the following
65 # non-standard actions:
66 # - Removal of many non-text MIME parts from messages.
67 # - Limit posts to 2 bytes <= msg body size <= 40000
68 #
69 # Attempts to create links or directories that already exist, will result
70 # in a FATAL error. Attempts to open files that have already been closed
71 # or already exits, will cause the old file to be overwritten.
72 #
73 # One of the major problems with ezmlm-lists is DIR/inlocal. For normal
74 # users, it is set up to the list name (user-list or so), which is correct.
75 # However, for user 'ezmlm' in control of virtual domain 'host.dom.com'
76 # the list name is 'list@host.dom.com', but inlocal should be 'ezmlm-list',
77 # not 'list'. Similarly, if ezmlm-domain1 is in control of 'host.dom.com,
78 # list@host.dom.com, should yield an inlocal of 'ezmlm-domain1-list'. To
79 # always get the lists correct, place this file as '.ezmlmrc' in the
80 # users home directory (~ezmlm/.ezmlmrc) and change the inlocal text below
81 # to 'ezmlm-<#L#>' or 'ezmlm-<#1#>-<#L#>, respectively.
82 # config to support future editing without giving ezmlm-make command line
83 # arguments other than dir. Useful for GUI/WWW editing tools
84 </config/>
85 F:<#F#>
86 X:<#X#>
87 D:<#D#>
88 T:<#T#>
89 L:<#L#>
90 H:<#H#>
91 C:<#C#>
92 0:<#0#>
93 3:<#3#>
94 4:<#4#>
95 5:<#5#>
96 6:<#6#>
97 7:<#7#>
98 8:<#8#>
99 9:<#9#>
100 </inlocal/>
101 <#L#>
102 </sublist#0/>
103 <#0#>
104 </+archive/>
105 </+subscribers/>
106 </+bounce/>
107 </+text/>
108 # dirs for digests
109 </+digest#d/>
110 </+digest/subscribers#d/>
111 </+digest/bounce#d/>
112 # for extra address db
113 </+allow/>
114 </+allow/subscribers/>
115 # for blacklist
116 </+deny#k/>
117 </+deny/subscribers#k/>
118 # moderator db & mod queue dirs. Needed for -m, -r -s, so we just
119 # make them by default.
120 </+mod/>
121 </+mod/subscribers/>
122 </+mod/pending/>
123 </+mod/accepted/>
124 </+mod/rejected/>
125 # links: dot -> dir/editor
126 </:/editor/>
127 </:-owner/owner/>
128 </:-digest-owner/owner#d/>
129 </:-return-default/bouncer/>
130 </:-digest-return-default/digest/bouncer#d/>
131 </:-default/manager/>
132 # for message moderation only
133 </:-accept-default/moderator#m/>
134 </:-reject-default/moderator#m/>
135 # Get rid of configuration flags for editing mode so we can start with a
136 # clean slate.
137 </-modpost#eM/>
138 </-modsub#eS/>
139 </-remote#eR/>
140 </-public#eP/>
141 </-indexed#eA/>
142 </-archived#eA/>
143 </-prefix#eF/>
144 </-text/trailer#eT/>
145 </-sublist#e^0/>
146 </-mimeremove#eX/>
147 # Not needed, except for message moderation.
148 </-moderator#eM/>
149 # We don't clean out text files to make it easier for users
150 # doing manual config by e.g. touching dir/remote.
151 # subscription moderation
152 </modsub#s/>
153 <#8#>
154 # remote admin
155 </remote#r/>
156 <#9#>
157 # message moderation
158 </modpost#m/>
159 <#7#>
160 # List owner mail
161 </owner#5/>
162 <#5#>
163 </owner#^5/>
164 <#D#>/Mailbox
165 </#W/>
166 |<#B#>/ezmlm-warn '<#D#>' || exit 0
167 # Handles subscription. Add flags if you want a non-default digest format.
168 # Service subject commands to the # request address if the -q switch is given.
169 # Also -l and -d enable subscriber listing/text file editing, for remote adms.
170 # -u gives subscriber only archive access
171 </manager#ab/>
172 |<#B#>/ezmlm-get -P '<#D#>' <#C#>
173 </manager#aGB/>
174 |<#B#>/ezmlm-get '<#D#>' <#C#>
175 </manager#agB/>
176 |<#B#>/ezmlm-get -s '<#D#>' <#C#>
177 </manager#q/>
178 |<#B#>/ezmlm-request '<#D#>'
179 # Ok to add -l/-d even for non-mod lists, since ezmlm-manage
180 # won't allow it unless there are remote admins. The lack of logic other than
181 # AND makes this very tedious ...
182 # first lists with normal confirmation:
183 </manager#LNHJ/>
184 |<#B#>/ezmlm-manage '<#D#>'
185 </manager#lNHJ/>
186 |<#B#>/ezmlm-manage -l '<#D#>'
187 </manager#LnHJ/>
188 |<#B#>/ezmlm-manage -e '<#D#>'
189 </manager#lnHJ/>
190 |<#B#>/ezmlm-manage -le '<#D#>'
191 # ... now no confirmation for subscribe ...
192 </manager#LNhJ/>
193 |<#B#>/ezmlm-manage -S '<#D#>'
194 </manager#lNhJ/>
195 |<#B#>/ezmlm-manage -lS '<#D#>'
196 </manager#LnhJ/>
197 |<#B#>/ezmlm-manage -eS '<#D#>'
198 </manager#lnhJ/>
199 |<#B#>/ezmlm-manage -leS '<#D#>'
200 # ... now no confirmation for unsubscribe ...
201 </manager#LNHj/>
202 |<#B#>/ezmlm-manage -U '<#D#>'
203 </manager#lNHj/>
204 |<#B#>/ezmlm-manage -lU '<#D#>'
205 </manager#LnHj/>
206 |<#B#>/ezmlm-manage -eU '<#D#>'
207 </manager#lnHj/>
208 |<#B#>/ezmlm-manage -leU '<#D#>'
209 # ... and finally no confirmation at all ...
210 </manager#LNhj/>
211 |<#B#>/ezmlm-manage -US '<#D#>'
212 </manager#lNhj/>
213 |<#B#>/ezmlm-manage -lUS '<#D#>'
214 </manager#Lnhj/>
215 |<#B#>/ezmlm-manage -eUS '<#D#>'
216 </manager#lnhj/>
217 |<#B#>/ezmlm-manage -leUS '<#D#>'
218 </manager#W/>
219 |<#B#>/ezmlm-warn '<#D#>' || exit 0
220 </#dW/>
221 |<#B#>/ezmlm-warn -d '<#D#>' || exit 0
222 </editor/>
223 # reject shouldn't be configured for sublist.
224 </#^0/>
225 # full reject is now default, to get To/Cc: listaddress requirement
226 |<#B#>/ezmlm-reject '<#D#>'
227 # -k => reject posts from blacklisted addresses. Done for moderated
228 # lists as well - allows removal of unwanted noise.
229 </#k^0/>
230 |<#B#>/ezmlm-issubn -n '<#D#>/deny' || { echo "Sorry, I've been told to reject your posts. Contact <#L#>-owner@<#H#> if you have questions about this (#5.7.2)"; exit 100 ; }
231 # switch -u=> restrict to subs of list & digest. If not m
232 # do it with ezmlm-issubn, if 'm' do it with ezmlm-gate
233 </#uM/>
234 |<#B#>/ezmlm-issubn '<#D#>' '<#D#>/digest' '<#D#>/allow' '<#D#>/mod' || { echo "Sorry, only subscribers may post. If you are a subscriber, please forward this message to <#L#>-owner@<#H#> to get your new address included (#5.7.2)"; exit 100 ; }
235 </#um/>
236 |<#B#>/ezmlm-gate '<#D#>' '<#D#>' '<#D#>/digest' '<#D#>/allow' '<#D#>/mod'
237 # For message moderation, editor has store/clean
238 </#mUO/>
239 |<#B#>/ezmlm-store '<#D#>'
240 </#mUo/>
241 |<#B#>/ezmlm-store -P '<#D#>'
242 </#mU/>
243 |<#B#>/ezmlm-clean '<#D#>' || exit 0
244 </#mu/>
245 |<#B#>/ezmlm-clean -R '<#D#>' || exit 0
246 # for non-message moderated lists, it has send
247 </#M/>
248 |<#B#>/ezmlm-send '<#D#>'
249 # ezmlm-archive here for normal lists. Put into moderator for mess-mod lists
250 </#Mi/>
251 |<#B#>/ezmlm-archive '<#D#>' || exit 0
252 # all lists have warn unless -w.
253 </#W/>
254 |<#B#>/ezmlm-warn '<#D#>' || exit 0
255 # for digest bounces
256 </#dW/>
257 |<#B#>/ezmlm-warn -d '<#D#>' || exit 0
258 </#d^4/>
259 |<#B#>/ezmlm-tstdig -m30 -k64 -t48 '<#D#>' || exit 99
260 </#d4/>
261 |<#B#>/ezmlm-tstdig <#4#> '<#D#>' || exit 99
262 </#d/>
263 |<#B#>/ezmlm-get '<#D#>' || exit 0
264 # bouncer for list and digest
265 </bouncer/>
266 |<#B#>/ezmlm-weed
267 |<#B#>/ezmlm-return -D '<#D#>'
268 </digest/bouncer#d/>
269 |<#B#>/ezmlm-weed
270 |<#B#>/ezmlm-return -d '<#D#>'
271 # moderator is set up only for message moderated lists. However, '-e' does
272 # not remove it since we can't remove the symlinks to it (they're outside
273 # of the list dir.
274 </moderator#m/>
275 |<#B#>/ezmlm-moderate '<#D#>'
276 </#mi/>
277 |<#B#>/ezmlm-archive '<#D#>' || exit 0
278 </#mU/>
279 |<#B#>/ezmlm-clean '<#D#>' || exit 0
280 </#mu/>
281 |<#B#>/ezmlm-clean -R '<#D#>' || exit 0
282 </headerremove#E/>
283 return-path
284 return-receipt-to
285 content-length
286 precedence
287 disposition-notification-to
288 x-confirm-reading-to
289 x-pmrqc
290 list-subscribe
291 list-unsubscribe
292 list-help
293 </headerremove#E^0/>
294 # For sublists, these should be left in
295 list-post
296 # remove from header if -3 'new_from_line'
297 </#3E/>
298 from
299 </lock/>
300 </lockbounce/>
301 </digest/lockbounce#d/>
302 </digest/lock#d/>
303 </public#p/>
304 </archived#a/>
305 </indexed#a/>
306 </inhost/>
307 <#H#>
308 </outhost/>
309 <#H#>
310 </outlocal/>
311 <#L#>
312 </mailinglist/>
313 contact <#L#>-help@<#H#>; run by ezmlm
314 # Headeradd needs to always exist but leave out stuff for sublists
315 </headeradd#E^0/>
316 # Good for mailing list stuff (and vacation program)
317 Precedence: bulk
318 # To prevent indexing by findmail.com
319 X-No-Archive: yes
320 # rfc2369, first from main list only, others from sublist only
321 List-Post: <mailto:<#L#>@<#H#>>
322 </headeradd#E/>
323 List-Help: <mailto:<#l#>-help@<#h#>>
324 List-Unsubscribe: <mailto:<#l#>-unsubscribe@<#h#>>
325 List-Subscribe: <mailto:<#l#>-subscribe@<#h#>>
326 # add new from line "From: arg" if -3 'arg'
327 </#3E/>
328 From: <#3#>
329 # max & min message size
330 </msgsize#x/>
331 30000:2
332 # remove mime parts if -x
333 </mimeremove#xE/>
334 application/excel
335 application/rtf
336 application/msword
337 application/ms-tnef
338 text/html
339 text/rtf
340 text/enriched
341 text/x-vcard
342 application/activemessage
343 application/andrew-inset
344 application/applefile
345 application/atomicmail
346 application/dca-rft
347 application/dec-dx
348 application/mac-binhex40
349 application/mac-compactpro
350 application/macwriteii
351 application/news-message-id
352 application/news-transmission
353 application/octet-stream
354 application/oda
355 application/pdf
356 application/postscript
357 application/powerpoint
358 application/remote-printing
359 application/slate
360 application/wita
361 application/wordperfect5.1
362 application/x-bcpio
363 application/x-cdlink
364 application/x-compress
365 application/x-cpio
366 application/x-csh
367 application/x-director
368 application/x-dvi
369 application/x-hdf
370 application/x-httpd-cgi
371 application/x-koan
372 application/x-latex
373 application/x-mif
374 application/x-netcdf
375 application/x-stuffit
376 application/x-sv4cpio
377 application/x-sv4crc
378 application/x-tar
379 application/x-tcl
380 application/x-tex
381 application/x-texinfo
382 application/x-troff
383 application/x-troff-man
384 application/x-troff-me
385 application/x-troff-ms
386 application/x-ustar
387 application/x-wais-source
388 audio/basic
389 audio/mpeg
390 audio/x-aiff
391 audio/x-pn-realaudio
392 audio/x-pn-realaudio
393 audio/x-pn-realaudio-plugin
394 audio/x-realaudio
395 audio/x-wav
396 image/gif
397 image/ief
398 image/jpeg
399 image/png
400 image/tiff
401 image/x-cmu-raster
402 image/x-portable-anymap
403 image/x-portable-bitmap
404 image/x-portable-graymap
405 image/x-portable-pixmap
406 image/x-rgb
407 image/x-xbitmap
408 image/x-xpixmap
409 image/x-xwindowdump
410 text/x-sgml
411 video/mpeg
412 video/quicktime
413 video/x-msvideo
414 video/x-sgi-movie
415 x-conference/x-cooltalk
416 x-world/x-vrml
417 # These can also be excluded, but for many lists it is desirable
418 # to allow them. Uncomment to add to mimeremove.
419 # application/zip
420 # application/x-gtar
421 # application/x-gzip
422 # application/x-sh
423 # application/x-shar
424 # chemical/x-pdb
425 # --------------------- Handle SQL connect info
426 </-sql#^6e/>
427 </-digest/sql#^6e/>
428 </-allow/sql#^6e/>
429 </sql#6W/>
430 <#6#>
431 </sql#6w/>
432 <#6#>:<#L#>@<#H#>
433 </digest/sql#6dW/>
434 <#6#>_digest
435 </digest/sql#6dw/>
436 <#6#>_digest:<#L#>_digest@<#H#>
437 </allow/sql#6/>
438 <#6#>_allow
439 # -------------------- End sql stuff
440 </prefix#fE/>
441 [<#L#>]
442 </text/trailer#tE/>
443 ---------------------------------------------------------------------
444 To unsubscribe, e-mail: <#L#>-unsubscribe@<#H#>
445 For additional commands, e-mail: <#L#>-help@<#H#>
446 </text/bottom#E/>
447
448 --- mailing list <#l#> \e$B$GMxMQ2DG=$J\e(B command \e$B0lMw$G$9\e(B ---
449
450 ezmlm \e$B$O0J2<$N\e(B command \e$B$r<+F0$G<B9T$7$^$9!#\e(B
451
452 [[[ \e$B@dBP$K\e(B mailing list \e$BK\BN$K\e(B command \e$B$rAw$i$J$$$G2<$5$$\e(B ]]]
453
454 command \e$B$O0J2<$N\e(B address \e$B08$K6u$N\e(B message \e$B$rAw$k$3$H$G<B9T$5$l$^$9!#\e(B
455
456 * \e$BMxMQ2DG=$J\e(B command \e$B0lMw$r<h$j=P$9\e(B
457 <<#L#>-help@<#H#>>
458 (Get help and commands)
459
460 * \e$B9XFI$r3+;O$9$k\e(B
461 <<#L#>-subscribe@<#H#>>
462 (Start subscription)
463
464 \e$B9XFI$rCf;_$9$k$K$O\e(B mailing list <#L#> \e$B$+$i$N\e(B message \e$B$N\e(B header \e$B$K\e(B
465 \e$B4^$^$l$F$$$k\e(B ``List-Unsubscribe'' \e$B9T$,<($9\e(B address \e$B$K6u\e(B message
466 \e$B$rAw$C$F$/$@$5$$!#$^$?$O0J2<$N\e(B address \e$B08$F$K6u\e(B message \e$B$rAw$C$F\e(B
467 \e$B2<$5$$!#\e(B
468 <<#L#>-unsubscribe@<#H#>>
469 (Stop subscription)
470
471 </#dE/>
472 digest \e$B$N9XFI$rCf;_$9$k$K$O0J2<$N\e(B address \e$B08$F$K6u$N\e(B message \e$B$r\e(B
473 \e$BAw$C$F2<$5$$!#\e(B
474 <<#L#>-digest-unsubscribe@<#H#>>
475 (Stop digest subscription)
476
477 </#E/>
478 \e$B9XFI$N3+;O$*$h$SCf;_$N:]$K$O\e(B ezmlm \e$B$O3NG'$N0Y$N\e(B message \e$B$r\e(B
479 \e$B;XDj$5$l$?\e(B address \e$B08$F$KAw?.$7$^$9!#$=$N3NG'$N0Y$N\e(B message
480 \e$B$KBP$7$F!"\e(Breply \e$B$rJV$9$3$H$G3NG'$N<jB3$-$O=*N;$7$^$9!#\e(B
481
482 \e$B0J>e$N;X<($K=>$C$F$b!"K>$s$@7k2L$K$J$i$J$$>l9gEy$O!"\e(B
483 mailing list <#L#> \e$B$N<g:K<T$N\e(B
484 <#L#>-owner@<#H#> \e$BKxO"Mm$7$F2<$5$$!#\e(B
485 \e$B!JJV;v$,CY$l$k$+$b$7$l$^$;$s!#$4N;>52<$5$$!K\e(B
486
487 \e$BLdBj$N2r@O$r?J$a$d$9$/$9$k0Y$K\e(B ezmlm \e$B$+$iAw$i$l$F$-$?\e(B message \e$B$r\e(B
488 \e$B!XA4$F$N\e(B header \e$B$r4^$a$F!YE:IU$7$F$/$@$5$$!#\e(B
489
490 --- \e$B0J2<$KAw$i$l$F$-$?\e(B message \e$B$rE:IU$7$F$*$-$^$9\e(B ---
491
492 </text/bounce-bottom#E/>
493
494 --- \e$B0J2<$KJVAw$5$l$F$-$?\e(B message \e$B$rE:IU$7$F$*$-$^$9\e(B ---
495
496 </text/bounce-num#E/>
497
498 mailing list <#L#> \e$B$,5.J}08$KAw$C$?\e(B message \e$B$NFb\e(B
499 \e$BG[Aw$K<:GT$7$?$b$N$NHV9f$rE:IU$7$F$*$-$^$9!#\e(B
500
501 </#aE/>
502 message \e$B$O\e(B archive \e$BCf$KJ]B8$5$l$F$$$^$9!#\e(B
503
504 </#aE/>
505 \e$B6u$N\e(B message \e$B$r0J2<$N\e(B command address \e$B$KAw$k$3$H$G!"5.J}$,<u$1<h$l\e(B
506 \e$B$J$+$C$?\e(B message \e$B$r\e(B archive \e$BFb$+$i<h$j=P$9$3$H$,=PMh$^$9!#\e(B
507
508 \e$BNc!K\e(B
509 * 123 \e$BHV$+$i\e(B 145 \e$BHVKx$N\e(B message \e$B$r<h$j=P$9\e(B
510 <<#L#>-get.123_145@<#H#>>
511 \e$B!J0lEY$K<h$j=P$;$k$N$O:GBg$G\e(B 100\e$BDL$G$9!K\e(B
512
513 * \e$B:G?7\e(B 100\e$BDL$NEj9F<T$H\e(B Subject: \e$B9T$r<h$j=P$9\e(B
514 <<#L#>-index@<#H#>>
515
516 </#E/>
517 \e$BG[Aw$K<:GT$7$?\e(B message \e$B$NHV9f$O0J2<$NDL$j$G$9\e(B:
518
519 </text/dig-bounce-num#E/>
520
521 \e$BG[Aw$K<:GT$7$?\e(B mailing list <#L#> \e$B$N\e(B digest \e$BHG$K\e(B
522 \e$B4^$^$l$F$$$?:G=i$N\e(B message \e$BHV9f$rE:IU$7$F$*$-$^$9!#\e(B
523
524 </#aE/>
525 ezmlm \e$B$O\e(B digest \e$B<+BN$OJ]B8$7$F$$$^$;$s!#\e(B
526 \e$B$G$9$,!"0J2<$N\e(B command address \e$B$K6u$N\e(B message \e$B$rAw$k;v$G\e(B
527 mailing list <#L#> \e$BK\BN$N\e(B
528 archive \e$B$+$i!"5.J}$,<u$1<h$l$J$+$C$?\e(B message \e$B72$r<h$j=P$9\e(B
529 \e$B$3$H$,$G$-$^$9!#\e(B
530
531 \e$BNc!K\e(B
532 * 123 \e$BHV$+$i\e(B 145 \e$BHVKx$N\e(B message \e$B$r<h$j=P$9\e(B
533 <<#L#>-get.123_145@<#H#>>
534 \e$B!J0lEY$K<h$j=P$;$k$N$O:GBg$G\e(B 100\e$BDL$G$9!K\e(B
535
536 * \e$B:G?7\e(B 100\e$BDL$NEj9F<T$H\e(B Subject: \e$B9T$r<h$j=P$9\e(B
537 <<#L#>-index@<#H#>>
538
539 </#E/>
540 --- \e$B0J2<$O\e(B digest \e$BHG$N3+;O\e(B message \e$BHV9f0lMw$G$9\e(B ---
541
542 </text/bounce-probe#E/>
543
544 \e$B5.J}08$K\e(B mailing list <#L#> \e$B$,Aw$C$?\e(B
545 message \e$B$N4v$D$+$,G[Aw=PMh$:!"3NG'$N0Y$K\e(B ezmlm \e$B$,Aw?.$7$?\e(B
546 message \e$B$bG[Aw$K<:GT$7$F$7$^$$$^$7$?!#\e(B
547
548 \e$BG[Aw$K<:GT$7$FJVAw$5$l$F$-$?\e(B message \e$B$rE:IU$7$F$*$-$^$9!#\e(B
549
550 \e$B$3$N\e(B message \e$B$O!"5.J}08$KG[Aw$,2DG=$+H]$+$rD4$Y$k$?$a$N$b$N$G$9!#\e(B
551 \e$B$3$N\e(B message \e$B$bG[Aw$K<:GT$7$?>l9g$O!"\e(Bezmlm \e$B$O5.J}$N\e(B address \e$B$r\e(B
552 mailing list <#L#>@<#H#> \e$B$+$i\e(B
553 \e$B<+F0E*$K:o=|$7$^$9!#\e(B
554
555 \e$B$b$&0lEY9XFI$r$7$?$$>l9g$O!"0J2<$N\e(B address
556
557 <<#L#>-subscribe@<#H#>>
558
559 \e$B08$K6u$N\e(B message \e$B$rAw$C$F!"?75,$K9XFI$r$7$J$*$7$F2<$5$$!#\e(B
560
561 </text/bounce-warn#E/>
562
563 \e$B5.J}08$K\e(B mailing list <#L#> \e$B$,Aw$C$?\e(B message \e$B$N4v$D$+$G\e(B
564 \e$BG[Aw$K<:GT$7$^$7$?!#\e(B
565
566 \e$BG[Aw$K<:GT$7$?\e(B message \e$B$N:G=i$N0lDL$rE:IU$7$F$*$-$^$9!#\e(B
567
568 \e$B$b$7$b$3$N\e(B message \e$B<+BN$bG[Aw$K<:GT$7$?>l9g$K$O\e(B
569 ezmlm \e$B$O3NG'$N\e(B message \e$B$rAw$j$^$9!#$=$N\e(B message \e$B$bG[Aw$K<:GT$7$?>l9g\e(B
570 \e$B5.J}$N\e(B address \e$B$O\e(B mailing list <#L#> \e$B$+$i\e(B
571 \e$BL5>r7o$K:o=|$5$l$^$9!#\e(B
572
573 </text/digest#dE/>
574 digest \e$B$N9XFI$r4uK>$9$k>l9g$O!"6u$N\e(B message \e$B$r\e(B
575
576 <<#L#>-digest-subscribe@<#H#>>
577 (To subscribe to the digest)
578
579 \e$B08$KAw$C$F2<$5$$!#\e(B
580
581 digest \e$B$N9XFI$r$d$a$k>l9g$O!"6u$N\e(B message \e$B$r\e(B
582
583 <<#L#>-digest-unsubscribe@<#H#>>
584 (To unsubscribe from the digest)
585
586 \e$B08$KAw$C$F2<$5$$!#\e(B
587
588 mailing list <#L#> \e$B$X$N\e(B post \e$B$O\e(B
589
590 <<#L#>@<#H#>>
591 (To post to the list)
592
593 \e$B08$K$*4j$$$7$^$9!#\e(B
594
595 </text/get-bad#E/>
596 \e$B?=$7LuM-$j$^$;$s$,!";XDj$5$l$?\e(B message \e$B$O\e(B archive \e$BCf$K\e(B
597 \e$B$"$j$^$;$s$G$7$?!#\e(B
598
599 </text/help#E/>
600 \e$B$3$l$OHFMQ$N\e(B help message \e$B$G$9!#\e(B
601 \e$B5.J}$N\e(B message \e$B$O\e(B ezmlm \e$B$N\e(B command \e$B$H$7$F$OG'<1$5$l$^$;$s$G$7$?!#\e(B
602
603 \e$B0J2<$KMxMQ2DG=$J\e(B command address \e$B0J2<$NDL$j$G$9!'\e(B
604 \e$B!J6u\e(B message \e$B$r;XDj$5$l$?\e(B command address \e$B$KAw?.$9$k$3$H$G<B9T$5$l$^$9!K\e(B
605
606 * mailing list <#l#> \e$B$N@bL@$r<h$j=P$7$^$9!#\e(B
607 <<#L#>-info@<#H#>>
608 (Get information)
609 * mailing list <#l#> \e$B$N!X$h$/?R$M$i$l$k<ALd$H$=$NEz$(!Y$r<h$j=P$7$^$9!#\e(B
610 <<#L#>-faq@<#H#>>
611 (Get FAQ)
612
613 </#dE/>
614 * digest list <#L#>-digest \e$B$N9XFI$r3+;O$9$k\e(B
615 <<#L#>-digest-subscribe@<#H#>>
616 (Start digest subscription)
617
618 * digest list <#L#>-digest \e$B$N9XFI$rCf;_$9$k\e(B
619 <<#L#>-digest-unsubscribe@<#H#>>
620 (Stop digest subscription)
621
622 # ezmlm-make -i needed to add ezmlm-get line. If not, we can't do
623 # multi-get!
624 </#aE/>
625 * 123 \e$BHV$+$i\e(B 145 \e$BHVKx$N\e(B message \e$B$r<h$j=P$9\e(B
626 <<#L#>-get.123_145@<#H#>>
627 \e$B!J0lEY$K<h$j=P$;$k$N$O:GBg$G\e(B 100\e$BDL$G$9!K\e(B
628
629 * 123 \e$BHV$+$i\e(B 145 \e$BHVKx$N\e(B message \e$B$NAw?.<T$H\e(B Subject: \e$B$r<h$j=P$9\e(B
630 <<#L#>-index.123_456@<#H#>>
631
632 * message 12345 \e$BHV$N\e(B Subject: \e$B$HF1$8\e(B Subject: \e$B$r;}$D\e(B message \e$B$r\e(B
633 \e$B<h$j=P$9\e(B
634 <<#L#>-thread.12345@<#H#>>
635
636 </#E/>
637 command address \e$B08$F$N\e(B message \e$B$O\e(B address \e$B$N$_$,I,MW$G$9!#Cf?H$O\e(B
638 \e$B2?$,$"$C$F$bL5;k$5$l$^$9!#\e(B
639
640 \e$BI,MW$G$"$l$PDL>o$H$O0[$J$k\e(B address \e$B$G\e(B mailing list <#L#> \e$B$+$i$N\e(B
641 message \e$B$r<u$1<h$k$h$&$K=PMh$^$9!#\e(B
642
643 \e$BNc!K\e(Bjohn@host.domain \e$B$G<u$1<h$kMM$K$9$k\e(B
644
645 \e$B<u$1<h$j\e(B address \e$B$r0J2<$NMM$KJQ49$7$F\e(B
646
647 john@host.domain
648 \e$B"-\e(B \e$B!J\e(B'@' --> '='\e$B!K\e(B
649 john=host.domain
650 \e$B"-\e(B
651 <<#L#>-subscribe-john=host.domain@<#H#>>
652
653 <#L#>-subscribe-john=host.domain@<#H#> \e$B08$F$K6u\e(B message \e$B$rAw$k$3$H$G\e(B
654 john@host.domain \e$B$G$N9XFI$r3+;O$G$-$^$9!#\e(B
655
656 \e$B$3$N>l9g!"9XFI$rCf;_$9$k$K$O\e(B <#L#>-unsubscribe-john=host.domain@<#H#>
657 \e$B08$F$K6u\e(B message \e$B$rAw$C$F$/$@$5$$!#\e(B
658
659 </text/mod-help#E/>
660 --- \e$B4IM}<T$N3'MM$X\e(B ---
661
662 mailing list <#L#>@<#H#> \e$B$N4IM}$K\e(B
663 \e$B6(NO$7$F$$$?$@$-46<U$7$^$9!#\e(B
664
665 ezmlm \e$B$N\e(B command \e$B$O!"B>$N\e(B mailing list program \e$B$H$O<c430[$J$C$F\e(B
666 \e$B8+$($k$+$b$7$l$^$s$,!"\e(Bcommand \e$B$,D>46E*$G$"$j!";HMQ$,4JC1$@$H\e(B
667 \e$B;W$($k$G$7$g$&!#\e(B
668
669 \e$B0J2<$O\e(B mailing list \e$B$N4IM}<T$H$7$F$N:n6H$N$?$a$N<j0z$-$G$9!#\e(B
670
671 Remote subscription
672 -------------------
673 \e$B4IM}<T$OG$0U$N\e(B address \e$B$r9XFI<T$K2C$($?$j30$7$?$j$9$k;v$,=PMh$^$9!#\e(B
674 \e$BNc$($P\e(B "john@host.domain" \e$B$r9XFI<T$K2C$($k>l9g$O!"\e(B
675
676 john@host.domain
677 \e$B"-\e(B
678 john=host.domain
679 \e$B"-\e(B
680 <<#L#>-subscribe-john=host.domain@<#H#>>
681
682 \e$B$NMM$K$7$F\e(B command address \e$B$r@8@.$7!"$=$N\e(B address \e$B$X\e(B
683 \e$B6u$N\e(B message \e$B$rAw$C$F2<$5$$!#\e(B
684
685 \e$B$^$?!"\e(Bjohn@host.domain \e$B$r9XFI<T$+$i30$9>l9g$O\e(B
686
687 <<#L#>-unsubscribe-john=host.domain@<#H#>>
688
689 \e$B$X6u$N\e(B message \e$B$rAw$C$F2<$5$$!#\e(B
690
691 </#dE/>
692 digest list \e$B$K2C$($?$j!&30$7$?$j$9$k>l9g$bF1MM$K$7$F\e(B
693
694 <<#L#>-digest-subscribe-john=host.domain@<#H#>>
695 <<#L#>-digest-unsubscribe-john=host.domain@<#H#>>
696
697 \e$B$NMM$K$J$j$^$9!#\e(B
698
699 </#E/>
700 message \e$B$NCf?H$OI,MW$"$j$^$;$s!#\e(Baddress \e$B$@$1$,=EMW$G$9!#\e(B
701
702 </#rE/>
703 ezmlm \e$B$O5.J}$K3NG'$N\e(B message \e$B$rAw$j$^$9!#$3$l$O\e(B request \e$B$,\e(B
704 \e$BK\Ev$K5.J}$+$i$N$b$N$+$r3NG'$9$k$?$a$G$9!#Aw$i$l$?\e(B message \e$B$K\e(B
705 reply \e$B$9$k;v$G<jB3$-$O40N;$7$^$9!#\e(B
706
707 </#RE/>
708 ezmlm \e$B$O\e(B user \e$B$KBP$7$F3NG'$N\e(B message \e$B$rAw$j$^$9!#\e(B
709 \e$B>e5-$N>l9g$O\e(B <john@host.domain> \e$B08$K3NG'$N\e(B message \e$B$,Aw$i$l$k\e(B
710 \e$B$3$H$K$J$j$^$9!#3NG'$N\e(B message \e$B$r<u$1<h$C$?\e(B user \e$B$O\e(B reply \e$B$r\e(B
711 \e$B$9$k$3$H$G3NG'$,=*N;$7$^$9!#\e(B
712 </#E/>
713
714 \e$B$3$N3NG'$K$h$C$F!"Bh;0<T$K$h$k967b$r:$Fq$J$b$N$K$7$F$$$^$9!#\e(B
715
716 \e$B$^$?!"\e(Bezmlm \e$B$O9XFI$N>uBV$,JQ2=$7$?$3$H$r\e(B user \e$B$KDLCN$7$^$9!#\e(B
717
718
719 Subscription
720 ------------
721 \e$B4IM}<T$K8B$i$:!"C/$G$b0J2<$N\e(B address \e$B08$K6u$N\e(B message \e$B$r\e(B
722 \e$BAw$k;v$G9XFI$r3+;O$7$?$j!&=*N;$5$;$?$j=PMh$^$9!#\e(B
723
724 <<#L#>-subscribe@<#H#>>
725 (Start subscription)
726
727 <<#L#>-unsubscribe@<#H#>>
728 (Stop subscription)
729
730 </#dE/>
731 digest list \e$B$N9XFI3+;O!&=*N;$O0J2<$N\e(B command address \e$B$G$9!#\e(B
732
733 <<#L#>-digest-subscribe@<#H#>>
734 (Start digest subscription)
735
736 <<#L#>-digest-unsubscribe@<#H#>>
737 (Stop digest subscription)
738
739 </#E/>
740 \e$BH/?.<T$K$O3NG'$N\e(B message \e$B$,\e(B ezmlm \e$B$+$iAw$i$l$^$9!#\e(B
741
742 </#sE/>
743 \e$B$3$N\e(B mailing list \e$B$N9XFI3+;O!&C&B`$O4IM}<T$N4FFD2<$G9T$o$l$kMM\e(B
744 \e$B@_Dj$5$l$F$$$^$9!#4IM}<T08$K3NG'$r=P$9A0$K\e(B ezmlm \e$B$O\e(B request \e$B$r\e(B
745 \e$B=P$7$?H/?.<T$X3NG'$N\e(B message \e$B$rAw$j!"\e(Brequest \e$B$,K\J*$+H]$+$r3NG'\e(B
746 \e$B$7$F$$$k$N$G!"$=$N\e(B request \e$B$,K\J*$G$"$k$H9M$($F$bBg>fIW$G$9!#\e(B
747
748 request \e$B$,@5Ev$J$b$N$H;W$&$N$G$"$l$P!"\e(Bezmlm \e$B$+$iFO$$$?3NG'$N\e(B
749 message \e$B$KBP$7$F\e(B reply \e$B$7$F2<$5$$!#@5Ev$G$J$$$H;W$&$N$G$"$l$P\e(B
750 ezmlm \e$B$+$i$N\e(B message \e$B$rC1=c$KL5;k$7$F2<$5$$!#$=$7$F!"I,MW$J$i\e(B
751 request \e$B$NH/?.<T$KO"Mm$7$F$_$F2<$5$$!#\e(B
752 </#SE/>
753 \e$B9XFI3+;O!&C&B`$O<+F0$G=hM}$5$l$^$9!#\e(B
754 </#E/>
755
756 \e$B$^$?!"\e(B
757
758 <<#L#>-subscribe-mary=host.domain@<#H#>>
759 (Start subscription as mary@host.domain)
760
761 <<#L#>-unsubscribe-mary=host.domain@<#H#>>
762 (Stop subscription as mary@host.domain)
763
764 \e$B$NMM$K$9$k;v$G!"H/?.85$H$O0[$J$k\e(B address\e$B!J$3$N>l9g$O\e(B mary@host.domain\e$B!K\e(B
765 \e$B$G\e(B mailing list \e$B$+$i$N\e(B message \e$B$r<u$1<h$kMM$K$9$k;v$b=PMh$^$9!#\e(B
766 \e$B3NG'$O\e(B mary@host.domain \e$B08$KH/9T$5$l!"$=$N\e(B message \e$B$KBP$7$F\e(B
767 \e$B@5$7$$\e(B reply \e$B$,5"$C$F$-$?>l9g$N$_9XFI!&C&B`$OM-8z$K$J$j$^$9!#\e(B
768
769 \e$B4IM}<T$N\e(B address \e$B$=$NB>$N>pJs$O9XFI<T$K$O0l@ZO"Mm$5$l$^$;$s!#\e(B
770 \e$B!JL^O@!"5.J}$,D>@\\e(B mail \e$B$rAw$C$?>l9g$OJL$G$9!K\e(B
771
772 </#rlE/>
773 mailing list <#L#>@<#H#> \e$B$N9VFI<T0lMw$O\e(B
774 \e$B0J2<$N\e(B address \e$B$+$iF@$i$l$^$9!#\e(B
775 <<#L#>-list@<#H#>>
776 ezmlm \e$B$N\e(B log \e$B$O0J2<$N\e(B address \e$B$+$iF@$i$l$^$9!#\e(B
777 <<#L#>-log@<#H#>>
778
779 </#rldE/>
780 mailing list <#L#>@<#H#> \e$B$N\e(B digest \e$BHG$N9VFI<T0lMw$O\e(B
781 \e$B0J2<$N\e(B address \e$B$+$iF@$i$l$^$9!#\e(B
782 <<#L#>-digest-list@<#H#>>
783 digest \e$BHG$K4X$9$k\e(B log \e$B$O0J2<$N\e(B address \e$B$G$9!#\e(B
784 <<#L#>-digest-log@<#H#>>
785
786 </#rnE/>
787 ezmlm \e$B$,Aw$j=P$9\e(B message text \e$B$rJT=8$9$k$K$O!"0J2<$N\e(B command address:
788
789 <<#L#>-edit@<#H#>>
790
791 \e$B08$K6u$N\e(B e-mail \e$B$rAw$C$F2<$5$$!#\e(B
792 \e$B!JJT=82DG=$J\e(B message \e$B0lMw5Z$S!"JT=8J}K!$OJV?.$K4^$^$l$F$$$^$9!K\e(B
793
794 </#mE/>
795 Moderated posts
796 ---------------
797 message \e$B$r?3::$9$kMM$K@_Dj$5$l$F$$$k>l9g$O!"\e(Bezmlm \e$B$O\e(B post \e$B$5$l$?\e(B
798 message \e$B$r0lC6J]B8$7!"?3::<jB3$-$N@bL@$rIU$1$?$b$N$r4IM}<T08$K\e(B
799 \e$BAw$j$^$9!#$=$N\e(B message \e$B$O\e(B "Subject: MODERATE for ..." \e$B$H$J$C$F\e(B
800 \e$B$$$^$9!#\e(B
801
802 post \e$B$rG'$a$k>l9g$O!"\e(Bezmlm \e$B$,\e(B "Reply-To:" \e$B$K@_Dj$7$?\e(B address
803 \e$B08$K\e(B reply \e$B$r$7$F2<$5$$!#K\J8$N\e(B copy \e$B$OI,MW$"$j$^$;$s!#\e(B
804 \e$B!J\e(Bezmlm \e$B$O\e(B reply \e$B$NCf?H$O0l@Z8+$F$$$^$;$s!K\e(B
805
806 post \e$B$r5qH]$9$k>l9g$O!"\e(Bezmlm \e$B$,\e(B "From:" \e$B$K@_Dj$7$?\e(B address \e$B08$K\e(B
807 reply \e$B$r$7$F2<$5$$!#DL>o\e(B Mail User Agent (MUA) \e$B$N\e(B 'reply-to-all'
808 \e$B$N5!G=$r;H$C$F\e(B message \e$B$N=`Hw$r$7$?8e$K!"ITMW$J\e(B address \e$B$r:o$k\e(B
809 \e$B$@$1$@$H;W$$$^$9!#5qH]$9$kM}M3Ey$r#38D$N\e(B'%'\e$B$G;O$^$k9T$N8e$KIU$1\e(B
810 \e$B#38D$N\e(B'%' \e$B$GJD$8$k$3$H$GF1:-$9$k;v$,=PMh$^$9!#\e(B
811
812 \e$B7+$jJV$7$^$9$,!"4IM}<T$N\e(B address \e$B$=$NB>$N>pJs$O\e(B ezmlm \e$B7PM3$G$O\e(B
813 \e$BL@$i$+$K$5$l$^$;$s!#\e(B
814
815 \e$BJ#?t$N4IM}<T$,$$$k>l9g!"\e(Bezmlm \e$B$O:G=i$K4IM}<T$+$iFO$$$?\e(B message
816 \e$B$N$_$KH?1~$7$^$9!#5.J}$,\e(B post \e$B$rG'$a$k\e(B reply \e$B$r$7$?;~$K!"4{$K\e(B
817 \e$BB>$N4IM}<T$,5qH]$r$7$F$$$?>l9g!"5Z$S$=$N5U$N>l9g$O\e(B ezmlm \e$B$O\e(B
818 \e$B5.J}08$K\e(B message \e$B$rAw$j$^$9!#\e(B
819
820 ezmlm \e$B$ODj$a$i$l$?4|8B!JDL>o$O\e(B 5\e$BF|!K0JFb$K?3::$N7k2L$r<u$1\e(B
821 \e$B<h$l$J$$>l9g$K$O!"H/?.<T08$KM}M3$rF1:-$7$F\e(B message \e$B$rJVAw$7$^$9!#\e(B
822 \e$B!JI,MW$H$"$l$P!"4|8B@Z$l$N\e(B message \e$B$rC1=c$K:o=|$9$kMM$K$b\e(B
823 \e$B@_Dj=PMh$^$9!K\e(B
824 </#E/>
825
826 Vacations
827 ---------
828 \e$B0l;~E*$K0[$J$k\e(B address \e$B$G4IM}$N:n6H$r$7$?$$>l9g$O!"\e(B
829 "Mailing-List: contact <#L#>-help@<#H#>; run by ezmlm" \e$B$d\e(B
830 "Subject: MODERATE for <#L#>@<#H#>" \e$B$d\e(B
831 "Subject: CONFIRM subscribe to <#L#>@<#H#>" \e$BEy$N\e(B
832 \e$B4IM}$N0Y$N\e(B message \e$B$,K>$s$@\e(B address \e$B08$KFO$/MM$K@_Dj$9$l$P\e(B
833 \e$B2DG=$G$9!#\e(B
834
835 \e$B$^$?$OCN?M08$KAw$jD>$9MM$K$9$k$H$$$&<j$b$"$j$^$9!#\e(B
836 \e$B!J$3$N>l9g$O;vA0$K<g:K<T$K3NG'$r$H$C$F2<$5$$!K\e(B
837
838 \e$B5.J}$,4IM}$N:n6H$r<B9T=PMh$J$$4V$O!"<+F0$G>5G'$r9T$&$H$$$&$N$G\e(B
839 \e$B$"$l$P!">e5-$N4IM}MQ\e(B message \e$B$KBP$7$FE,@Z$J1~Ez$r<+F0@8@.$9$k\e(B
840 \e$BMM$K@_Dj$7$F2<$5$$!#\e(B
841
842 </#rE/>
843 \e$B9XFI3+;O!&=*N;$N:n6H$r4IM}<T$G$"$k5.J}$N$b$N$G$J$$\e(B address \e$B$+$i\e(B
844 \e$B9T$C$?>l9g!"9XFI3+;O!&=*N;$NBP>]$K$J$C$?\e(B address \e$B08$K3NG'$N\e(B message
845 \e$B$,FO$-$^$9!#$=$N8e$KA44IM}<T08$K3NG'$N\e(B message \e$B$,FO$-$^$9!#$3$l$O\e(B
846 request \e$B$rH/9T$7$?$N$,5.J}<+?H$+H]$+$r\e(B ezmlm \e$B$,H=CG$9$k<jCJ$r;}$C$F\e(B
847 \e$B$$$J$$0Y$G$9!#\e(B
848
849 \e$B$3$N>l9g$O!"5.J}$NAw?.$7$?\e(B message \e$B$d\e(B address \e$B$,BP>]$H$J$C$?\e(B user
850 \e$B08$KAw$i$l$k;v$r3P$($F$*$$$F2<$5$$!#\e(B
851
852 </#E/>
853 \e$B$*<j?t$r$*$+$1$7$^$9!#\e(B
854
855 PS: \e$B2?$+ITL@$JE@Ey$,$"$j$^$7$?$i!"<g:K<T$N\e(B
856
857 <#L#>-owner@<#H#>
858
859 \e$B$KO"Mm$7$F2<$5$$!#\e(B
860
861 </text/mod-reject#E/>
862 \e$B?=$7LuM-$j$^$;$s$,!"5.J}$N\e(B post \e$B$7$?\e(B message \e$B$O4IM}<T$K$h$C$F\e(B
863 \e$B5qH]$5$l$^$7$?!#4IM}<T$,2?$+\e(B comment \e$B$rIU$1$F$$$k>l9g$O\e(B
864 \e$B0J2<$KE:IU$5$l$F$$$^$9!#\e(B
865 </text/mod-request#E/>
866 mailing list <#L#> \e$B$K\e(B
867 \e$B0J2<$KE:IU$5$l$?\e(B message \e$B$,\e(B post \e$B$5$l$^$7$?!#\e(B
868 post \e$B$rG'$a$k>l9g$O!"0J2<$N\e(B address
869
870 !A
871
872 \e$B$X\e(B reply \e$B$7$F2<$5$$!#\e(B
873
874 \e$BDL>o$O\e(B Mail User Agent (MUA) \e$B$N\e(B reply \e$B$N5!G=$@$1$G==J,$JH&$G$9!#\e(B
875
876 \e$B$&$^$/$$$+$J$$>l9g$O!"<jF0$G\e(B
877
878 To: <#A#>
879
880 \e$B$rIU$1$F\e(B reply message \e$B$r:n@.$7$F2<$5$$!#\e(B
881
882 </#xE/>
883
884 MUA \e$B$K$h$C$F$O\e(B
885
886 mailto:<#A#>
887
888 \e$B$r\e(B click \e$B$9$k$@$1$G=`Hw$,=PMh$k>l9g$b$"$k$G$7$g$&!#\e(B
889 </#E/>
890
891 post \e$B$rG'$a$J$$>l9g$O!"0J2<$N\e(B address
892
893 !R
894
895 \e$B08$K\e(B message \e$B$rAw$C$F2<$5$$!#\e(B
896
897 MUA \e$B$K\e(B "reply-to-all" \e$B$N5!G=$,$"$k$N$J$i\e(B <#L#>-reject \e$B0J30$G\e(B
898 \e$B;O$^$kB>$N\e(B address \e$B$r:o=|$9$k$N$,4JC1$G$7$g$&!#\e(B
899 </#xE/>
900
901 MUA \e$B$K$h$C$F$O\e(B
902
903 mailto:<#R#>
904
905 \e$B$r\e(B click \e$B$9$k$@$1$G=`Hw$,=PMh$k>l9g$b$"$k$G$7$g$&!#\e(B
906 </#E/>
907
908 *** post \e$B$5$l$?\e(B message \e$BK\BN$O\e(B copy \e$B$9$kI,MW$O$"$j$^$;$s\e(B ***
909
910 post \e$B$rG'$a$J$$>l9g$K!"2?$+\e(B comment \e$B$rIU$1$?$$$N$G$"$l$P\e(B
911 \e$B0J2<$NMM$J\e(B marker line
912
913 %%% Start comment
914 %%% End comment
915
916 \e$B$N4V$K\e(B comment \e$B$r=q$$$F2<$5$$!#\e(B
917
918 --- \e$B0J2<$KAw$i$F$-$?\e(B message \e$B$rE:IU$7$F$*$-$^$9\e(B
919
920 </text/mod-sub#E/>
921 --- \e$B4IM}<T$,5.J}$N\e(B
922 mailing list <#L#>@<#H#> \e$B$G$N\e(B
923 \e$B9XFI$N>uBV$rJQ99$7$^$7$?!#\e(B
924
925 \e$B$3$NJQ99$,K>$s$@$b$N$G$J$$>l9gEy$O!"$9$0$K\e(B
926
927 <#L#>-owner@<#H#>
928
929 \e$BKxO"Mm$r2<$5$$!#\e(B
930
931 mailing list <#L#> \e$B$N\e(B archive \e$B$K\e(B access \e$B$7$?$$>l9g$O\e(B
932
933 <#L#>-help@<#H#>
934
935 \e$BKx!"6u$N\e(B message \e$B$rAw$C$F2<$5$$!#\e(B
936
937 </text/mod-timeout#E/>
938 \e$B?=$7LuM-$j$^$;$s!#\e(B
939 mailing list <#L#> \e$B$N4IM}<T$,\e(B
940 \e$B5.J}$N\e(B message \e$B$r?3::$9$kA0$K;~4V@Z$l$K$J$j$^$7$?!#\e(B
941
942 \e$B$3$l$,\e(B error \e$B$@$H;W$&$N$G$"$l$P!"$b$&0lEY\e(B post \e$B$9$k$+\e(B
943 \e$B4IM}<T$KD>@\AjCL$7$F$_$F2<$5$$!#\e(B
944
945 --- \e$B5.J}$+$iAw$i$l$?\e(B message \e$B$rE:IU$7$F$*$-$^$9\e(B ---
946
947 </text/mod-sub-confirm#E/>
948 \e$B0J2<$N\e(B address
949
950 !A
951
952 \e$B$r\e(B mailing list <#L#> \e$B$N\e(B
953 \e$B9XFI<T$H$7$F2C$($FM_$7$$;]$N\e(B request \e$B$,FO$-$^$7$?!#\e(B
954 \e$B!J$3$N\e(B request \e$B$,9XFI4uK><TK\?M$+$i$N\e(B request \e$B$N>l9g$O!"\e(B
955 \e$BI,MW$J3NG'$O:Q$s$G$$$^$9!K\e(B
956
957 \e$B9XFI$rG'$a$k>l9g$O!"6u$N\e(B message \e$B$r0J2<$N\e(B address
958
959 !R
960
961 \e$B$K\e(B reply \e$B$7$F2<$5$$!#\e(B
962
963 \e$BDL>o$O\e(B Mail User Agent (MUA) \e$B$N\e(B reply \e$B$N5!G=$@$1$G==J,$JH&$G$9!#\e(B
964 \e$B$=$l$,$&$^$/9T$+$J$$>l9g$O!"\e(B
965
966 To: <#R#>
967
968 \e$B$r<jF0$G@_Dj$7$F\e(B message \e$B$rAw$C$F2<$5$$!#\e(B
969 </#xE/>
970
971 MUA \e$B$K$h$C$F$O\e(B
972
973 mailto:<#R#>
974
975 \e$B$r\e(B click \e$B$9$k$@$1$G=`Hw$,=PMh$k$G$7$g$&!#\e(B
976 </#E/>
977
978 \e$B9XFI$rG'$a$J$$>l9g$O!"$3$N\e(B message \e$B$rL5;k$7$F$/$@$5$$!#\e(B
979
980 </text/mod-unsub-confirm#E/>
981 \e$B0J2<$N\e(B address
982
983 !A
984
985 \e$B$r\e(B mailing list <#L#> \e$B$+$i\e(B
986 \e$B30$9$N$G$"$l$P!"0J2<$N\e(B address
987
988 !R
989
990 \e$B08$K\e(B reply \e$B$7$F2<$5$$!#\e(B
991
992 \e$BDL>o$O\e(B Mail User Agent (MUA) \e$B$N\e(B reply \e$B$N5!G=$@$1$G==J,$JH&$G$9!#\e(B
993 \e$B$=$l$,$&$^$/9T$+$J$$>l9g$O!"\e(B
994
995 To: <#R#>
996
997 \e$B$r<jF0$G@_Dj$7$F\e(B message \e$B$rAw$C$F2<$5$$!#\e(B
998 </#xE/>
999
1000 MUA \e$B$K$h$C$F$O\e(B
1001
1002 mailto:<#R#>
1003
1004 \e$B$r\e(B click \e$B$9$k$@$1$G=`Hw$,=PMh$k$G$7$g$&!#\e(B
1005 </#E/>
1006
1007 \e$BC&B`$rG'$a$J$$>l9g$O!"$3$N\e(B message \e$B$rL5;k$7$F2<$5$$!#\e(B
1008
1009 </text/sub-bad#E/>
1010 \e$B3NG'$N0Y$N\e(B key \e$B$,IT@5$G$9!#\e(B
1011
1012 \e$B4v$D$+$NM}M3$,9M$($i$l$^$9$,!"$b$C$H$bB?$$$N$,4|8B@Z$l$K\e(B
1013 \e$B$h$k$b$N$G$9!#3NG'$OLs\e(B 10\e$BF|0JFb$K9T$o$l$J$1$l$P$J$j$^$;$s!#\e(B
1014 \e$B$^$?!"\e(Be-mail \e$B$r07$&4D6-$K$h$C$F$O\e(B ezmlm \e$B$,;H$C$F$$$kD9$$\e(B
1015 address \e$B$r@Z$j5M$a$F$7$^$&;v$,$"$k$N$G!"A4$F$N\e(B address \e$B$,\e(B
1016 \e$B@5$7$/EA$o$C$F$$$k$+$I$&$+3NG'$7$F$_$F2<$5$$!#\e(B
1017
1018 \e$B?7$7$$\e(B key \e$B$rMQ0U$7$^$7$?!"0J2<$N\e(B address
1019
1020 !A
1021
1022 \e$B$r\e(B mailing list <#L#> \e$B$K\e(B
1023 \e$B2C$($?$$>l9g$O!"6u$N\e(B message \e$B$r0J2<$N\e(B address
1024
1025 !R
1026
1027 \e$B$KAw$C$F2<$5$$!#\e(B
1028 </#xE/>
1029
1030 Mail User Agent (MUA) \e$B$K$h$C$F$O\e(B
1031
1032 mailto:<#R#>
1033
1034 \e$B$r\e(B click \e$B$9$k$@$1$G3NG'$N\e(B message \e$B$rAw$k=`Hw$b=PMh$k$G$7$g$&!#\e(B
1035 </#E/>
1036
1037 \e$B7+$jJV$9MM$G$9$,!"\e(Breply \e$B$N\e(B address \e$BA4$F$,@5$7$/<h$j9~$^$l$F\e(B
1038 \e$B$$$k$+!"Aw?.A0$K3NG'$7$F2<$5$$!#\e(B
1039
1040 \e$B$b$7$&$^$/9T$+$J$$MM$J$i\e(B
1041
1042 <#L#>-Owner <<#L#>-owner@<#H#>>
1043
1044 \e$B$KO"Mm$r2<$5$$!#\e(B
1045
1046 </text/sub-confirm#E/>
1047 \e$B0J2<$N\e(B address
1048
1049 !A
1050
1051 \e$B$r\e(B mailing list <#L#>
1052 \e$B$K2C$($k;v$rG'$a$k>l9g$O!"6u$N\e(B message \e$B$r\e(B
1053
1054 !R
1055
1056 \e$B$KJV?.$7$F2<$5$$!#\e(B
1057
1058 \e$BDL>o$O\e(B Mail User Agent (MUA) \e$B$N\e(B reply \e$B$N5!G=$r;H$&$@$1$G$7$g$&!#\e(B
1059
1060 \e$B$=$l$G$&$^$/9T$+$J$$>l9g$O\e(B
1061
1062 To:<#R#>
1063
1064 \e$B$H$7$F\e(B message \e$B$r:n@.$7$F2<$5$$!#\e(B
1065 </#xE/>
1066
1067 MUA \e$B$K$h$C$F$O\e(B
1068
1069 mailto:<#R#>
1070
1071 \e$B$r\e(B click \e$B$9$k$@$1=`Hw$,=PMh$k$b$N$b$"$k$G$7$g$&!#\e(B
1072 </#E/>
1073
1074 \e$B$3$N3NG'$K$O0J2<$NFs$D$N0UL#$,$"$j$^$9!#\e(B
1075
1076 * \e$B;XDj$5$l$?\e(B address \e$B$G\e(B message \e$B$,Aw?.=PMh$k$+H]$+\e(B
1077 * \e$B5.J}$N\e(B address \e$B$r56$C$?\e(B request \e$B$rGS=|$9$k\e(B
1078
1079 </#qE/>
1080 e-mail \e$B$r07$&4D6-$K$h$C$F$O!"\e(Bezmlm \e$B$,;H$&D9$$\e(B address \e$B$r\e(B
1081 \e$B$&$^$/07$($J$$;v$,$"$j$^$9!#$=$NMM$J>l9g$O0J2<$N\e(B address
1082
1083 <<#L#>-request@<#H#>>
1084
1085 \e$B$K\e(B "Subject: <#R#>" \e$B$H$7$F\e(B
1086 message \e$B$rAw$C$F2<$5$$!#\e(B
1087
1088 </#sE/>
1089 mailing list <#L#> \e$B$O\e(B moderated \e$B$J\e(B mailing list \e$B$G$9!#\e(B
1090 \e$B5.J}$,$3$N3NG'$rAw?.$9$k$H!"A4$F$N4IM}<T08$F$K5.J}$N9XFI$rG'$a$k$+H]$+\e(B
1091 \e$B$N3NG'$,FO$-$^$9!#4IM}<T$,9XFI$r>5G'$7$?8e!"5.J}08$F$K$=$N;]$NDLCN$,\e(B
1092 \e$BFO$/$O$:$G$9!#\e(B
1093
1094 </text/sub-nop#E/>
1095 \e$B0J2<$N\e(B address
1096
1097 !A
1098
1099 \e$B$O4{$K\e(B mailing list <#L#> \e$B$N\e(B
1100 \e$B9XFI<T$K$J$C$F$$$^$9!#\e(B
1101
1102 </text/sub-ok#E/>
1103 \e$B0J2<$N\e(B address
1104
1105 !A
1106
1107 \e$B$r\e(B mailing list <#L#> \e$B$K2C$($^$7$?!#\e(B
1108
1109 - - - - - - - - -
1110
1111 [[[ Welcome to <#L#>@<#H#>! ]]]
1112
1113 \e$B8e$G3NG'$N$?$a$KI,MW$K$J$k;v$,$"$j$^$9$N$G!"$3$N\e(B message \e$B$O\e(B
1114 \e$BK:$l$:J]B8$7$F$*$$$F2<$5$$!#\e(B
1115
1116 \e$B9XFI$rCf;_$9$k>l9g$O!"0J2<$N\e(B address \e$B08$F$K6u$N\e(B message \e$B$rAw$C$F2<$5$$\e(B
1117
1118 <<#l#>-unsubscribe-<#t#>@<#H#>>
1119
1120 </text/top/>
1121 \e$B$3$s$K$A$O!#;d$O\e(B ezmlm
1122
1123 mailing list <#L#>@<#H#> \e$B$r4IM}$7$F$$$^$9!#\e(B
1124
1125 </#x/>
1126 \e$B$3$N\e(B mailing list \e$B$N<g:K<T$K$O\e(B
1127
1128 <#L#>-owner@<#H#>
1129
1130 \e$B$GO"Mm$9$k$3$H$,=PMh$^$9!#\e(B
1131
1132 </text/unsub-bad#E/>
1133 \e$BAw$i$l$F$-$?3NG'$N0Y$N\e(B key \e$B$,@5$7$/$"$j$^$;$s!#\e(B
1134
1135 \e$B4v$D$+$NM}M3$,9M$($i$l$^$9$,!"$b$C$H$bB?$$$N$,4|8B@Z$l$K\e(B
1136 \e$B$h$k$b$N$G$9!#3NG'$OLs\e(B 10\e$BF|0JFb$K9T$o$l$J$1$l$P$J$j$^$;$s!#\e(B
1137 \e$B$^$?!"\e(Be-mail \e$B$r07$&4D6-$K$h$C$F$O\e(B ezmlm \e$B$,;H$C$F$$$kD9$$\e(B
1138 address \e$B$r@Z$j5M$a$F$7$^$&;v$,$"$k$N$G!"A4$F$N\e(B address \e$B$,\e(B
1139 \e$B@5$7$/EA$o$C$F$$$k$+$I$&$+3NG'$7$F$_$F2<$5$$!#\e(B
1140
1141 \e$B?7$7$$\e(B key \e$B$rMQ0U$7$^$7$?!"0J2<$N\e(B address
1142
1143 !A
1144
1145 \e$B$r\e(B mailing list <#L#> \e$B$+$i\e(B
1146 \e$B30$7$?$$>l9g$O!"6u$N\e(B message \e$B$r0J2<$N\e(B address
1147
1148 !R
1149
1150 \e$B$KAw$C$F2<$5$$!#\e(B
1151 </#xE/>
1152
1153 Mail User Agent (MUA) \e$B$K$h$C$F$O\e(B
1154
1155 mailto:<#R#>
1156
1157 \e$B$r\e(B click \e$B$9$k$@$1$G3NG'$N\e(B message \e$B$rAw$k=`Hw$b=PMh$k$G$7$g$&!#\e(B
1158 </#E/>
1159
1160 \e$B7+$jJV$9MM$G$9$,!"\e(Breply \e$B$N\e(B address \e$BA4$F$,@5$7$/<h$j9~$^$l$F\e(B
1161 \e$B$$$k$+!"Aw?.A0$K3NG'$7$F2<$5$$!#\e(B
1162
1163 \e$B$b$7$&$^$/9T$+$J$$MM$J$i\e(B
1164
1165 <#L#>-Owner <<#L#>-owner@<#H#>>
1166
1167 \e$B$KO"Mm$r2<$5$$!#\e(B
1168
1169 </text/unsub-confirm#E/>
1170 \e$B0J2<$N\e(B address
1171
1172 !A
1173
1174 \e$B$r\e(B mailing list <#L#> \e$B$N\e(B
1175 \e$B9XFI<T$+$i30$7$?$$>l9g$O!"6u$N\e(B message \e$B$r0J2<$N\e(B address
1176
1177 !R
1178
1179 \e$BKxAw$C$F2<$5$$!#\e(B
1180
1181 \e$BDL>o$O\e(B Mail User Agent (MUA) \e$B$N\e(B reply \e$B$N5!G=$r;H$($PBg>fIW$G$9!#\e(B
1182
1183 \e$B$b$7!"$=$l$G$&$^$/9T$+$J$$>l9g$O!"\e(B
1184
1185 To: <#R#>
1186
1187 \e$B$H$7$F\e(B message \e$B$r:n@.$7$F2<$5$$!#\e(B
1188 </#xE/>
1189
1190 \e$B$^$?!"\e(BMail User Agent (MUA) \e$B$K$h$C$F$O\e(B
1191
1192 mailto:<#R#>
1193
1194 \e$B$r\e(B click \e$B$7$F\e(B message \e$B$r:n@.$9$k;v$b=PMh$k$G$7$g$&!#\e(B
1195 </#E/>
1196
1197 \e$B5.J}$N\e(B address \e$B$,9XFI<T$+H]$+$O\e(B check \e$B$7$F$$$^$;$s!#\e(B
1198 \e$B$I$N\e(B address \e$B$G9XFI$r$7$F$$$k$N$+$O!"\e(Bmailing list \e$B$+$i\e(B
1199 \e$BAw$i$l$F$/$k\e(B message \e$B$N\e(B "Return-Path:" \e$B$N=j$KKd$a9~$^$l$F\e(B
1200 \e$B$$$^$9!#Nc$($P!"\e(Bmary@xdd.ff.com \e$B$,9XFI$N\e(B address \e$B$J$i\e(B
1201
1202 Return-Path: <<#L#>-return-<number>-mary=xdd.ff.com@<#H#>>
1203
1204 \e$B$H$$$&6q9g$$$G$9!#\e(B
1205
1206 </#qE/>
1207 \e$B4D6-$K$h$C$F$O!"D9$$\e(B address \e$B$r$&$^$/07$($J$$>l9g$,M-$j$^$9!#\e(B
1208 \e$B$3$N\e(B message \e$B$K\e(B reply \e$B$r$&$^$/JV$;$J$$MM$J$i!"0J2<$N\e(B address
1209
1210 <<#L#>-request@<#H#>>
1211
1212 \e$B$K\e(B "Subject: <#R#>" \e$B$rIU$1$FAw$C$F2<$5$$!#\e(B
1213
1214 </text/unsub-nop#E/>
1215 \e$B0J2<$N\e(B address
1216
1217 !A
1218
1219 \e$B$O\e(B mailing list <#L#> \e$B$N\e(B
1220 \e$B9XFI<T$G$O$"$j$^$;$s!#\e(B
1221
1222 - - - - - - - -
1223
1224 \e$B9XFI$r;_$a$?$K$b4X$o$i$:!"\e(Bmailing list <#L#>
1225 \e$B$+$i$N\e(B mail \e$B$,FO$/>l9g$O!"5.J}$,8=:_;H$C$F$$$k\e(B e-mail address \e$B$H$O\e(B
1226 \e$B0c$&\e(B address \e$B$G\e(B mailing list <#L#> \e$B$r\e(B
1227 \e$B9XFI$7$F$$$k$N$+$b$7$l$^$;$s!#\e(B
1228
1229 hearder \e$B$N0J2<$NItJ,$K\e(B
1230
1231 'Return-Path: <<#L#>-return-1234-user=host.dom@<#H#>>'
1232
1233 \e$B5.J}$,$I$N\e(B address \e$B$G9XFI$r$7$F$$$k$N$+$,8=$l$F$$$^$9!#\e(B
1234 \e$B!J$3$N>l9g!"\e(Buser@host.dom \e$B$G9XFI$r$7$F$$$k$3$H$K$J$j$^$9!K\e(B
1235
1236 address \e$B$rL@<($7$F9XFICf;_$N\e(B request \e$B$r=P$9>l9g$O!"0J2<$NMM$K\e(B
1237
1238 <<#L#>-unsubscribe-user=host.dom@<#H#>>
1239
1240 '<#L#>-unsubscribe-' \e$B$N8e$m$K!"\e(Buser@host.dom \e$B$r\e(B user=host.dom \e$B$K\e(B
1241 \e$B=q$-49$($?J*$r7R$$$G2<$5$$!#\e(B
1242
1243 \e$B4v$D$+$N\e(B Mail User Agent (MUA) \e$B$O!"\e(BReturn-Path \e$B$r8+$k$?$a$K$O\e(B
1244 \e$BFCJL$JA`:n$rI,MW$K$J$j$^$9!#\e(B
1245
1246 * Eudora 4.0 \e$B$@$H!X\e(BBlah blah ...\e$B!Y%\%?%s$r\e(B click \e$B$9$k\e(B
1247 * PMMail \e$B$@$H\e(B Window menu \e$B$N!X\e(BShow entire message/header\e$B!Y\e(B
1248 \e$B%\%?%s$r\e(B click \e$B$9$k\e(B
1249
1250 - - - - - - - -
1251
1252 address \e$B$rL@<($7$?9XFICf;_$b$&$^$/$$$+$J$$>l9g$O!"?=$7Lu$"$j$^$;$s$,\e(B
1253
1254 * \e$B5.J}$,2?$r$7$h$&$H$7$F<:GT$7$?$N$+\e(B
1255 * ezmlm \e$B$+$i$N\e(B message
1256 * \e$B9XFICf;_$r4uK>$9$k\e(B address
1257
1258 \e$B$rE:IU$7$F!"\e(Bmailing list <#L#> \e$B$N\e(B owner \e$B$N\e(B
1259
1260 <#L#>-owner@<#H#>
1261
1262 \e$BKxAw$C$F2<$5$$!#!JJV;v$K;~4V$,$+$+$k$+$b$7$l$^$;$s$,$4N;>52<$5$$!K\e(B
1263
1264 </text/unsub-ok#E/>
1265 \e$B0J2<$N\e(B address
1266
1267 !A
1268
1269 \e$B$r\e(B mailing list <#L#> \e$B$N9XFI<T$+$i30$7$^$7$?!#\e(B
1270
1271 </text/edit-do#nE/>
1272 \e$BE:IU$5$l$?\e(B message text \e$B$rJT=8$7$F!"0J2<$N\e(B address
1273
1274 !R
1275
1276 \e$B08$KJVAw$7$F2<$5$$!#\e(B
1277
1278 \e$B!X\e(B%%%\e$B!Y$G;O$^$k9T$,\e(B message text \e$B3+;O$N\e(B marker line \e$B$K\e(B
1279 \e$B$J$C$F$$$^$9!#\e(B
1280
1281 \e$B!J$3$N9T$K5.J}$N;H$C$F$$$k\e(B Mail User Agent (MUA) \e$B$G$N\e(B
1282 \e$B0zMQ$N0u\e(B (ex. foo>%%%) \e$B$,IU2C$5$l$F$$$k>l9g$O!"\e(Bmessage text
1283 \e$BK\BN$NItJ,$KIU$$$?0zMQ$N0u$O<+F0=|5n$5$l$^$9!K\e(B
1284
1285 </text/edit-list#nE/>
1286 \e$B4IM}<T$O\e(B <#L#>-edit.FILE command \e$B$r;H$&$3$H$G\e(B ezmlm \e$B$,=PNO$9$k\e(B
1287 mailing list <#L#> \e$B$N0Y$N\e(B message text \e$B$rJT=8$9$k$3$H$,=PMh$^$9!#\e(B
1288
1289 \e$B0J2<$OJT=82DG=$J\e(B FILE \e$B$H!"$=$NL\E*$G$9!#\e(Bfile FOO \e$B$rJT=8$7$?$$\e(B
1290 \e$B>l9g$O\e(B <#L#>-edit.FOO \e$B08$K6u$N\e(B message \e$B$rAw$C$F2<$5$$!#\e(B
1291 \e$BJT=8$N;EJ}$OAw?.$5$l$k\e(B message \e$B$K4^$^$l$F$$$^$9!#\e(B
1292
1293 File Use
1294
1295 bottom ezmlm \e$B$N\e(B command \e$B0lMw$G$9!#\e(B
1296 ezmlm \e$B$,JVAw$9$kA4$F$N\e(B message \e$B$KIU2C$5$l$^$9!#\e(B
1297 digest digest \e$BHG$N0Y$N\e(B command \e$B$N@bL@$G$9!#\e(B
1298 faq mailing list <#L#> \e$B$G$N\e(B FAQ \e$B$G$9!#\e(B
1299 get_bad archive \e$BCf$K;XDj$5$l$?\e(B message \e$B$r8+IU$1$i$l$J$+$C$?>l9g$K\e(B
1300 \e$BAw$i$l$^$9!#\e(B
1301 help help message \e$B$G$9!J\e(B'top' \e$B$H\e(B 'bottom' \e$B$N4V$KF~$j$^$9!K\e(B
1302 info mailing list <#L#> \e$B$N>pJs$G$9!#\e(B
1303 mod_help \e$B4IM}<T8~$1$N\e(B help message \e$B$G$9!#\e(B
1304 mod_reject \e$B4IM}<T$,<uM}$7$J$+$C$?\e(B post \e$B$NAw$j<g$KBP$7$FAw$i$l$^$9!#\e(B
1305 mod_request moderated \e$B$J\e(B mailing list \e$B$KBP$7$F\e(B post \e$B$,$"$C$?>l9g\e(B
1306 \e$B4IM}<T$KAw$i$l$^$9!#\e(B
1307 mod_sub \e$B9XFI4uK><T$KBP$7$F!"4IM}<T$,9XFI\e(B request \e$B$r<uM}$7$?;~$KAw$i$l$^$9!#\e(B
1308 mod_sub_confirm \e$B4IM}<T$KBP$7$F9XFI\e(B request \e$B$N3NG'$N$?$aAw$i$l$^$9!#\e(B
1309 mod_timeout \e$B4IM}<T$,<uM}$;$:;~4V@Z$l$K$J$C$?\e(B post \e$B$NAw?.<T$KAw$i$l$^$9!#\e(B
1310 mod_unsub_confirm \e$B4IM}<T$KBP$7$F9XFICf;_$N3NG'$r<h$k>l9g$KAw$i$l$^$9!#\e(B
1311 sub_bad \e$B9XFI4uK><T$+$i$N9XFI3NG'$N0Y$N1~Ez$,IT@5$J>l9g$KAw$i$l$^$9!#\e(B
1312 sub_confirm \e$B9XFI4uK><T$KBP$7$F!"3NG'$N$?$a$KAw$i$l$^$9!#\e(B
1313 sub_nop \e$B4{$K9XFI<T$K$J$C$F$$$k?M$,:F$S9XFI\e(B request \e$B$r=P$7$?>l9g$K\e(B
1314 \e$BAw$i$l$^$9!#\e(B
1315 sub_ok \e$B9XFI$N<jB3$-$,=*N;$7$?8e$KAw$i$l$^$9!#\e(B
1316 top ezmlm \e$B$,Aw?.$9$kA4$F$N1~Ez$NF,$KIU$-$^$9!#\e(B
1317 </#tnE/>
1318 trailer \e$B$3$N\e(B mailing list \e$B$KBP$9$kA4$F$N\e(B post \e$B$NKvHx$K\e(B
1319 \e$BIU$1B-$5$l$FAw$i$l$^$9!#\e(B
1320 </#nE/>
1321 unsub_bad \e$B9XFI<T$+$i$N9XFICf;_3NG'$,IT@5$J>l9g$KAw$i$l$^$9!#\e(B
1322 unsub_confirm \e$B9XFI<T$+$i$N9XFICf;_$N\e(B request \e$B$N3NG'$N$?$a$KAw$i$l$^$9!#\e(B
1323 unsub_nop \e$B9XFI<T0J30$,9XFI$rCf;_$7$h$&$H$7$?;~$KAw$i$l$^$9!#\e(B
1324 unsub_ok \e$B9XFI<T$+$i$N9XFICf;_$N\e(B request \e$B$,<uM}$5$l$?;~$KAw$i$l$^$9!#\e(B
1325
1326 </text/edit-done#nE/>
1327 message text \e$B$N99?7$K@.8y$7$^$7$?!#\e(B
1328
1329 </text/info#E/>
1330 --- mailing list <#L#>@<#H#> \e$B$K$D$$$F\e(B ---
1331 \e$B!J8=:_9);vCf$G$9!K\e(B
1332 </text/faq#E/>
1333 --- mailing list <#L#>@<#H#> \e$B$K4X$7$F!"$h$/?R$M$i$l$k<ALd$H$=$NEz$(\e(B ---
1334 \e$B!J8=:_9);vCf$G$9!K\e(B
1335