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:
Responsible Changed From-To: freebsd-ports-bugs->itetcu itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
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>
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"
State Changed From-To: open->closed Committed. Thanks!