Do not execute 'Subst <attrib>' on replies

SVN revision: 2264
This commit is contained in:
Stefan Ritt 2009-11-10 13:40:18 +00:00
parent 9c7055c264
commit b01a695982

View File

@ -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))) {