mhonarc-commits
[Top] [All Lists]

CVS: mharc/bin mk-procmailrc,1.25,1.26

2006-05-06 19:11:49
Update of mharc/bin
Modified Files:
	mk-procmailrc 
Log Message:
Changed setting of MESGDATE to use backquote shell call versus pipe
to work-around a bug in procmail that may cause out-of-memory errors.
Unsure if this change will affect performance since the extract-mesg-date
only reads up to the message header even though the entire message
is piped into it when using backquote shell call.


======================================================================
FILE: mharc/bin/mk-procmailrc
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mharc/bin/mk-procmailrc?rev=1.26>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mharc/bin/mk-procmailrc.diff?r1=1.25&r2=1.26&diff_format=h>
--- mk-procmailrc	9 Aug 2003 17:51:04 -0000	1.25
+++ mk-procmailrc	7 May 2006 02:11:44 -0000	1.26
@@ -270,5 +270,5 @@
   :0 Wih
   * MESGDATE ?? ^^^^
-  MESGDATE=| $extract_date_prg -fmt '$time_fmt'
+  { MESGDATE=`$extract_date_prg -fmt '$time_fmt'` }
 
   :0:
@@ -291,5 +291,5 @@
   :0 Wih
   * MESGDATE ?? ^^^^
-  MESGDATE=| $extract_date_prg -fmt '$time_fmt'
+  { MESGDATE=`$extract_date_prg -fmt '$time_fmt'` }
 
   :0$pm_copy:
@@ -326,5 +326,5 @@
   :0 Wih
   * MESGDATE ?? ^^^^
-  MESGDATE=| $extract_date_prg -fmt '%Y-%m'
+  { MESGDATE=`$extract_date_prg -fmt '%Y-%m'` }
 
   :0


---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS