hello and good evening.
I have been playing with sqwebmail and it's working great. The only issue I
have with it is when someone composes a message the "FROM" field is editable
(anyone can put [EMAIL PROTECTED]) by anyone.
I have tried (haha..me and c..what a joke) modifying sqwebmail/newmsg.c
FROM this:
== snip..line 72 ===
printf("<TD><INPUT NAME=%s SIZE=50 MAXLENGTH=512 VALUE=\"",
===
TO this:
====
printf("<TD><INPUT TYPE=\"HIDDEN\" NAME=%s SIZE=50 MAXLENGTH=512 VALUE=\"",
====
Well that did work BUT it hid the rest of the fields too (To:,Cc:,Bcc:,etc).
Has anyone found out how to make it work?.
Muchas Gracias,
Umel F.
[EMAIL PROTECTED]