Bug 87912 - Update port: mail/postfix-policyd-weight Version 0.1.10 to 0.1.11
Summary: Update port: mail/postfix-policyd-weight Version 0.1.10 to 0.1.11
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 10:10 UTC by Robert Felber
Modified: 2005-10-24 10:33 UTC (History)
0 users

See Also:


Attachments
postfix-policyd-weight-0.1.11.diff (1.21 KB, patch)
2005-10-24 10:10 UTC, Robert Felber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Felber 2005-10-24 10:10:11 UTC
Ports Makefile changes: mail/postfix-current/ to mail/postfix/

0.1.11 beta

- (fix) Using of appropriate methods for fetching truncated packets via TCP
  Net::DNS version < 0.50: igntc() (ignore truncated packets)
  Net::DNS version >= 0.50 force_v4() (force IPv4 usage)
- X-policyd-weight header for multirecipient mail is now inserted only once
- Caching of spam-results happens only if no DNS error (timeout) occured
- RHSBL results are appended at the reject-message
- Messages to STDERR end now in nirvana to don't confuse the SMTPD
  STDERR messages caused by a die() end up in syslog
- Config errors end in syslog, if config file couldn't be loaded due to a syntax
  error then we fall back to builtin defaults and append a message to 
  X-policyd-weight header.
- Scores for from_match_regex_unverified_helo and helo_ip_in_cl16_subnet 
  adjusted to let pass msn.com mail relayed via hotmail.com
- Order and scores for RHSBL entries adjusted
- (fix) The special recipients postmaster and abuse pass now with DUNNO instant.
  This was not the case for virtual domains.
- (fix) The array for the reverse IP lookup result was build wrong, in some
  circumstances this may lead to an empty array and thus some _badly_ configured
  mailer with incorrect DNS (those with broken forward DNS) may have been 
  blocked.
- (fix) NULL (<>) Sender now pass (RFC compliance)
- LOG_BAD_RBL_ONLY added which logs only successfull RBL hits. If there was
  no RBL hit, but the "good" score was not equal zero, it is logged though.
  Default is 1 (ON).
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-24 10:28:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-24 10:33:40 UTC
State Changed
From-To: open->closed

Committed, thanks!