[BACK]Return to mail.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/mail.html, Revision 1.120

1.57      horacio     1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.2       deraadt     4: <title>OpenBSD Mailing lists</title>
1.22      wvdputte    5: <link rev="made" href= "mailto:www@openbsd.org">
1.57      horacio     6: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.22      wvdputte    7: <meta name= "resource-type" content= "document">
1.28      louis       8: <meta name= "description"   content= "the OpenBSD mailing list page">
1.22      wvdputte    9: <meta name= "keywords"      content= "openbsd,mail">
                     10: <meta name= "distribution"  content= "global">
1.109     jsing      11: <meta name= "copyright"     content= "This document copyright 1996-2008 by OpenBSD.">
1.1       deraadt    12: </head>
                     13:
1.76      david      14: <body bgcolor="#ffffff" text="#000000">
1.1       deraadt    15:
1.58      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.25      deraadt    17: <p>
1.66      nick       18: <h1><font color="#e00000">Mailing Lists</font></h1>
1.57      horacio    19: <hr>
1.7       downsj     20:
1.66      nick       21: Mailing lists are an important means of communication among users and
                     22: developers of OpenBSD. With the exceptions of <b>announce</b> and
1.70      nick       23: <b>security-announce</b>, the lists are not moderated.  We deliberately
1.66      nick       24: restrict the number of different mailing lists.
                     25: This helps reduce the amount of cross-posting and makes sure that the
                     26: information gets distributed to a wide audience.
                     27:
1.28      louis      28: <p>
1.66      nick       29: <a name="Netiquette"></a>
                     30: <h2><font color="#e00000">Netiquette</font></h2>
1.28      louis      31: <p>
                     32: Be considerate of other subscribers on the mailing lists.
                     33: <dl>
1.66      nick       34: <dt><b>Plain text, 72 characters per line</b>
                     35: <dd>Many subscribers and developers read their mail on text-based mailers
                     36: (mail(1), emacs, Mutt)
1.45      millert    37: and they find HTML-formatted messages, or lines that stretch beyond 72
                     38: characters often unreadable.
                     39: Most OpenBSD mailing lists strip messages of MIME content before
                     40: sending them out to the rest of the list.
                     41: If you don't use plain text your messages will be reformatted or,
                     42: if they cannot be reformatted, summarily rejected.
1.66      nick       43: The only mailing list that allows attachments is the <b>ports</b> list,
1.45      millert    44: they will be removed from messages on the other mailing lists.
1.66      nick       45:
                     46: <dt><b>Do your homework before you post</b>
1.28      louis      47: <dd>If you have an installation question, make sure that you have read the relevant
                     48: documents such as the INSTALL.* text files in the FTP installation directories, the
1.57      horacio    49: <a href="faq/index.html">FAQ</a> and the relevant man pages (start with
1.66      nick       50: <a href= "http://www.openbsd.org/cgi-bin/man.cgi?query=afterboot&amp;sektion=8">afterboot(8)</a>),
                     51: and check the mailing list <a href="#Archives">archives</a>.
                     52: We want to help, but we wouldn't want to deprive you of a valuable
                     53: learning experience, and no one wants to see the same question on the
                     54: lists for the fifth time in a month.
                     55:
                     56: <dt><b>Include a useful Subject line</b>
1.45      millert    57: <dd>Messages with an empty Subject will get bounced to the list manager and
1.57      horacio    58: so they will take longer to show up.  Including a relevant Subject in the message
1.45      millert    59: will ensure that more people actually read what you've written.
                     60: Also, avoid Subject lines with excessive capitalization.
1.96      jmc        61: "Help!" or "I can't get it to work!" are not useful subject lines.
1.66      nick       62: Do not change the subject line while on the same topic.  YOU may know
                     63: what it is regarding, the rest of us who get several hundred messages a
                     64: day will have no idea.
                     65:
                     66: <dt><b>Trim your signature</b>
                     67: <dd>Keep the signature lines at the bottom of your mail to a reasonable
                     68: length.  PGP signatures, and those automatic address cards are merely
                     69: annoying and are stripped out.  Legal disclaimers and advisories are
                     70: very annoying, and inappropriate to public mailing lists.
                     71:
                     72: <dt><b>Stay on topic</b>
1.28      louis      73: <dd>Please keep the subject of the post relevant to users of OpenBSD.
1.66      nick       74:
                     75: <dt><b>Include important information</b>
                     76: <dd>Don't waste everyone's time with a hopelessly incomplete question.
                     77: No one other than you has the information needed to resolve your
                     78: problem, it is better to provide more information than needed than one
                     79: detail too little.  Any question should include at least the
                     80: <a href="faq/faq5.html#Flavors">version</a> of OpenBSD (i.e.,
                     81: "3.2-stable", "3.3-current as of July 20, 2003").  Any hardware related
1.69      nick       82: questions should mention the platform (i.e., sparc,
1.66      nick       83: alpha, etc.), and provide a full
1.70      nick       84: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&amp;sektion=8">dmesg(8)</a>.
1.66      nick       85: Hardware model numbers, unfortunately, don't indicate much about the
                     86: actual content of a particular machine or accessory, and are useless to
                     87: anyone who doesn't have that exact machine sitting where they can easily
                     88: recognize it.  The dmesg(8) tells us exactly what is IN your machine,
                     89: not what stickers are on the outside.
                     90:
                     91: <dt><b>Respect differences in opinion and philosophy</b>
                     92: <dd>Intelligent people may look at the same set of facts and come to
                     93: very different conclusions.  Repeating the same points that didn't
                     94: convince someone previously rarely changes their mind and irritates all
                     95: the other readers.
                     96:
                     97: <dt><b>Do not cross-post or repeat post</b>
                     98: <dd>Posting the same message to multiple lists and/or multiple times
                     99: does not increase the likelihood of getting a useful response, but is
                    100: likely to irritate the people you want to help you.  If you didn't get a
                    101: satisfactory response the first time you posted to an appropriate list,
                    102: it is usually because you provided insufficient or unclear information.
                    103: Don't simply repost the same message.
                    104:
1.28      louis     105: </dl>
1.1       deraadt   106:
1.33      millert   107: <p>
1.66      nick      108: <a name="spam"></a>
                    109: <h2><font color="#e00000">Spam</font></h2>
1.33      millert   110: <p>
1.66      nick      111: The OpenBSD mailing lists use
1.78      millert   112: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> in greylisting mode as well as
1.66      nick      113: <a href="http://www.spamassassin.org">SpamAssassin</a> to keep down the
1.87      millert   114: spam volume but things do sneak through--deal with it.
1.66      nick      115: In addition, the list server also has regex-based rules to reject
1.87      millert   116: based on some common spam and virus telltales.
                    117: If you get spam through one of the OpenBSD mailing lists, you don't need to
                    118: send a copy to the list owner--chances are he's already seen it.
                    119: Also, please do <b>not</b> submit spam received through the
                    120: mailing lists to <a href="http://spamcop.net">spamcop</a>
                    121: as this will result in the list server being added to their RBL.
                    122: Complaining about and commenting upon spam on the list proper
                    123: is counter-productive as it generates more traffic than the spam itself.
                    124: <p>
1.77      millert   125: Note that if you are sending mail from a dynamic IP address you
                    126: will probably <b>not</b> be able to post to the mailing lists.
                    127: In this case you should use a <em>smart host</em> sendmail configuration
                    128: that utilizes your ISP's mail server.  See the comments in
                    129: <tt>/usr/share/sendmail/cf/openbsd-proto.mc</tt> for how to do this.
1.66      nick      130:
                    131:
                    132: <a name="Lists"></a>
                    133: <h2><font color="#e00000">The Mailing Lists</font></h2>
1.33      millert   134:
1.66      nick      135: <h3>General Interest Lists</h3>
                    136: These lists are of interest to most users of OpenBSD.
1.1       deraadt   137: <dl>
1.66      nick      138:
                    139: <dt><b>misc</b>
                    140: <dd>User questions and answers, general questions. This is the most
                    141: active list.  Please, <a href="faq/index.html">read the FAQ</a> and the
                    142: installation documents, and see <a href="report.html">How to report a
                    143: Problem</a> before posting.
                    144:
                    145: <dt><b>advocacy</b>
                    146: <dd>Promoting the use of OpenBSD. Non-technical discussions in
                    147: <i>misc</i> often get shunted here.
                    148:
                    149: <dt><b>announce</b>
                    150: <dd>Important announcements.  This low volume list is excellent for
                    151: people who just want occasional news about the project.
                    152:
                    153: <dt><b>security-announce</b>
1.31      millert   154: <dd>Security announcements.  This low volume list receives OpenBSD
                    155: security advisories and pointers to security patches as they become
                    156: available.
1.66      nick      157:
                    158: <dt><b>ports</b>
                    159: <dd>Discussions about using and contributing to the 'ports' source tree.
                    160:
                    161: <dt><b>www</b>
                    162: <dd>Discussion of the OpenBSD Website.</dd>
                    163: </dl>
                    164:
                    165: <h3>Developer's Lists</h3>
                    166: These lists are for technical discussions of aspects of OpenBSD.  They
                    167: are NOT for beginning or average users, they are not for problem
                    168: reporting (unless you are including a good fix), and they are not for
                    169: installation problems.  If you have any question about if a message
                    170: should be posted to any of these lists, almost invariably, it should not
                    171: be.  Use <b>misc</b>, above, instead.  <b>Please</b> do not cross post
                    172: to multiple lists.
                    173:
                    174: <dl>
                    175: <dt><b>bugs</b>
1.57      horacio   176: <dd><a href="report.html">Bug reports</a> as sent in via
1.66      nick      177: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&amp;sektion=1">sendbug(1)</a>
1.119     nick      178: and follow-up discussions.
1.66      nick      179:
                    180: <dt><b>ipv6</b>
                    181: <dd>Discussion of IPv6 and IPsec in OpenBSD
                    182:
                    183: <dt><b>smp</b>
                    184: <dd>Development of <a href="faq/faq8.html#SMP">multiprocessor</a>
                    185: support in OpenBSD.  Offers to "help test" and complaints about it not
                    186: being completed yet are not appreciated.  Code, however, is welcome.
                    187:
                    188: <dt><b>tech</b>
                    189: <dd>Discussion of technical topics for OpenBSD developers and advanced
                    190: users.  This is <b>not</b> a "tech support" forum, do not use it as
                    191: such.
1.86      nick      192: OpenBSD developers will often make patches to implement new features
                    193: and other important changes available for public testing through this
                    194: list.
1.66      nick      195:
                    196: <dt><b>x11</b>
                    197: <dd>Discussion of X11 development within OpenBSD
                    198: </dl>
                    199:
                    200: <h3>Platform Specific Lists</h3>
                    201: These lists are focused on user issues and development on individual
                    202: platforms.
                    203: <dl>
                    204: <dt><b>alpha</b>
                    205: <dd>OpenBSD/alpha port
                    206:
1.75      miod      207: <dt><b>arm</b>
1.105     deanna    208: <dd>OpenBSD/zaurus port and other ARM porting efforts
1.75      miod      209:
1.66      nick      210: <dt><b>hppa</b>
                    211: <dd>OpenBSD/hppa port
                    212:
                    213: <dt><b>mac68k</b>
                    214: <dd>OpenBSD/mac68k port (not PowerPC Macintosh systems)
                    215:
1.98      miod      216: <dt><b>m88k</b>
                    217: <dd>OpenBSD/aviion, OpenBSD/luna88k and OpenBSD/mvme88k ports
                    218:
1.66      nick      219: <dt><b>ppc</b>
1.81      nick      220: <dd>OpenBSD/macppc and other PowerPC porting efforts
1.66      nick      221:
1.109     jsing     222: <dt><b>sgi</b>
                    223: <dd>OpenBSD/sgi port
                    224:
1.66      nick      225: <dt><b>sparc</b>
                    226: <dd>OpenBSD/sparc and OpenBSD/sparc64 ports
                    227:
                    228: <dt><b>vax</b>
                    229: <dd>OpenBSD/vax port
                    230: </dl>
                    231:
                    232: <h3>CVS Changes Mailing Lists</h3>
                    233: Every time a developer commits a change to the OpenBSD
1.69      nick      234: <a href="why-cvs.html">CVS tree</a>, a message is mailed out to all the subscribers
1.66      nick      235: of these lists, containing the commit comments.
                    236:
                    237: <dl>
                    238: <dt><b>source-changes</b>
                    239: <dd>Automated mail-out of CVS source tree changes in all the repositories
                    240: other than <i>ports</i>.
                    241:
                    242: <dt><b>ports-changes</b>
                    243: <dd>Automated mail-out of ports-specific CVS source tree changes.
1.1       deraadt   244: </dl>
                    245:
1.116     sthen     246: <a name="Mirrors"></a>
                    247: <h3>Mirror-related Mailing Lists</h3>
                    248: Announcements and discussion relating to mirrors of OpenBSD.
                    249:
                    250: <dl>
                    251: <dt><b>mirrors-announce</b>
                    252: <dd>This is a moderated list used solely for important announcements
                    253: to operators of OpenBSD mirrors.
                    254:
                    255: <dt><b>mirrors-discuss</b>
                    256: <dd>Discussion relating to OpenBSD mirrors.
                    257: </dl>
                    258:
1.66      nick      259: <a name="Majordomo"></a>
                    260: <h2><font color="#e00000">Managing Mailing List Membership via
                    261: Majordomo</font></h2>
1.1       deraadt   262: <p>
1.57      horacio   263: If you want to be sent a complete list with all mailing lists available
1.66      nick      264: at openbsd.org, send the command "<tt>lists</tt>" on the body of
1.57      horacio   265: a message to
                    266: <a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>.
1.28      louis     267:
                    268: <p>
1.66      nick      269: To subscribe to a given list, send mail to
                    270: <a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>
                    271: with a message body of &quot;<b>subscribe mailing-list-name</b>&quot;.
                    272:
                    273: <p>
                    274: For further assistance, send a message body of "<b>help</b>"
1.57      horacio   275: to <a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>
1.13      deraadt   276: and you will receive a reply outlining all your options.  Your domain
1.66      nick      277: <b>MUST</b> resolve properly or the mail will not go through!
1.1       deraadt   278:
1.66      nick      279:
                    280: <a name="Web"></a>
                    281: <h2><font color="#e00000">Managing Mailing List Membership via
                    282: Web</font></h2>
                    283: Your membership to the OpenBSD mailing lists can also be managed via
                    284: a web interface at:
                    285: <blockquote>
                    286: <a href="http://lists.openbsd.org/">http://lists.openbsd.org/</a>
                    287: </blockquote>
                    288:
                    289:
                    290: <a name="Tricks"></a>
                    291: <h2><font color="#e00000">Mailing Lists Tricks</font></h2>
                    292: There are a number of very useful options that can be selected, either
                    293: by the <a href="http://lists.openbsd.org">web interface</a> or through
                    294: <a href="mailto:majordomo@openbsd.org">Majordomo</a>.  You can change
                    295: your email address without having to unsubscribe and resubscribe, you
1.69      nick      296: can temporarily disable your message delivery for a few days while you go on
1.66      nick      297: vacation, and much more.  The user is invited to spend some time reading
                    298: through the options, available by sending
                    299: <a href="mailto:majordomo@openbsd.org">Majordomo</a> a message
                    300: containing "<tt>help</tt>" as the body text, or through the
                    301: "<tt>Help</tt>" tab of the <a href="http://lists.openbsd.org">web
                    302: interface</a>.
                    303:
                    304: <p>
                    305: As an example, if you were going on vacation for two weeks and didn't
1.69      nick      306: wish to come back to several thousand e-mails, you can disable
1.70      nick      307: message delivery by the mail server for the time of your vacation and have
                    308: delivery automatically resume upon your scheduled return using the command:
1.66      nick      309: <pre>
1.82      nick      310:      set ALL nomail-14d
1.66      nick      311: </pre>
1.68      nick      312: This will suspend your subscription to all mail lists for 14 days
                    313: (<tt>-14d</tt>).  More details and options can be seen on the
1.90      grunk     314: <a href="http://lists.openbsd.org/cgi-bin/mj_wwwusr?&amp;user=&amp;passw=&amp;list=GLOBAL&amp;func=help&amp;extra=overview">Majordomo
1.68      nick      315: overview page</a>.
                    316:
1.66      nick      317:
                    318: <h3>Digests</h3>
                    319: If you would prefer to see a "digest" (a consolidated listing of all the
                    320: messages for a time period), rather than getting messages individually
                    321: in "real-time" form, you can use the commands:
                    322: <pre>
                    323:      set misc digest-daily
                    324:      set source-changes digest-weekly
                    325: </pre>
                    326: for daily digests of the <b>misc</b> list, and weekly digests of the
                    327: <b>source-changes</b> list.  Yes, multiple commands can be placed in one
                    328: Majordomo email.
                    329:
                    330:
                    331: <a name="OtherLists"></a>
                    332: <h2><font color="#e00000">Other Mailing Lists</font></h2>
                    333: <p>
                    334: The fine folks at
                    335: <a href="http://www.squish.net/openbsd/">squish.net</a> run mailing
                    336: lists with daily and weekly digests of the OpenBSD <b>source-changes</b>
                    337: and <b>ports-changes</b> mailing list.  This is handy for those who
1.72      nick      338: don't like the typically high volume of these lists.
1.42      millert   339:
                    340: <p>
1.108     merdely   341: The insomniac at <a href="http://www.benzedrine.cx/mailinglist.html">benzedrine.cx</a>
1.66      nick      342: maintains the <b>pf</b> list for people using the OpenBSD
1.61      dhartmei  343: packet filter. To subscribe:
                    344: <br>
                    345: echo subscribe | mail pf-request@benzedrine.cx
                    346:
1.66      nick      347: <a name="nonEnglish"></a>
                    348: <h2><font color="#e00000">Non-English Lists</font></h2>
1.28      louis     349:
1.66      nick      350: Several non-English speaking mailing lists related to OpenBSD are available
1.59      miod      351: separately. Here is a list of the currently known mailing lists:
                    352:
                    353: <!--
                    354:  PLEASE KEEP THIS LIST SORTED, EXCEPT FOR TRANSLATIONS, WHERE YOU SHOULD PUT
                    355:  THE LIST IN YOUR LANGUAGE, IF ONE EXISTS, HEAD OF LIST.
                    356:  -->
                    357:
                    358: <p>
1.84      otto      359: Dutch:
                    360: <b>openbsd@list.ii.nl</b>
                    361: <br>To subscribe, visit the URL at:
                    362: <a href="http://list.ii.nl/listinfo/openbsd">http://list.ii.nl/listinfo/openbsd</a>.
                    363:
                    364: <p>
1.71      todd      365: French:
1.100     aanriot   366: <b>misc@openbsd-france.org</b>
1.71      todd      367: <br>To subscribe, visit the URL at:
1.117     gilles    368: <a href="http://www.openbsd-france.org/communaute.php">http://www.openbsd-france.org/communaute.php</a>.
1.71      todd      369:
                    370: <p>
1.59      miod      371: Italian:
1.66      nick      372: <a href="http://www.sikurezza.org/">sikurezza.org</a>, an Italian language
                    373: non-commercial security portal hosts <b>openbsd@sikurezza.org</b>.
1.59      miod      374: <br>To subscribe just send an empty message to <a
                    375: href="mailto:openbsd-subscribe@sikurezza.org">openbsd-subscribe@sikurezza.org</a>.
                    376:
                    377: <p>
1.114     syuu      378: Japanese:
                    379: <b>openbsd-japan@googlegroups.com</b><br>
                    380: To subscribe, please visit
                    381: <a href="http://groups.google.com/group/openbsd-japan">
                    382: http://groups.google.com/group/openbsd-japan</a>
                    383:
                    384: <p>
1.93      grunk     385: Polish:
                    386: <b>openbsd@lists.bsd.org.pl</b><br>
                    387: To subscribe, send mail with subject "subscribe" to
                    388: <a href="mailto:openbsd-request@lists.bsd.org.pl">openbsd-request@lists.bsd.org.pl</a>.
1.24      deraadt   389:
                    390: <p>
1.59      miod      391: Portuguese:
1.66      nick      392: <b>openbsd@neei.uevora.pt</b>
1.59      miod      393: <br>To subscribe, visit the URL at:
                    394: <a href="http://neei.uevora.pt/mailman/listinfo/openbsd/">http://neei.uevora.pt/mailman/listinfo/openbsd/</a>.
                    395:
                    396: <p>
1.60      miod      397: Russian:
1.66      nick      398: <b>openbsd@openbsd.ru</b>
1.47      form      399: <br>To subscribe, send mail to
                    400: <a href="mailto:minimalist@openbsd.ru">minimalist@openbsd.ru</a> with
1.66      nick      401: subject &quot;<b>subscribe openbsd</b>&quot;.
1.34      form      402:
                    403: <p>
1.73      nick      404: Slovenian:
                    405: to subscribe please visit the URL at
                    406: <a href="http://obsd.17slon.org/mailinglist.php"
                    407: >http://obsd.17slon.org/mailinglist.php</a>
                    408:
                    409: <p>
1.62      fgsch     410: Spanish:
1.91      grunk     411: <b>OpenBSD-Mexico@googlegroups.com</b>, run from Mexico.
                    412: <br>To subscribe, please visit
                    413: <a href="http://groups.google.com.mx/group/OpenBSD-Mexico">
                    414: http://groups.google.com.mx/group/OpenBSD-Mexico</a>
1.49      horacio   415:
                    416: <p>
1.101     steven    417: Ukrainian:
                    418: <b>openbsd@uaoug.org.ua</b>
                    419: <br>To subscribe, send mail to
                    420: <a href="mailto:openbsd+subscribe@uaoug.org.ua">
                    421: openbsd+subscribe@uaoug.org.ua</a>
                    422:
                    423: <p>
1.66      nick      424: <a name="Archives"></a>
                    425: <h2><font color="#e00000">Mailing List Archives:</font></h2>
                    426: These mailing list archives are not managed by the OpenBSD project.
                    427: Take the time to look at more than one -- each is a little different,
                    428: and has different search abilities.  If you don't find an answer in
                    429: one, check another.
                    430:
1.19      deraadt   431: <ul>
1.106     martynas  432: <li><a href="http://marc.info/">MARC</a>
1.120   ! sthen     433: <li><a href="http://dir.gmane.org/index.php?prefix=gmane.os.openbsd">Gmane</a> (also available by <a href="nntp://news.gmane.org/">NNTP</a>)
1.57      horacio   434: <li>Neohapsis has a
                    435: <a href="http://archives.neohapsis.com/archives/openbsd/">mixed archive
                    436: for tech@, misc@ and ports@</a> and a
                    437: <a href="http://archives.neohapsis.com/archives/openbsd/cvs/">mixed
                    438: archive for CVS commits</a>
1.120   ! sthen     439: <li><a href="http://www.sigmasoft.com/~openbsd/archives/">Sigmasoft</a> has posts up to March 2010
        !           440: <li><a href="http://www.monkey.org/openbsd/">Monkey.org</a> has posts up to June 2009
1.19      deraadt   441: </ul>
1.1       deraadt   442:
1.97      nick      443: <p>
                    444: General search engines, such as
                    445: <a href="http://www.google.com">Google</a> also prove very effective at
                    446: finding answers to OpenBSD questions.
                    447:
1.103     reyk      448: <p>
                    449: <a name="Feeds"></a>
                    450: <h2><font color="#e00000">RSS Feeds:</font></h2>
                    451: There are also some RSS feeds available. Most recent web browsers will
                    452: support RSS feeds, but there are also a number of RSS readers available.
                    453: The RSS feeds are not managed by the OpenBSD project.
                    454:
                    455: <ul>
                    456: <li><a href="http://www.undeadly.org/cgi?action=rss">OpenBSD Journal</a>
                    457: <li><a href="http://www.undeadly.org/cgi?action=errata">OpenBSD Errata (provided by the OpenBSD Journal)</a>
                    458: </ul>
                    459:
1.1       deraadt   460: <hr>
1.57      horacio   461: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    462: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.120   ! sthen     463: <br><small>$OpenBSD: mail.html,v 1.119 2011/09/01 01:43:01 nick Exp $</small>
1.1       deraadt   464:
                    465: </body>
                    466: </html>