mail article: describe and add an obvious step - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 35eb34dbf1708b5f550bd2beb089a2e10d26814a
(DIR) parent e4074546f7e57ec470c4a6066df2c62630aaf42a
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 25 Oct 2023 12:43:48 +0200
mail article: describe and add an obvious step
Diffstat:
M output/atom_content.xml | 2 +-
M output/rss_content.xml | 2 +-
M pages/mailservice.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -46,7 +46,7 @@ gopher daemon geomyidae.</p>
<pre><code>paste: |/usr/local/bin/paste-mail
</code></pre>
<p>This pipes the mail to the script paste-mail for processing, this script is
-described below.</p>
+described below. Copy the below contents in /usr/local/bin/paste-mail</p>
<p>Script:</p>
<pre><code>#!/bin/sh
(DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
@@ -41,7 +41,7 @@ gopher daemon geomyidae.</p>
<pre><code>paste: |/usr/local/bin/paste-mail
</code></pre>
<p>This pipes the mail to the script paste-mail for processing, this script is
-described below.</p>
+described below. Copy the below contents in /usr/local/bin/paste-mail</p>
<p>Script:</p>
<pre><code>#!/bin/sh
(DIR) diff --git a/pages/mailservice.md b/pages/mailservice.md
@@ -34,7 +34,7 @@ In your mail aliases (for example /etc/mail/aliases) put:
This pipes the mail to the script paste-mail for processing, this script is
-described below.
+described below. Copy the below contents in /usr/local/bin/paste-mail
Script: