Revision: 145
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=145
Author: agn
Date: 2015-02-18 00:55:49 +0000 (Wed, 18 Feb 2015)
Log Message:
-----------
SavannahInternals: fix spacing for code block
Modified Paths:
--------------
trunk/sviki/SavannahInternals.mdwn
Modified: trunk/sviki/SavannahInternals.mdwn
===================================================================
--- trunk/sviki/SavannahInternals.mdwn 2015-02-18 00:45:05 UTC (rev 144)
+++ trunk/sviki/SavannahInternals.mdwn 2015-02-18 00:55:49 UTC (rev 145)
@@ -329,16 +329,16 @@
* `vcs:/etc/email-addresses` is symlinked to the standard
`vcs:/etc/exim4/email-addresses` file. Example:
- agn: [email protected]
- karl: [email protected]
+ agn: [email protected]
+ karl: [email protected]
* The `sed` command in the cronjob file replaces each user's email
with `[email protected]`, and saves the results in
`vcs:/etc/email-addresses_SENDER`. Example:
- agn: [email protected]
- karl: [email protected]
+ agn: [email protected]
+ karl: [email protected]
* FIXME: where is `/etc/email-addresses_SENDER` mentioned/used?
in an exim4 config file?