------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=248 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Status|NEW |ASSIGNED ------- Comment #3 from [EMAIL PROTECTED] 2007-01-25 19:14 ------- Created an attachment (id=53) --> (http://www.exim.org/bugzilla/attachment.cgi?id=53&action=view) Preliminary solution adding new variables, setting those in smtp_connect(), and deferring helo_data expansion Can the getsockname(2) call be made in smtp_connect() (so that it can be reused for both delivery and verification)? The variables should be reset when closing the connection. To maintain abstraction, we then need a new smtp_close() function that does that and is called in place of close(2). -- Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
