Jooel,

More digging..

It seems that the message is centered around -
code:
 if $$reply
$$return=load('ubb=submit_pm_reply&'+$$to+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker '+$version+'[/i]'),1)
else
$$return=load('ubb=submit_private_message&u='+$$to+'&topic_subject='+$$subject.value+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker '+$version+'[/i]'),1)
endif

And.. Most especially -
code:
  $$return=load('ubb=submit_private_message&u='+$$to+'&topic_subject='+$$subject.value+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker '+$version+'[/i]'),1)

I found some older code, and replaced with -
code:
 if $$reply
$$return=load('ubb=submit_pm_reply&'+$$to+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker$version[/i]'),1)
else
$$return=load('ubb=submit_private_message&u='+$$to+'&topic_subject='+$$subject.value+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker$version[/i]'),1)
endif

Just sent you a PM, which appears fine..

Kent

[ 06. September 2003, 06:59: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's