Bug 121652 - [patch] mail/postfix - milter macros {mail_addr} has been broken in postfix 2.5.1 (patch from Wietse Venema)
Summary: [patch] mail/postfix - milter macros {mail_addr} has been broken in postfix 2...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 20:30 UTC by dmx
Modified: 2008-03-24 20:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dmx 2008-03-12 20:30:03 UTC
	mail/postfix port (postfix-2.5.1)
	Milter what is working normally in 2.4 discontinued in 2.5.1
	because {mail_addr} macros in xxfi_envfrom callback is not receiving from postfix by milter program
	With patch from Wietse Venema its working happy again.

Fix: 

Patch from Wietse Venema - http://archives.neohapsis.com/archives/postfix/2008-03/0390.html
How-To-Repeat: 	Just install postfix-2.5.1 from ports and use it with milter program
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-12 23:09:30 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2008-03-12 23:28:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-24 20:15:09 UTC
mnag        2008-03-24 20:15:05 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfix         Makefile distinfo 
  Added files:
    mail/postfix/files   patch-src__smtpd__smtpd.c 
  Log:
  - Fix milter macros (patch from Wietse Venema) [1]
  - Update VDA patch to 2.5.1 [2]
  
  PR:             121652 [1], 122029 [2]
  Submitted by:   dmx___dmx.org.ru [1], ShuenBin Hsu <sbhsu___mail.a6.idv.tw> [2]
  
  Revision  Changes    Path
  1.138     +2 -3      ports/mail/postfix/Makefile
  1.94      +3 -0      ports/mail/postfix/distinfo
  1.1       +36 -0     ports/mail/postfix/files/patch-src__smtpd__smtpd.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2008-03-24 20:32:49 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!