subscribe.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect2>
  2. <title>How to subscribe?</title>
  3. <para>
  4. Any of the above-mentioned mailinglists can be subscribed to by sending
  5. an email to <ulink url="mailto:listar@linuxfromscratch.org">
  6. listar@linuxfromscratch.org</ulink> and writing <emphasis>subscribe
  7. listname</emphasis> as the subject header of the message.
  8. </para>
  9. <para>
  10. Multiple lists at the same time can be subscribed to by using
  11. one email. This is done by writing some junk as the subject
  12. header, something that isn't a valid command like "hello". Then
  13. the subscribe commands need to be in the body of the message.
  14. The email will look
  15. like:
  16. </para>
  17. <blockquote><literallayout>
  18. To: listar@linuxfromscratch.org
  19. Subject: hello
  20. subscribe lfs-discuss
  21. subscribe lfs-apps
  22. subscribe alfs-discuss
  23. </literallayout></blockquote>
  24. <para>
  25. After the email is sent, the Listar program will reply with an
  26. email requesting a confirmation of the subscription request. After
  27. this confirmation email was sent back, Listar will send an
  28. email again with the message that the user has been subscribed to the
  29. list(s) along with an introduction message for that particulair list.
  30. </para>
  31. </sect2>