UP_replace_GStrings 3545 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$TIME", time_str);
UP_replace_GStrings 3547 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$DATE", date_str);
UP_replace_GStrings 3549 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$SUBJECT", update_mail_subject);
UP_replace_GStrings 3551 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$FROM", update_mail_sender);
UP_replace_GStrings 3553 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$MDATE", update_mail_date);
UP_replace_GStrings 3555 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$MSGID", update_mail_ID);
UP_replace_GStrings 3557 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$CC", update_mail_cc);
UP_replace_GStrings 3559 modules/up/UP_util.cc     g_str = UP_replace_GStrings(g_str, "$CC", "");
UP_replace_GStrings 3562 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$HUMAILBOX", humailbox);
UP_replace_GStrings 3564 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$AUTOBOX", autobox);
UP_replace_GStrings 3566 modules/up/UP_util.cc   g_str = UP_replace_GStrings(g_str, "$FROMHOST", netupdclientIP);