unsubscribe.xml 1.0 KB

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