From 6543c14bd066f17a07dc080aa29ca50a73196a31 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Apr 2015 13:00:03 +0100 Subject: [PATCH] Update usage documentation with new email commands --- doc/EN/usage.org | 28 ++++- website/EN/usage.html | 265 ++++++++++++++++++++++-------------------- 2 files changed, 163 insertions(+), 130 deletions(-) diff --git a/doc/EN/usage.org b/doc/EN/usage.org index 54afe70e..215bf3f4 100644 --- a/doc/EN/usage.org +++ b/doc/EN/usage.org @@ -229,26 +229,44 @@ To view any new folders which you may have created using the /mailinglistrule/ s If your folder still doesn't show up then press the *menu button*, select *show folders* and select *all folders*. ** Subscribing to mailing lists -To subscribe to a mailing list so that it appears within Mutt or Thunderbird. +To subscribe to a mailing list log in as your user (i.e. not the root user). #+BEGIN_SRC bash ssh username@domainname -p 2222 -addmailinglist +freedombone-addlist -l -s exit #+END_SRC -The subject tag should be the word or phrase which appears within the brackets in the subject line of emails from the mailing list. The mailing list name should be something short so that it is readable within the left side column of the mutt email client. +The subject tag should be the word or phrase which appears within the brackets in the subject line of emails from the mailing list. The mailing list name should be something short so that it is readable within the left side column of the mutt email client, and contain no spaces. ** Adding email addresses to a group/folder Similar to adding mailing list folders you can also add specified email addresses into a folder. #+BEGIN_SRC bash ssh username@domainname -p 2222 -addemailtofolder +freedombone-addemail -e -l exit #+END_SRC -The mailing list name should be something short so that it is readable within the left side column of the mutt email client. +The mailing list name should be something short so that it is readable within the left side column of the mutt email client, and not contain any spaces. +** Ignoring incoming emails +It is possible to ignore incoming emails if they are from a particular email address or if the subject line contains particular text. + +#+BEGIN_SRC bash +ssh username@domainname -p 2222 +freedombone-ignore -e baduser@baddomain +exit +#+END_SRC + +Or: + +#+BEGIN_SRC bash +ssh username@domainname -p 2222 +freedombone-ignore -t "make $$$ now!" +exit +#+END_SRC + +You can also reverse this by using the *freedombone-unignore* command with the same options. * Mailing List If you want to set up a public mailing list then when installing the system remember to set the *PUBLIC_MAILING_LIST* variable within *freedombone.cfg* to the name of your list. The name should have no spaces in it. Public mailing lists are unencrypted so anyone will be able to read the contents, including non subscribers. diff --git a/website/EN/usage.html b/website/EN/usage.html index 180d8909..20d92b74 100644 --- a/website/EN/usage.html +++ b/website/EN/usage.html @@ -4,7 +4,7 @@ - + @@ -15,7 +15,8 @@