SF.net SVN: tmda: [2072] trunk/tmda/NEWS

[email protected] Thu, 05 Oct 2006 12:11:49 -0700
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Revision: 2072
          http://svn.sourceforge.net/tmda/?rev=2072&view=rev
Author:   jasonrm
Date:     2006-10-05 12:11:46 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
looks much better as a Wiki page

Modified Paths:
--------------
    trunk/tmda/NEWS

Modified: trunk/tmda/NEWS
===================================================================
--- trunk/tmda/NEWS	2006-10-05 18:29:16 UTC (rev 2071)
+++ trunk/tmda/NEWS	2006-10-05 19:11:46 UTC (rev 2072)
@@ -11,38 +11,11 @@
   rather than in TMDA's custom pending queue format.  This allows you
   to use any mail reading program that supports Maildir to browse or
   search your pending queue, rather than the 'tmda-pending' and
-  'tmda-cgi' programs, though the latter will still work.  For more
-  information on Maildir, see http://en.wikipedia.org/wiki/Maildir
+  'tmda-cgi' programs, though the latter will still work.
 
-  Maildir support should be considered "experimental" in this release
-  only because it's not had significant exposure in live environments,
-  but seems to work well in testing.  If you wish to try it, you must
-  set the following variable in your config:
+  For more infomation on how to enable and use this feature, please
+  see http://wiki.tmda.net/TmdaPendingAsMaildir
 
-  PENDING_QUEUE_FORMAT = 'maildir'
-
-  See http://wiki.tmda.net/ConfigurationVariables#PENDING_QUEUE_FORMAT
-
-  Future releases will likely provide a tool to handle conversion for
-  you, but for now, you must also convert your current pending queue
-  to a Maildir by hand, which is not difficult since the formats are
-  fairly similar:
-
-  % chmod +t $HOME
-  % cd ~/.tmda
-  % mv pending pending.old
-  % mkdir -m 0700 -p pending/{new,cur,tmp}
-  % cp pending.old/*.msg pending/new
-  % chmod -t $HOME
-
-  On the other hand, if your current pending queue contains only spam
-  and you don't need to convert it, you can just blow it away and TMDA
-  will automatically create the Maildir next time a message arrives:
-
-  % chmod +t $HOME
-  % rm -rf ~/.tmda/pending
-  % chmod -t $HOME
-
 ======================================================================
 
 TMDA 1.1.6 "Glen Albyn" --


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.