From: martin f. krafft Date: Wed, 23 Jan 2008 13:11:38 +0000 (+0100) Subject: replace $ with S in log filenames X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/83d4115fec90a607a7ba805b04ac970043615e0a replace $ with S in log filenames --- 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" }