mharc-users

Re: Procmail problem?

2002-11-17 14:35:03
"Christopher P. Lindsey" <lindsey(_at_)mallorn(_dot_)com> writes:
The other would be to change the MESGDATE assignment in the procmailrc.mharc
file.  It might look like

   :0 Wi
   MESGDATE_=| /usr/local/bin/extract-mesg-date -fmt '%Y-%m'

Do things get better if you change it to

   MESGDATE_=`/usr/local/bin/extract-mesg-date -fmt '%Y-%m'`

Thanks! I basically did that, and now it works.

  42c42
  <   HAVEMATCH=|echo yes
  ---
  >   { HAVEMATCH=`echo yes` }
  45c45
  <   CMDEXC_=| mkdir -m 755 -p $MBOXROOT/80scool
  ---
  >   { CMDEXC_=`mkdir -m 755 -p $MBOXROOT/80scool` }
  48c48
  <   MESGDATE_=| /data1/mharc/bin/extract-mesg-date -fmt '%Y-%m'
  ---
  >   { MESGDATE_=`/data1/mharc/bin/extract-mesg-date -fmt '%Y-%m'` }

Is that "right"?

Sadly, I lost mail by testing it without the curly braces, but luckily we
have redundant mailman archives for some of the lists.

Morgan

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

<Prev in Thread] Current Thread [Next in Thread>