From 23b142d5c8ca6c9d04e2a71be9dfbc1ff4c1527e Mon Sep 17 00:00:00 2001
From: Rusty Newton <rnewton@digium.com>
Date: Tue, 25 Feb 2014 17:44:53 +0000
Subject: [PATCH] configs/voicemail.conf.sample - Make mailcmd sample text more
 explicit

Made the wording a bit more explicit. Didn't really change the meaning.
........

Merged revisions 408876 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 408877 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 408878 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408879 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/voicemail.conf.sample | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 974e0225d6..f3d7d4f447 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -177,7 +177,8 @@ pagerdateformat=%A, %B %d, %Y at %r
 ; Short 24h date format for pager use
 ;pagerdateformat=%T %D
 ;
-; You can override the default program to send e-mail if you wish, too
+; Using the mailcmd option, you can specify what command is called for
+; outbound E-mail. The default is shown below.
 ;
 ;mailcmd=/usr/sbin/sendmail -t
 ;
-- 
GitLab