Package: openoffice.org-emailmerge Version: 1:3.0.0-3 Severity: normal Tags: patch
Hello, when connecting to a SMTP server with tls (e.g. exim) OOo mailmerge looks like the SMTP dialog is not correct. We are using this patch to fix the problem: --- /usr/lib/openoffice/basis3.0/program/mailmerge.py 2008-11-06 10:49:22.000000000 +0100 +++ mailmerge.py 2008-09-23 14:53:42.000000000 +0200 @@ -83,7 +83,9 @@ if dbg: print >> sys.stderr, connectiontype if connectiontype == 'Ssl': + self.server.ehlo() self.server.starttls() + self.server.ehlo() user = xAuthenticator.getUserName() password = xAuthenticator.getPassword() as additional info part of the RFC: RFC 4954, 4.: The client SHOULD send an EHLO command as the first command after a successful SASL negotiation that results in the enabling of a security layer. Thank you. Noèl -- Package-specific info: Identifier: org.openoffice.legacy.mailmerge.py URL: vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/KDuGi6_/mailmerge.py is registered: yes Media-Type: application/vnd.sun.star.uno-component;type=Python Description: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages openoffice.org-emailmerge depends on: ii python-uno 1:3.0.0-4 Python interface for OpenOffice.or openoffice.org-emailmerge recommends no packages. openoffice.org-emailmerge suggests no packages. Versions of packages python-uno depends on: ii libc6 2.7-16 GNU C Library: Shared libraries ii libgcc1 1:4.3.2-1 GCC support library ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3 ii openoffice.org-core 1:3.0.0-4 OpenOffice.org office suite archit ii python 2.5.2-3 An interactive high-level object-o ii python-central 0.6.8 register and build utility for Pyt ii python2.5 2.5.2-14 An interactive high-level object-o ii ure 1.4+OOo3.0.0-3 UNO runtime environment -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]