From 586cb73e010b3d51248a68d6d248af006e6dfd46 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 18 Dec 2015 23:17:45 +0000 Subject: [PATCH] Installing email --- doc/EN/usage_email.org | 24 ++++++------------------ website/EN/usage_email.html | 30 +++++++----------------------- 2 files changed, 13 insertions(+), 41 deletions(-) diff --git a/doc/EN/usage_email.org b/doc/EN/usage_email.org index 29ee4ddb..32be62dd 100644 --- a/doc/EN/usage_email.org +++ b/doc/EN/usage_email.org @@ -429,40 +429,28 @@ 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 -freedombone-addlist -l -s -e -exit +sudo control #+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, and contain no spaces. You can also use the *freedombone-rmlist* if you wish not to show a particular list within Mutt. +Select *Email filtering rules* then *Add a user to a mailing list*. If you want to do it purely from the commandline then see the manpage for *freedombone-addlist*. * Adding email addresses to a group/folder Similar to adding mailing list folders you can also add specified email addresses into a group/folder. #+BEGIN_SRC bash ssh username@domainname -p 2222 -freedombone-addemail -e -g -exit +sudo control #+END_SRC -The group 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. You can also use the *freedombone-rmemail* command to remove an email address rule. - +Select *Email filtering rules* then *Add email rule*. To do the same from the commandline see the manpage for *freedombone-addemail*. * 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 +sudo control #+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. +Select *Email filtering rules* then *Block/Unblock and email address* or *Block/Unblock email with subject line*. Also see the manpage for *freedombone-ignore*. * Your own 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_email.html b/website/EN/usage_email.html index 3822cbda..2854d48a 100644 --- a/website/EN/usage_email.html +++ b/website/EN/usage_email.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -941,13 +941,12 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
ssh username@domainname -p 2222
-freedombone-addlist -l <mailing list name> -s <subject tag> -e <list email address>
-exit
+sudo control
 

-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. You can also use the freedombone-rmlist if you wish not to show a particular list within Mutt. +Select Email filtering rules then Add a user to a mailing list. If you want to do it purely from the commandline then see the manpage for freedombone-addlist.

@@ -961,17 +960,15 @@ Similar to adding mailing list folders you can also add specified email addresse
ssh username@domainname -p 2222
-freedombone-addemail -e <email address> -g <group name>
-exit
+sudo control
 

-The group 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. You can also use the freedombone-rmemail command to remove an email address rule. +Select Email filtering rules then Add email rule. To do the same from the commandline see the manpage for freedombone-addemail.

-

Ignoring incoming emails

@@ -982,25 +979,12 @@ It is possible to ignore incoming emails if they are from a particular email add
ssh username@domainname -p 2222
-freedombone-ignore -e baduser@baddomain
-exit
+sudo control
 

-Or: -

- -
- -
ssh username@domainname -p 2222
-freedombone-ignore -t "make $$$ now!"
-exit
-
-
- -

-You can also reverse this by using the freedombone-unignore command with the same options. +Select Email filtering rules then Block/Unblock and email address or Block/Unblock email with subject line. Also see the manpage for freedombone-ignore.