list email address
This commit is contained in:
parent
3a3b1784a8
commit
6f6ec6f892
|
@ -233,7 +233,7 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
|
||||||
|
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
ssh username@domainname -p 2222
|
ssh username@domainname -p 2222
|
||||||
freedombone-addlist -l <mailing list name> -s <subject tag>
|
freedombone-addlist -l <mailing list name> -s <subject tag> -e <list email address>
|
||||||
exit
|
exit
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
<!-- 2015-04-05 Sun 14:12 -->
|
<!-- 2015-04-08 Wed 23:32 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="generator" content="Org-mode" />
|
<meta name="generator" content="Org-mode" />
|
||||||
<meta name="author" content="Bob Mottram" />
|
<meta name="author" content="Bob Mottram" />
|
||||||
|
@ -706,7 +706,7 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
|
|
||||||
<pre class="src src-bash">ssh username@domainname -p 2222
|
<pre class="src src-bash">ssh username@domainname -p 2222
|
||||||
freedombone-addlist -l <mailing list name> -s <subject tag>
|
freedombone-addlist -l <mailing list name> -s <subject tag> -e <list email address>
|
||||||
<span class="org-keyword">exit</span>
|
<span class="org-keyword">exit</span>
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue