I made yet another adjustment and so far it's working:
in
ubb_lib_posting.cgi:
$message =~ s/*Q$vars_wordlets{edit_wording}E [^][]+ by [^][]+*?$//gi;and in
ubb_edit_post.cgi
*$vars_wordlets{edit_wording} $edit_date by $pubname*);
After several tests when a user edits a post multiple times the edit message doesn't stack...Meaning it only shows up one time, as it should. I hope it continues.
