|
@@ -3,7 +3,7 @@
|
3
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
|
-<!-- 2015-12-18 Fri 23:04 -->
|
|
6
|
+<!-- 2015-12-18 Fri 23:17 -->
|
7
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
9
|
<title></title>
|
|
@@ -941,13 +941,12 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
|
941
|
941
|
<div class="org-src-container">
|
942
|
942
|
|
943
|
943
|
<pre class="src src-bash">ssh username@domainname -p 2222
|
944
|
|
-freedombone-addlist -l <mailing list name> -s <subject tag> -e <list email address>
|
945
|
|
-<span class="org-keyword">exit</span>
|
|
944
|
+sudo control
|
946
|
945
|
</pre>
|
947
|
946
|
</div>
|
948
|
947
|
|
949
|
948
|
<p>
|
950
|
|
-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 <b>freedombone-rmlist</b> if you wish not to show a particular list within Mutt.
|
|
949
|
+Select <b>Email filtering rules</b> then <b>Add a user to a mailing list</b>. If you want to do it purely from the commandline then see the manpage for <b>freedombone-addlist</b>.
|
951
|
950
|
</p>
|
952
|
951
|
</div>
|
953
|
952
|
</div>
|
|
@@ -961,17 +960,15 @@ Similar to adding mailing list folders you can also add specified email addresse
|
961
|
960
|
<div class="org-src-container">
|
962
|
961
|
|
963
|
962
|
<pre class="src src-bash">ssh username@domainname -p 2222
|
964
|
|
-freedombone-addemail -e <email address> -g <group name>
|
965
|
|
-<span class="org-keyword">exit</span>
|
|
963
|
+sudo control
|
966
|
964
|
</pre>
|
967
|
965
|
</div>
|
968
|
966
|
|
969
|
967
|
<p>
|
970
|
|
-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 <b>freedombone-rmemail</b> command to remove an email address rule.
|
|
968
|
+Select <b>Email filtering rules</b> then <b>Add email rule</b>. To do the same from the commandline see the manpage for <b>freedombone-addemail</b>.
|
971
|
969
|
</p>
|
972
|
970
|
</div>
|
973
|
971
|
</div>
|
974
|
|
-
|
975
|
972
|
<div id="outline-container-orgheadline10" class="outline-2">
|
976
|
973
|
<h2 id="orgheadline10">Ignoring incoming emails</h2>
|
977
|
974
|
<div class="outline-text-2" id="text-orgheadline10">
|
|
@@ -982,25 +979,12 @@ It is possible to ignore incoming emails if they are from a particular email add
|
982
|
979
|
<div class="org-src-container">
|
983
|
980
|
|
984
|
981
|
<pre class="src src-bash">ssh username@domainname -p 2222
|
985
|
|
-freedombone-ignore -e baduser@baddomain
|
986
|
|
-<span class="org-keyword">exit</span>
|
987
|
|
-</pre>
|
988
|
|
-</div>
|
989
|
|
-
|
990
|
|
-<p>
|
991
|
|
-Or:
|
992
|
|
-</p>
|
993
|
|
-
|
994
|
|
-<div class="org-src-container">
|
995
|
|
-
|
996
|
|
-<pre class="src src-bash">ssh username@domainname -p 2222
|
997
|
|
-freedombone-ignore -t <span class="org-string">"make $$$ now!"</span>
|
998
|
|
-<span class="org-keyword">exit</span>
|
|
982
|
+sudo control
|
999
|
983
|
</pre>
|
1000
|
984
|
</div>
|
1001
|
985
|
|
1002
|
986
|
<p>
|
1003
|
|
-You can also reverse this by using the <b>freedombone-unignore</b> command with the same options.
|
|
987
|
+Select <b>Email filtering rules</b> then <b>Block/Unblock and email address</b> or <b>Block/Unblock email with subject line</b>. Also see the manpage for <b>freedombone-ignore</b>.
|
1004
|
988
|
</p>
|
1005
|
989
|
</div>
|
1006
|
990
|
</div>
|