From e60c43899788940d1beab52e038cedc3ad6f8c33 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 16 Sep 2007 12:01:10 +0200 Subject: [PATCH] no need to quote double quotes now --- procmail/msgid-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmail/msgid-index b/procmail/msgid-index index cef6476..b7f2109 100644 --- a/procmail/msgid-index +++ b/procmail/msgid-index @@ -15,7 +15,7 @@ SQ="'\\''" SQE="'\\\''" FIELDS="$FROM$NL$ORIGINAL_TO$NL$SUBJECT$NL$MSGID" QUERY="insert into logfiles (sender, recipient, subject, msgid, filename) values ( - `echo \"$FIELDS\" | sed -e 's,\\\",\\\\\",g; s,'\'','$SQE$SQE',g; s/^.*$/'\$SQE'&'\$SQE',/'` + `echo \"$FIELDS\" | sed -e 's,'\'','$SQE$SQE',g; s/^.*$/'\$SQE'&'\$SQE',/'` $SQ$THISLOGFILE_REL$SQ)" TRAP="$TRAP; $DO_QUERY '$QUERY'" -- 2.39.2