[Pgp-tools-commit] r594 - in trunk: caff debian

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Thu Apr 3 18:41:16 UTC 2014


Author: guilhem-guest
Date: 2014-04-03 18:41:16 +0000 (Thu, 03 Apr 2014)
New Revision: 594

Modified:
   trunk/caff/caff
   trunk/debian/changelog
Log:
Give an example of 'mailer-send' with a custom envelope sender address.

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2014-04-03 18:41:12 UTC (rev 593)
+++ trunk/caff/caff	2014-04-03 18:41:16 UTC (rev 594)
@@ -333,7 +333,7 @@
 
 to use the perl SMTP client or
 
-	$CONFIG{'mailer-send'} =  [ 'sendmail', '-o8' ];
+	$CONFIG{'mailer-send'} =  [ 'sendmail', '-f', $CONFIG{'email'}, '-it' ];
 
 to pass arguments to the sendmail program.
 For more information run C<< perldoc Mail::Mailer >>.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-04-03 18:41:12 UTC (rev 593)
+++ trunk/debian/changelog	2014-04-03 18:41:16 UTC (rev 594)
@@ -1,5 +1,7 @@
 signing-party (1.1.7-1) UNRELEASED; urgency=low
 
+  * caff:
+    + Give an example of 'mailer-send' with a custom envelope sender address.
   * gpgparticipants:
     + Escape hyphen-minuses (-) in the documentation, as groff may interpret
       them as hyphens (U+2010).




More information about the Pgp-tools-commit mailing list