Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv18139/TMDA
Modified Files:
Defaults.py
Log Message:
When piping a message to procmail, it often neglects to add the
leading From line when writing mbox files. You need to use the `-f'
option to make sure it does. maildrop does not have this problem.
Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- Defaults.py 16 May 2002 23:21:56 -0000 1.125
+++ Defaults.py 17 May 2002 23:22:49 -0000 1.126
@@ -126,7 +126,7 @@
# DELIVERY = "~/Mailbox"
# DELIVERY = "/var/mail/jasonrm"
# DELIVERY = "|/usr/bin/maildrop"
-# DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
+# DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda"
# DELIVERY = "me@xxxxxxxxxxx"
#
# No default for non-qmail users.
_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs
|