Update of /cvsroot/tmda/tmda
In directory usw-pr-cvs1:/tmp/cvs-serv24982
Modified Files:
UPGRADE
Log Message:
Oops, you can't copy LOCAL_DELIVERY_AGENT to DELIVERY verbatim, as it
will be interpreted as a mbox delivery without the `|'.
Index: UPGRADE
===================================================================
RCS file: /cvsroot/tmda/tmda/UPGRADE,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- UPGRADE 2 May 2002 20:27:00 -0000 1.44
+++ UPGRADE 2 May 2002 22:08:15 -0000 1.45
@@ -2,11 +2,20 @@
If you are upgrading from a release of TMDA < 0.55:
-* DELIVERY has replaced LOCAL_DELIVERY_AGENT. You can simply rename
- (or copy) LOCAL_DELIVERY_AGENT to DELIVERY in your tmdarc to retain
- current functionality. However, you should also read about DELIVERY
- in Defaults.py, as it contains some significant enhancements that
- may simplify your overall configuration.
+* DELIVERY has replaced LOCAL_DELIVERY_AGENT. If you wish to retain
+ existing functionality, you can simply rename LOCAL_DELIVERY_AGENT
+ to DELIVERY in your tmdarc, but be sure to add a `|' (pipe) to
+ the front of the path to indicate a program delivery. e.g,
+
+ LOCAL_DELIVERY_AGENT = "/usr/bin/procmail ~/.procmailrc-tmda"
+
+ becomes
+
+ DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
+
+ However, you should also read about DELIVERY in Defaults.py, as it
+ contains some significant enhancements that may simplify your
+ overall configuration.
======================================================================
_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs
|