I'm glad you feel that way! Because now we have another problem. I've looked at the code this time, but don't see the problem. The error message we're getting is:

Warning: Invalid argument supplied for foreach() in /usr/share/squirrelmail/src/read_body.php on line 620

And the segment of code is:

$url_replytoall_avoid_addrs = parseAddrs($url_replytoall_avoid_addrs);
foreach ($url_replytoall_avoid_addrs as $addr) {
    RemoveAddress($url_replytoall_extra_addrs, $addr);

The foreach is on line 620.

Something that might make a difference... The message that generated this error was a message generated by a FormMail perl script - it doesn't put an entry in the From field. For instance, the header looks like:

Subject:        WWW Form Submission
From:           ()
Date:           Tue, March 25, 2003 5:58pm

Could that have something to do with it?

Jonathan Angliss wrote:
Hello Dana,
On Tuesday, March 25, 2003, Dana Holland wrote...


That fixed my problem - boy, do I feel dumb. If I had just went and
looked at the code I could have seen that there was an unmatched
paren... Duh!


It's okay... you think you feel bad... imagine how the the redhat
coders that patched their code, made the typo, didn't test it, and
shipped it, feel ;)



--
************************************************************
Dana Holland    [EMAIL PROTECTED] 903-875-7355
Navarro College    Corsicana, TX
http://www.navarrocollege.edu/staff_pages/dana/dana.html
************************************************************
All opinions stated are my own, and probably don't even
vaguely resemble those of Navarro College.  :)



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to