I think its serious! Without this patch, all email looks like a legitimate bounce, and using the (default from amavisd.conf-dist) bounce_killer_score setting of 100, all bounces will bypass spamassassin scoring and be let it if using sql logging. It a one line patch, so should be easy to verify. Also, removed (obsolete) dependency on io-stringy. How-To-Repeat: use sql logging, you will see that all msgs.message_id values == 1. you will also see the bounce_killer_score in amavisd.conf is 100. you will notice log entries with scores 'Hits: -,' and users complaining about backscatter. This patch (from amavisd-new author) fixes this. documentation: http://www.usenet-forums.com/amavis-user/409614-re-amavis-user-bouncekiller-documentation-vs-config-files.html
Responsible Changed From-To: freebsd-ports-bugs->gabor Fix synopsis and assign.
gabor 2009-02-23 11:53:09 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile security/amavisd-new/files amavisd.sh.in Added files: security/amavisd-new/files patch-amavisd Log: - Fix SQL logging problem [1] - Remove old dependency [1] - Add a warning when memdisk is used, because it is unsafe [2] - Fix on Perl 5.8.9 [3] - Bump PORTREVISION PR: ports/130835 [1], ports/131633 [2] Submitted by: Michael Scheidell <scheidell@secnap.net> [1][2] Revision Changes Path 1.67 +1 -1 ports/security/amavisd-new/Makefile 1.6 +6 -1 ports/security/amavisd-new/files/amavisd.sh.in 1.17 +134 -0 ports/security/amavisd-new/files/patch-amavisd (new) _______________________________________________ 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!