From b01a695982691d57d1595d995aaff07764f75827 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 10 Nov 2009 13:40:18 +0000 Subject: [PATCH] Do not execute 'Subst ' on replies SVN revision: 2264 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index dab3840b..953814cb 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -22077,7 +22077,7 @@ void submit_elog(LOGBOOK * lbs) add_subst_list(slist, svalue, "message id", getparam("edit_id"), &n); /* substitute attributes */ - if (!isparam("edit_id")) { + if (!isparam("edit_id") && !isparam("reply_to")) { for (i = 0; i < n_attr; i++) { sprintf(str, "Subst %s", attr_list[i]); if (getcfg(lbs->name, str, subst_str, sizeof(subst_str))) {