Bug 138520 - [MAINTAINER UPDATE] mail/postfix-postfwd: update to 1.16
Summary: [MAINTAINER UPDATE] mail/postfix-postfwd: update to 1.16
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-04 04:10 UTC by Sahil Tandon
Modified: 2009-09-19 18:00 UTC (History)
0 users

See Also:


Attachments
file.diff (4.52 KB, patch)
2009-09-04 04:10 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2009-09-04 04:10:05 UTC
1.16
=====
- bugfix:  this is a bugfix release for 1.15. anyone affected is encouraged to upgrade.
	   detail: the default behavior for the '=' operator with numeric items
	   (size, recipient_count, ...) changed with version 1.15 to '==' (equals to).
	   now these items are compared '>=' (greater than) again.
	   note: if you are using 1.15 and you are not able upgrade for some reason,
	   please change '=' to '>=' in your ruleset where you mean 'greater than'.

1.15
=====
- feature: items may now be retrieved from files using "item=file:/some/where"
	   more information in the postfwd manual (FILES section)
- feature: helo_address, and sender_(ns|mx)_addrs can now be csv items
- feature: new rcpt() command counts recipients for rate limits (thanks to Sahil Tandon)
- code:    redirect syslog to stdout for --kill, --reload and --showconfig
- code:    option --reload (HUP signal) now reloads config, if the file is unchanged
- code:	   configuration parser improvements:
	   * rules without defined action will be skipped at configuration stage
	   * undefined ACLs will now be detected and skipped at configuration stage
	   * parser timeout skips loading a rule after 4s, to prevent problems with
	     large files or loops. use --config_timeout to override
- bugfix:  documentation fixed (missing "action=" in ask() examples)

Fix: Apply patch.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-04 04:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Sahil Tandon 2009-09-18 01:21:23 UTC
There should probably be a note in UPDATING because after the author
adopted my patch (see ports/136730), the recipient rate-limit feature
changed from bring called mrcpt() to rcpt(), likely breaking existing
configurations.  Suggested language:

2009XXXX:
  AFFECTS: users of mail/postfix-postfwd
  AUTHOR:  Sahil Tandon <sahil@tandon.net> 

  The recipient rate-limiting feature is now called with the rcpt()
  command instead of with mrcpt() as in previous versions.  Make
  sure to update your postfwd.conf if you use this feature.

-- 
Sahil Tandon <sahil@tandon.net>
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-19 17:57:23 UTC
miwi        2009-09-19 16:57:15 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfix-postfwd Makefile distinfo 
    mail/postfix-postfwd/files extra-patch-sbin-postfwd 
  Log:
  - Update to 1.16
  
  Changelog:
  http://nopaste.unixfreunde.de/3840
  
  PR:             138520
  Submitted by:   Sahil Tandon <sahil@tandon.net> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.5       +1 -20     ports/mail/postfix-postfwd/Makefile
  1.5       +3 -3      ports/mail/postfix-postfwd/distinfo
  1.2       +0 -42     ports/mail/postfix-postfwd/files/extra-patch-sbin-postfwd
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2009-09-19 18:00:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!