Tracker: Bugs

5 Error in sending Read Receipt - ID: 1177518
Last Update: Comment added ( kink )

Hi! This is dulan at vesess dot com

I'm using SquirrelMail 1.4.4. I keep getting the following
Error whenever I try to use the "Send read receipt now"
option for emails that require Read Receipts.

This is the error message:
****************************** beginning of error msg
ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.vesess.com:
2095/3rdparty/squirrelmail/src/read_body.
php&sendreceipt=1

The following error was encountered:
Zero Sized Reply

Squid did not receive any data for this request.

******************************** end of error msg

Thank you.

p.s.

SquirrelMail Rocks!


Nobody/Anonymous ( nobody ) - 2005-04-06 04:49

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 3 )

Date: 2006-07-06 12:23
Sender: kinkProject AdminAccepting Donations

Logged In: YES
user_id=285765

Fixed in latest CVS, thanks!


Date: 2006-01-27 17:56
Sender: nobody

Logged In: NO

This is an issue with an improperly formed query string
being formed when adding the sendreceipt variable. The
following patch corrects this issue:

--- read_body.old.php 2006-01-27 16:47:21.000000000 +0000
+++ read_body.php 2006-01-27 17:48:23.000000000 +0000
@@ -457,7 +457,8 @@
if (!(handleAsSent($mailbox) ||
$message->is_deleted ||
$passed_ent_id)) {
- $mdn_url = $PHP_SELF .
'&sendreceipt=1';
+ $mailbox = urlencode($mailbox);
+ $mdn_url = $PHP_SELF . '?mailbox='
. $mailbox . '&passed_id=' . $passed_id . '&passed_ent_id='
. $passed_ent_id . '&sendreceipt=1';
if ($FirstTimeSee && $javascript_on) {
$script = '<script
language="JavaScript" type="text/javascript">' . "\n";
$script .= '<!--'. "\n";



Date: 2005-04-06 16:23
Sender: kinkProject AdminAccepting Donations

Logged In: YES
user_id=285765

Is http://www.vesess.com:2095/3rdpart/squirrelmail the
address that you normally use for squirrelmail? Or do you
use HTTPS, or another port number for example?


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2006-07-06 12:23 kink
resolution_id None 2006-07-06 12:23 kink
close_date - 2006-07-06 12:23 kink