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).
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
State Changed From-To: open->closed Committed, thanks!