From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 19 20:20:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C047B16A4CE for ; Thu, 19 May 2005 20:20:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6121243D49 for ; Thu, 19 May 2005 20:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4JKK2tk070557 for ; Thu, 19 May 2005 20:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4JKK2UO070556; Thu, 19 May 2005 20:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 19 May 2005 20:20:02 GMT Resent-Message-Id: <200505192020.j4JKK2UO070556@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3469016A4CE for ; Thu, 19 May 2005 20:11:29 +0000 (GMT) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EEE43DCB for ; Thu, 19 May 2005 20:11:27 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 2C07C11B40 for ; Thu, 19 May 2005 22:12:43 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 69396-08 for ; Thu, 19 May 2005 22:12:35 +0200 (CEST) Received: by smtp.xbsd.org (Postfix, from userid 2001) id B72B311A4F; Thu, 19 May 2005 22:12:34 +0200 (CEST) Message-Id: <20050519201234.B72B311A4F@smtp.xbsd.org> Date: Thu, 19 May 2005 22:12:34 +0200 (CEST) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81281: Update port: mail/postfixadmin - fix vacation.pl problem with marginal mailers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 20:20:04 -0000 >Number: 81281 >Category: ports >Synopsis: Update port: mail/postfixadmin - fix vacation.pl problem with marginal mailers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 19 20:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD srv1.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: vacation.pl doesn't like Microsoft Outlook Express (and probably some other mail clients). Maintainer cc'ed: >How-To-Repeat: Install postfixadmin vacation module. Set vacation message for one user. Use MS Outlook Express to send an email to that user, you'll get no answer. >Fix: Described here : http://forums.high5.net/lofiversion/index.php/t2282.html Patch here : --- patch-VIRTUAL__VACATION_vacation.pl begins here --- --- VIRTUAL_VACATION/vacation.pl.orig Thu May 19 22:06:24 2005 +++ VIRTUAL_VACATION/vacation.pl Thu May 19 22:06:38 2005 @@ -160,7 +160,7 @@ my @row = $sth->fetchrow_array; if (do_cache ($email, $orig_from)) { return; } do_debug ("[SEND RESPONSE] for $orig_messageid:\n", "FROM: $email (orig_to: $orig_to)\n", "TO: $orig_from\n", "SUBJECT: $orig_subject\n", "VACATION SUBJECT: $row[0]\n", "VACATION BODY: $row[1]\n"); - do_mail ($orig_to, $orig_from, $row[0], $row[1]); + do_mail ($email, $orig_from, $row[0], $row[1]); do_log ($orig_messageid, $orig_to, $orig_from, $orig_subject); } --- patch-VIRTUAL__VACATION_vacation.pl ends here --- >Release-Note: >Audit-Trail: >Unformatted: