From b3ea0fd168c4c7262299c36544f36fe49b742b66 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 25 Jun 2008 17:49:11 +0200 Subject: [PATCH 1/1] add grep and fgrep variables --- procmail/defines | 2 ++ 1 file changed, 2 insertions(+) diff --git a/procmail/defines b/procmail/defines index a6d0eb1..715f82d 100644 --- a/procmail/defines +++ b/procmail/defines @@ -23,7 +23,9 @@ LC_CTYPE=de_CH.UTF-8 PROCMAIL="$NICE /usr/bin/procmail -p $PMDIR/procmailrc" FORMAIL="$NICE /usr/bin/formail -f" +GREP="$NICE /bin/grep" EGREP="$NICE /bin/egrep" +FGREP="$NICE /bin/fgrep" SED="$NICE /bin/sed" BIN_DATE="/bin/date" DELIVER="$NICE /usr/lib/dovecot/deliver" -- 2.39.2