ports/81281: Update port: mail/postfixadmin - fix vacation.pl problem with marginal mailers

Florent Thoumie flz at xbsd.org
Thu May 19 20:20:04 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list