[Rt-commit] rt branch, 4.2/mbox-output, updated. rt-4.2.5-55-g198f96e

Alex Vandiver alexmv at bestpractical.com
Thu Jun 19 22:53:06 EDT 2014


The branch, 4.2/mbox-output has been updated
       via  198f96e65349f1328129d264a3a55a18dd11121f (commit)
      from  ceed149381779c1e7c3da04cd046ae0387f3ea18 (commit)

Summary of changes:
 etc/RT_Config.pm.in | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

- Log -----------------------------------------------------------------
commit 198f96e65349f1328129d264a3a55a18dd11121f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jun 19 22:53:03 2014 -0400

    Remove workarounds suggested for "tmpfile", in preference to "mbox"

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 9740837..f3fbd4b 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -521,18 +521,11 @@ doesn't work well for you, try 'sendmail'.  'qmail' is also a supported
 value.
 
 For testing purposes, or to simply disable sending mail out into the
-world, you can set C<$MailCommand> to 'testfile' which writes all mail
-to a temporary file.  RT will log the location of the temporary file
-so you can extract mail from it afterward.
-
-On shutdown, RT will clean up the temporary file created when using
-the 'testfile' option. If testing while the RT server is still running,
-you can find the files in the location noted in the log file. If you run
-a tool like C<rt-crontool> however, or if you look after stopping the server,
-the files will have been deleted when the process completed. If you need to
-keep the files for development or debugging, you can manually set
-C<< UNLINK => 0 >> where the testfile config is processed in
-F<lib/RT/Interface/Email.pm>.
+world, you can set C<$MailCommand> to 'mbox' which logs all mail, in
+mbox format, to files in F</opt/rt4/var/> based in the process start
+time.  The 'testfile' option is similar, but the files that it creates
+(under /tmp) are temporary, and removed upon process completion; the
+format is also not mbox-compatable.
 
 =cut
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list