othermodes.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <sect2>
  2. <title>Other list modes</title>
  3. <para>The modes that can be set by a user require sending an email to
  4. <ulink url="mailto:listar@linuxfromscratch.org">listar@linuxfromscratch.org</ulink>.
  5. The modes themselves are set by writing
  6. the appropriate commands in the subject header of the message.</para>
  7. <para>As the name implies, the <emphasis>Set command</emphasis> tells what
  8. to write to set a mode. The <emphasis>Unset command</emphasis> tells
  9. what to write to unset a mode.</para>
  10. <para>The listname in the example subject headers should be replaced with the
  11. listname to which
  12. the mode is going to be applied to. If more than one mode is to be set (to
  13. the same list or multiple lists) with one email, this can be done by
  14. leaving the subject header blank and writing all the commands in the body of
  15. the message instead.</para>
  16. </sect2>
  17. <sect2>
  18. <title>Digests</title>
  19. <literallayout>
  20. Set command: <emphasis>set listname digest</emphasis>
  21. Unset command: <emphasis>unset listname digest</emphasis>
  22. </literallayout>
  23. <para>All lists have the digest mode available which can be set after a user
  24. has subscribed to a list. Being in digest mode will
  25. cause you to stop receiving individual messages as they are posted to
  26. the list and instead receive one email a day containing all
  27. the messages posted to the list during that day.</para>
  28. <para>There is a second digest mode called digest2. When a user is set to this
  29. mode he will receive the daily digests but will also continue to
  30. receive the individual messages to the lists as they are posted. To
  31. set this mode, substitute <emphasis>digest</emphasis> for
  32. <emphasis>digest2</emphasis> in the command.</para>
  33. </sect2>
  34. <sect2>
  35. <title>Vacation</title>
  36. <literallayout>
  37. Set command: <emphasis>set listname vacation</emphasis>
  38. Unset command: <emphasis>unset listname vacation</emphasis>
  39. </literallayout>
  40. <para>If a user is going to be away for a while or wishes to stop receiving
  41. messages from the lists but doesn't want to unsubscribe, he can change
  42. to vacation mode. This has the same effect as unsubscribing,
  43. but without having to go through the unsubscribe process and
  44. then later through the subscribe process again.</para>
  45. </sect2>