Bug 109592 - Update port: mail/postfix-policyd-weight
Summary: Update port: mail/postfix-policyd-weight
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 08:50 UTC by Robert Felber
Modified: 2007-02-27 09:40 UTC (History)
0 users

See Also:


Attachments
postfix-policyd-weight-0.1.14.3.diff (2.13 KB, patch)
2007-02-27 08:50 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 2007-02-27 08:50:09 UTC
Please close http://www.freebsd.org/cgi/query-pr.cgi?pr=109591
and instead take this.

0.1.14 beta-3

- (change)    Replaced dynablock.njabl.org with pbl.spamhaus.org

0.1.14 beta-2

- (fix)       FreeBSD:
                rc cannot handle programs with "-" (dash) in its name
                correctly. Init script for FBSD does now provide its own
                stop|start functions.

- (change)    removed dnsbl_hits increasements where the check in question
              was not a dnsbl check, same goes for total_dnsbl_score

- (change)    Termination of daemon changed. The daemon tries to terminate
              childrens himself.

- (fix)       rbl_lookup used sometimes 0 for the random DNS packet identifier.
              It also checked the presence and correctness of this field wrong.
              (non critical)

- (new)       $enforce_dyndns_score added
              With this one can control how much he wants to avoid dynamic
              clients which do not use DynDNS

- (change)    The cache now uses only one query to ask for HAM|SPAM.
              Thanks to H. Krohns.

- (change)    the $dnsbl_hits score gets only increases if the RBL is a
              blacklist. This is required to use whitelists in the $dnsbl_score
              list. Thanks to 'Steve'.

- (change)    The cache can now return hard-whitelists.
              Enforce N days/hours RBL checks for HAM clients.
              After N days do each P hours or each R requests a RBL check for
              HAM cached clients. This should save a good amount of RBL DNS
              traffic.

- (change)    The delay in seconds for each policy request is now logged via

              "decided action"

- (change)    The time required for a cache cleanup is now logged, too.

- (scores)    @helo_seems_dialup = (1.5,0)
              'dsn.rfc-ignorant.org', 3.5, 0, 'DSN_RFCI',
              ordb.org removed

- (fix)       alarms didn't work on every platform, leading to timeouts

- (fix)       BAD_MX might score even though the sender has an A record
              which matches the client IP

- (cleanup)   use modules at the beginning, usage() printed as here-doc
              Suggested by Francis Galiegue

- (cleanup)   Use A queries instead of TXT queries for RBL lookups

- (new)       Cache only the IP if the client was too much DNSBL listed
              or the client seems to be a dialup or the helo/from verification
              against IP and subnets failed totally
              Should help against Dictionary Attacks

- (fix)       On some plattforms setting correct user and groupmemberships
              is a hard task, we try now two ways to accomplish this

- (new)       One can define to return a restriction class by setting the
              appropriate messages to "rc:your_restriction_class"
              Policyd-weight ignores trailing garbage after rc:text messages
              Example: $REJECTMSG = "rc:greylist";

- (new)       Non-responsive RBLs are skipped for a certain amount of queries.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-02-27 09:03:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-27 09:32:25 UTC
miwi        2007-02-27 09:32:18 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfix-policyd-weight Makefile distinfo 
    mail/postfix-policyd-weight/files policyd-weight.in 
  Log:
  - Update to 0.1.14 b3
  
  Changelog:
  http://www.policyd-weight.org/releases/changes.txt
  
  PR:             109592
  Submitted by:   Robert Felber <robtone@ek-muc.de> (maintainer)
  
  Revision  Changes    Path
  1.10      +2 -1      ports/mail/postfix-policyd-weight/Makefile
  1.10      +3 -3      ports/mail/postfix-policyd-weight/distinfo
  1.2       +7 -3      ports/mail/postfix-policyd-weight/files/policyd-weight.in
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2007-02-27 09:32:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!