From 83d4115fec90a607a7ba805b04ac970043615e0a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 23 Jan 2008 14:11:38 +0100 Subject: [PATCH] replace $ with S in log filenames --- procmail/logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmail/logging b/procmail/logging index 3695b71..a1e199a 100644 --- a/procmail/logging +++ b/procmail/logging @@ -5,7 +5,7 @@ MSGIDDIR=$PMVAR/msgid :0 * MSGID ?? ^<\/[^>]+ { - THISLOGFILE_REL=`echo $MATCH | tr -d "'\"?[:cntrl:]" | tr ' /*' '__+'`%$OURDATE_SHORT + THISLOGFILE_REL=`echo $MATCH | tr -d "'\"?[:cntrl:]" | tr ' /*$' '__+S'`%$OURDATE_SHORT THISLOGFILE="$MSGIDDIR/$THISLOGFILE_REL" } -- 2.39.2