Tk Library Source Code

View Ticket
Login
Ticket UUID: 557520
Title: smtp::sendmessage -maxsecs
Type: Patch Version: None
Submitter: tcoram Created on: 2002-05-18 01:08:33
Subsystem: smtp Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-08-15 23:37:35
Resolution: Accepted Closed By: andreas_kupries
    Closed on: 2002-08-15 16:37:35
Description:
A patch to workaround bug #557040. Rather than automatically
calculate a timeout for SMTP acknowledging acceptance of
message body (DATA), allow the user to specify a 
timeout (default 120 seconds).
User Comments: andreas_kupries added on 2002-08-15 23:37:35:
Logged In: YES 
user_id=75003

Thanks. Applied this patch to head.

tcoram added on 2002-08-15 03:36:45:

File Added - 29099: smtp.diff

Logged In: YES 
user_id=546883

Ugh. The patchwork on this one was definitely confusing.
Result: A missing line that never made it into the patch.
Here is a patch for the latest in the CVS tree that adds the
missing line.

andreas_kupries added on 2002-07-26 01:48:21:
Logged In: YES 
user_id=75003

Reason - only my own oversight :(
Applied and committed to head.

mrose added on 2002-07-24 22:56:43:
Logged In: YES 
user_id=24077

andreas - is there a reason why we haven't closed this one?

tcoram added on 2002-05-24 02:25:35:
Logged In: YES 
user_id=546883

I just downloaded both...
There should be a 1 line difference between the two patches.
The second patch has an additional line:
>           -maxsecs    {set maxsecs [expr {$value < 0 ? 0 : $value}]}

The first patch should be deleted...

mrose added on 2002-05-24 01:19:04:
Logged In: YES 
user_id=24077

uhhh, the two patches are the same... i think you uploaded the 
same file twice.

tcoram added on 2002-05-22 22:41:52:

File Added - 23529: smtp.diff

Logged In: YES 
user_id=546883

Superceded by patch #558132

mrose added on 2002-05-20 06:18:15:
Logged In: YES 
user_id=24077

do me a favor: add one more change: if 
options(-maxsecs)<0, then set secs to 0.

then go and and generate a new, complete patch.

thanks,

/mtr

tcoram added on 2002-05-18 08:08:33:

File Added - 23310: smtp.diff

Attachments: