UP_replace_GStrings 3403 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$TIME", time_str);
UP_replace_GStrings 3405 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$DATE", date_str);
UP_replace_GStrings 3407 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$SUBJECT", update_mail_subject);
UP_replace_GStrings 3409 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$FROM", update_mail_sender);
UP_replace_GStrings 3411 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$MDATE", update_mail_date);
UP_replace_GStrings 3413 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$MSGID", update_mail_ID);
UP_replace_GStrings 3415 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$CC", update_mail_cc);
UP_replace_GStrings 3417 modules/up/UP_util.cc     g_str = UP_replace_GStrings(g_str, "$CC", "");
UP_replace_GStrings 3420 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$HUMAILBOX", humailbox);
UP_replace_GStrings 3422 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$AUTOBOX", autobox);
UP_replace_GStrings 3424 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$FROMHOST", netupdclientIP);